Skip to content

Bump the minor-dependencies group with 18 updates#179

Open
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/nuget/Build/minor-dependencies-90e9bbf4ff
Open

Bump the minor-dependencies group with 18 updates#179
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/nuget/Build/minor-dependencies-90e9bbf4ff

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 18, 2026

Updated coverlet.collector from 10.0.0 to 10.0.1.

Release notes

Sourced from coverlet.collector's releases.

10.0.1

Improvements

Fixed

  • Fix inconsistent paths in cobertura reports #​1723
  • Fix when using "is" with "and" in pattern matching, branch coverage is lower than normal #​1313
  • Fix Coverlet flagging a branch for an async functions finally block where none exists #​1337
  • Fix Coverlet Tracker Missing CompilerGeneratedAttribute #​1828

Maintenance

  • Add architecture docs and diagrams for all integrations #​1927
  • Update NuGet packages and .NET SDK versions #​1933

Diff between 10.0.0 and 10.0.1

Commits viewable in compare view.

Updated FluentAssertions from 8.9.0 to 8.10.0.

Release notes

Sourced from FluentAssertions's releases.

8.10.0

What's Changed

Improvements

Documentation

Others

Full Changelog: fluentassertions/fluentassertions@8.9.0...8.10.0

Commits viewable in compare view.

Updated Meziantou.Extensions.Logging.InMemory from 1.3.12 to 1.3.14.

Release notes

Sourced from Meziantou.Extensions.Logging.InMemory's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Microsoft.Extensions.Configuration from 10.0.7 to 10.0.8.

Release notes

Sourced from Microsoft.Extensions.Configuration's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Microsoft.Extensions.Configuration.Binder from 10.0.7 to 10.0.8.

Release notes

Sourced from Microsoft.Extensions.Configuration.Binder's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Microsoft.Extensions.Configuration.EnvironmentVariables from 10.0.7 to 10.0.8.

Release notes

Sourced from Microsoft.Extensions.Configuration.EnvironmentVariables's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Microsoft.Extensions.Configuration.Json from 10.0.7 to 10.0.8.

Release notes

Sourced from Microsoft.Extensions.Configuration.Json's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Microsoft.Extensions.Diagnostics.Testing from 10.5.0 to 10.6.0.

Release notes

Sourced from Microsoft.Extensions.Diagnostics.Testing's releases.

10.6.0

Version 10.6.0 stabilizes the response continuation token and background-response APIs in Microsoft.Extensions.AI.Abstractions. Most other AI work for May shipped in 10.5.1; this monthly release rolls those changes up alongside dependency updates and a small Resource Monitoring cleanup.

Experimental API Changes

Now Stable

  • ResponseContinuationToken and background-response APIs are now stable (previously MEAI001) #​7512

What's Changed

AI

  • Stabilize ResponseContinuationToken / background-response APIs #​7512 by @​jozkee (co-authored by @​Copilot)

Repository Infrastructure Updates

  • Update version to 10.6.0 #​7458 by @​jeffhandley
  • [main] Update dependencies from dotnet/arcade #​7451
  • Bump follow-redirects from 1.15.11 to 1.16.0 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript/azure-devops-report/tasks/PublishAIEvaluationReport #​7469
  • Merge release/10.5 into main #​7470 by @​jeffhandley
  • Bump microsoft.visualstudio.slngen.tool from 12.0.13 to 12.0.32 #​7484
  • Bump postcss from 8.5.9 to 8.5.12 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript #​7494
  • Bump dotnet-reportgenerator-globaltool from 5.5.7 to 5.5.9 #​7504
  • Rename release-notes skill to write-release-notes #​7511 by @​jeffhandley (co-authored by @​Copilot)

Acknowledgements

  • @​wtgodbe @​tarekgh @​peterwald @​JeremyLikness @​eiriktsarpalis @​ericstj @​evgenyfedorov2 reviewed pull requests

Full Changelog: dotnet/extensions@v10.5.2...v10.6.0

10.5.2

This patch release ships a single fix to Microsoft.Extensions.VectorData.Abstractions, correcting StorageName resolution when external serialization is enabled. Microsoft.Extensions.VectorData.ConformanceTests, Microsoft.Extensions.AI.Abstractions, Microsoft.Extensions.AI, and Microsoft.Extensions.AI.OpenAI are published alongside it for version coherency — they contain no code changes from 10.5.1.

Packages in this release

Package Version
Microsoft.Extensions.VectorData.Abstractions 10.5.2
Microsoft.Extensions.VectorData.ConformanceTests 10.5.2
Microsoft.Extensions.AI.Abstractions 10.5.2
Microsoft.Extensions.AI 10.5.2
Microsoft.Extensions.AI.OpenAI 10.5.2

What's Changed

Microsoft.Extensions.VectorData.Abstractions

  • Minor fixes to MEVD.Abstractions: correct StorageName behavior when external serialization is enabled, and disable a warning for net462. (by @​roji in #​7475)

Full Changelog: dotnet/extensions@v10.5.1...v10.5.2

10.5.1

Version 10.5.1 of the Microsoft.Extensions.AI packages stabilizes CodeInterpreter, WebSearch, and ImageGeneration tool content types. The release adds new experimental tool search and OpenAI request policy hooks. And the OpenTelemetry gen-ai semantic conventions are updated to align with v1.41.

The 'aiagent-webapi' project template in Microsoft.Agents.AI.ProjectTemplates is updated to align with v1.3.0 of Agent Framework, updating the OpenTelemetry dependencies within the template projects as well.

Packages in this release

Package Version
Microsoft.Extensions.AI 10.5.1
Microsoft.Extensions.AI.Abstractions 10.5.1
Microsoft.Extensions.AI.OpenAI 10.5.1
Microsoft.Extensions.AI.Templates 10.5.1-preview.3.26251.3
Microsoft.Agents.AI.ProjectTemplates 1.3.0-preview.1.26251.3

Experimental API Changes

Now Stable

The following types previously emitted the MEAI001 experimental diagnostic and are now stable.

  • CodeInterpreter and WebSearch tool content types are now stable #​7493
    • CodeInterpreterToolCallContent
    • CodeInterpreterToolResultContent
    • WebSearchToolCallContent
    • WebSearchToolResultContent
  • ImageGeneration tool content types and tool are now stable #​7476
    • ImageGenerationToolCallContent
    • ImageGenerationToolResultContent
    • HostedImageGenerationTool
    • ImageGenerationOptions
    • ImageGenerationResponseFormat (the Hosted enum value remains experimental)
    • IImageGenerator and the rest of the image generation infrastructure also remain experimental

New Experimental APIs

The following new APIs emit the MEAI001 experimental diagnostic.

  • New experimental API: HostedToolSearchTool with DeferredTools for tool-search-driven deferred tool loading #​7471
  • New experimental API: OpenAIRequestPolicies extension hook for appending System.ClientModel.PipelinePolicy instances to outgoing OpenAI requests #​7495

Breaking Changes to Experimental APIs

  • WebSearchToolResultContent.Results was renamed to Outputs as part of the stabilization in #​7493, aligning with CodeInterpreterToolResultContent.Outputs. The original Results property was included in version 10.4.0 and 10.5.0; this is a binary breaking change and consumers need to update to consume the updated property.

    WebSearchToolResultContent content = ...;
    - IList<AIContent>? items = content.Results;
    + IList<AIContent>? items = content.Outputs;

... (truncated)

Commits viewable in compare view.

Updated Microsoft.Extensions.Logging.Abstractions from 10.0.7 to 10.0.8.

Release notes

Sourced from Microsoft.Extensions.Logging.Abstractions's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Microsoft.Extensions.Logging.Console from 10.0.7 to 10.0.8.

Release notes

Sourced from Microsoft.Extensions.Logging.Console's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Microsoft.NET.Test.Sdk from 18.4.0 to 18.5.1.

Release notes

Sourced from Microsoft.NET.Test.Sdk's releases.

18.5.1

What's Changed

Full Changelog: microsoft/vstest@v18.5.0...v18.5.1

18.5.0

⚠️ Unlisted on Nuget, because of #​15718

What's Changed

Full Changelog: microsoft/vstest@v18.4.0...v18.5.0

Commits viewable in compare view.

Updated MSTest from 4.2.1 to 4.2.3.

Release notes

Sourced from MSTest's releases.

4.2.3

See the release notes here

4.2.2

See the release notes here

Commits viewable in compare view.

Updated NuGet.Versioning from 7.3.1 to 7.6.0.

Release notes

Sourced from NuGet.Versioning's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated SharpCompress from 0.47.4 to 0.48.1.

Release notes

Sourced from SharpCompress's releases.

0.48.1

What's Changed

Full Changelog: adamhathcock/sharpcompress@0.48.0...0.48.1

0.48.0

Getting some fixes out to prep for bigger release - async writing might still not work on non-async streams

What's Changed

Full Changelog: adamhathcock/sharpcompress@0.47.4...0.48.0

Commits viewable in compare view.

Updated Spectre.Console from 0.54.0 to 0.55.2.

Release notes

Sourced from Spectre.Console's releases.

0.55.2

What's Changed

New Contributors

Full Changelog: spectreconsole/spectre.console@0.55.1...0.55.2

0.55.1

What's Changed

New Contributors

Full Changelog: spectreconsole/spectre.console@0.55.0...0.55.1

0.55.0

This release brings new features, performance improvements, bug fixes, and some important architectural changes.

[!CAUTION]
There are breaking changes in this release, so make sure you review the release notes and try things out before upgrading in production.

New Spectre.Console.Ansi Library

One of the biggest changes in this release is the introduction of
Spectre.Console.Ansi,
a new standalone library for writing ANSI escape
sequences to the terminal without taking a full dependency on Spectre.Console.

This makes it easy to add ANSI support to lightweight tools and libraries where
pulling in the full Spectre.Console package would be overkill. Spectre.Console
itself now depends on this library internally.

We've also added some nice convenience methods for the .NET Console class:

using Spectre.Console.Ansi;

Console.Markup("[yellow]Hello[/] ");
Console.MarkupLine("[blue]World[/]");
  
Console.Ansi(writer => writer
    .BeginLink("https://spectreconsole.net", linkId: 123)
    .Decoration(Decoration.Bold | Decoration.Italic)
    .Foreground(Color.Yellow)
    .Write("Spectre Console")
    .ResetStyle()
    .EndLink());

Style Is Now a Struct

Style has been converted from a class to a struct, and link/URL information
has been extracted into a separate Link type. This improves allocation
performance, especially in rendering-heavy scenarios, but is a breaking change
for code that relies on reference semantics.

Progress Improvements

The Progress widget received a lot of love in this release. It now uses
TimeProvider instead of the wall clock, making it significantly easier to
write deterministic tests. ProgressTask has a new Tag property for attaching
arbitrary metadata, and you can now override the global hide-when-completed
behavior on individual tasks. Tasks can also be removed from the progress
context entirely.

Speed calculations have been improved with configurable max sampling age and
... (truncated)

Commits viewable in compare view.

Updated Spectre.Console.Cli from 0.53.1 to 0.55.0.

Release notes

Sourced from Spectre.Console.Cli's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Spectre.Console.Cli.Extensions.DependencyInjection from 0.23.0 to 0.25.0.

Release notes

Sourced from Spectre.Console.Cli.Extensions.DependencyInjection's releases.

0.25.0

Install the package from NuGet or download the nupkg directly below.

0.24.0

Install the package from NuGet or download the nupkg directly below.

Commits viewable in compare view.

Updated YamlDotNet from 17.0.1 to 17.1.0.

Release notes

Sourced from YamlDotNet's releases.

17.1.0

What's Changed

  • Security improvements by @​EdwardCooke in Security improvements aaubry/YamlDotNet#1102
    There was a potential breaking change for large yaml files in the MergingParser. You may need to specify the optional parameter for maximum events to be processed. It default to 100k events which is a very large yaml file.

Full Changelog: aaubry/YamlDotNet@v17.0.0...v17.1.0

Commits viewable in compare view.

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps coverlet.collector from 10.0.0 to 10.0.1
Bumps FluentAssertions from 8.9.0 to 8.10.0
Bumps Meziantou.Extensions.Logging.InMemory from 1.3.12 to 1.3.14
Bumps Microsoft.Extensions.Configuration from 10.0.7 to 10.0.8
Bumps Microsoft.Extensions.Configuration.Binder from 10.0.7 to 10.0.8
Bumps Microsoft.Extensions.Configuration.EnvironmentVariables from 10.0.7 to 10.0.8
Bumps Microsoft.Extensions.Configuration.Json from 10.0.7 to 10.0.8
Bumps Microsoft.Extensions.Diagnostics.Testing from 10.5.0 to 10.6.0
Bumps Microsoft.Extensions.Logging.Abstractions from 10.0.7 to 10.0.8
Bumps Microsoft.Extensions.Logging.Console from 10.0.7 to 10.0.8
Bumps Microsoft.NET.Test.Sdk from 18.4.0 to 18.5.1
Bumps MSTest from 4.2.1 to 4.2.3
Bumps NuGet.Versioning from 7.3.1 to 7.6.0
Bumps SharpCompress from 0.47.4 to 0.48.1
Bumps Spectre.Console from 0.54.0 to 0.55.2
Bumps Spectre.Console.Cli from 0.53.1 to 0.55.0
Bumps Spectre.Console.Cli.Extensions.DependencyInjection from 0.23.0 to 0.25.0
Bumps YamlDotNet from 17.0.1 to 17.1.0

---
updated-dependencies:
- dependency-name: coverlet.collector
  dependency-version: 10.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-dependencies
- dependency-name: FluentAssertions
  dependency-version: 8.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-dependencies
- dependency-name: Meziantou.Extensions.Logging.InMemory
  dependency-version: 1.3.14
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-dependencies
- dependency-name: Microsoft.Extensions.Configuration
  dependency-version: 10.0.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-dependencies
- dependency-name: Microsoft.Extensions.Configuration.Binder
  dependency-version: 10.0.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-dependencies
- dependency-name: Microsoft.Extensions.Configuration.EnvironmentVariables
  dependency-version: 10.0.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-dependencies
- dependency-name: Microsoft.Extensions.Configuration.Json
  dependency-version: 10.0.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-dependencies
- dependency-name: Microsoft.Extensions.Diagnostics.Testing
  dependency-version: 10.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-dependencies
- dependency-name: Microsoft.Extensions.Logging.Abstractions
  dependency-version: 10.0.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-dependencies
- dependency-name: Microsoft.Extensions.Logging.Console
  dependency-version: 10.0.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-dependencies
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-version: 18.5.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-dependencies
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-version: 18.5.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-dependencies
- dependency-name: MSTest
  dependency-version: 4.2.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-dependencies
- dependency-name: NuGet.Versioning
  dependency-version: 7.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-dependencies
- dependency-name: SharpCompress
  dependency-version: 0.48.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-dependencies
- dependency-name: Spectre.Console
  dependency-version: 0.55.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-dependencies
- dependency-name: Spectre.Console.Cli
  dependency-version: 0.55.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-dependencies
- dependency-name: Spectre.Console.Cli.Extensions.DependencyInjection
  dependency-version: 0.25.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-dependencies
- dependency-name: YamlDotNet
  dependency-version: 17.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels May 18, 2026
@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 18, 2026

Test Results

163 tests   - 1   162 ✅  - 2   2m 33s ⏱️ +39s
  1 suites  - 1     0 💤 ±0 
  1 files    - 1     1 ❌ +1 

For more details on these failures, see this check.

Results for commit 75bb2a8. ± Comparison against base commit 7c74c52.

This pull request removes 1 test.
PackageGuard.ApiVerificationTests.ApiApproval ‑ ApproveApi

♻️ This comment has been updated with latest results.

@dennisdoomen
Copy link
Copy Markdown
Owner

@copilot fix the build failures

…sole.Cli 0.55.0

Agent-Logs-Url: https://github.com/dennisdoomen/packageguard/sessions/ad9e4db3-9a41-49e4-940e-15adad262b95

Co-authored-by: dennisdoomen <572734+dennisdoomen@users.noreply.github.com>
Copy link
Copy Markdown
Contributor

Copilot AI commented May 20, 2026

@copilot fix the build failures

Fixed in 75bb2a8. The build was failing with CS0507 because Spectre.Console.Cli 0.55.0 changed ExecuteAsync in the AsyncCommand<T> base class from public to protected. Updated the override in AnalyzeCommand.cs accordingly.

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • api.npmjs.org
    • Triggering command: /usr/share/dotnet/dotnet /usr/share/dotnet/dotnet exec --runtimeconfig /home/REDACTED/work/packageguard/packageguard/Src/PackageGuard.Specs/bin/Debug/net9.0/PackageGuard.Specs.runtimeconfig.json --depsfile /home/REDACTED/work/packageguard/packageguard/Src/PackageGuard.Specs/bin/Debug/net9.0/PackageGuard.Specs.deps.json /home/REDACTED/work/packageguard/packageguard/Src/PackageGuard.Specs/bin/Debug/net9.0/testhost.dll --port 44583 --endpoint 127.0.0.1:044583 --role client --parentprocessid 5626 --telemetryoptedin false (dns block)
    • Triggering command: /usr/share/dotnet/dotnet /usr/share/dotnet/dotnet exec --runtimeconfig /home/REDACTED/work/packageguard/packageguard/Src/PackageGuard.Specs/bin/Debug/net9.0/PackageGuard.Specs.runtimeconfig.json --depsfile /home/REDACTED/work/packageguard/packageguard/Src/PackageGuard.Specs/bin/Debug/net9.0/PackageGuard.Specs.deps.json /home/REDACTED/work/packageguard/packageguard/Src/PackageGuard.Specs/bin/Debug/net9.0/testhost.dll --port 45865 --endpoint 127.0.0.1:045865 --role client --parentprocessid 6155 --telemetryoptedin false (dns block)
    • Triggering command: /usr/share/dotnet/dotnet /usr/share/dotnet/dotnet exec --runtimeconfig /home/REDACTED/work/packageguard/packageguard/Src/PackageGuard.Specs/bin/Debug/net9.0/PackageGuard.Specs.runtimeconfig.json --depsfile /home/REDACTED/work/packageguard/packageguard/Src/PackageGuard.Specs/bin/Debug/net9.0/PackageGuard.Specs.deps.json /home/REDACTED/work/packageguard/packageguard/Src/PackageGuard.Specs/bin/Debug/net9.0/testhost.dll --port 36973 --endpoint 127.0.0.1:036973 --role client --parentprocessid 6978 --telemetryoptedin false (dns block)
  • api.osv.dev
    • Triggering command: /usr/share/dotnet/dotnet /usr/share/dotnet/dotnet exec --runtimeconfig /home/REDACTED/work/packageguard/packageguard/Src/PackageGuard.Specs/bin/Debug/net9.0/PackageGuard.Specs.runtimeconfig.json --depsfile /home/REDACTED/work/packageguard/packageguard/Src/PackageGuard.Specs/bin/Debug/net9.0/PackageGuard.Specs.deps.json /home/REDACTED/work/packageguard/packageguard/Src/PackageGuard.Specs/bin/Debug/net9.0/testhost.dll --port 44583 --endpoint 127.0.0.1:044583 --role client --parentprocessid 5626 --telemetryoptedin false (dns block)
    • Triggering command: /usr/share/dotnet/dotnet /usr/share/dotnet/dotnet exec --runtimeconfig /home/REDACTED/work/packageguard/packageguard/Src/PackageGuard.Specs/bin/Debug/net9.0/PackageGuard.Specs.runtimeconfig.json --depsfile /home/REDACTED/work/packageguard/packageguard/Src/PackageGuard.Specs/bin/Debug/net9.0/PackageGuard.Specs.deps.json /home/REDACTED/work/packageguard/packageguard/Src/PackageGuard.Specs/bin/Debug/net9.0/testhost.dll --port 45865 --endpoint 127.0.0.1:045865 --role client --parentprocessid 6155 --telemetryoptedin false (dns block)
    • Triggering command: /usr/share/dotnet/dotnet /usr/share/dotnet/dotnet exec --runtimeconfig /home/REDACTED/work/packageguard/packageguard/Src/PackageGuard.Specs/bin/Debug/net9.0/PackageGuard.Specs.runtimeconfig.json --depsfile /home/REDACTED/work/packageguard/packageguard/Src/PackageGuard.Specs/bin/Debug/net9.0/PackageGuard.Specs.deps.json /home/REDACTED/work/packageguard/packageguard/Src/PackageGuard.Specs/bin/Debug/net9.0/testhost.dll --port 36973 --endpoint 127.0.0.1:036973 --role client --parentprocessid 6978 --telemetryoptedin false (dns block)
  • https://api.github.com/repos/JamesNK/Newtonsoft.Json
    • Triggering command: /usr/share/dotnet/dotnet /usr/share/dotnet/dotnet exec --runtimeconfig /home/REDACTED/work/packageguard/packageguard/Src/PackageGuard.Specs/bin/Debug/net9.0/PackageGuard.Specs.runtimeconfig.json --depsfile /home/REDACTED/work/packageguard/packageguard/Src/PackageGuard.Specs/bin/Debug/net9.0/PackageGuard.Specs.deps.json /home/REDACTED/work/packageguard/packageguard/Src/PackageGuard.Specs/bin/Debug/net9.0/testhost.dll --port 44583 --endpoint 127.0.0.1:044583 --role client --parentprocessid 5626 --telemetryoptedin false (http block)
    • Triggering command: /usr/share/dotnet/dotnet /usr/share/dotnet/dotnet exec --runtimeconfig /home/REDACTED/work/packageguard/packageguard/Src/PackageGuard.Specs/bin/Debug/net9.0/PackageGuard.Specs.runtimeconfig.json --depsfile /home/REDACTED/work/packageguard/packageguard/Src/PackageGuard.Specs/bin/Debug/net9.0/PackageGuard.Specs.deps.json /home/REDACTED/work/packageguard/packageguard/Src/PackageGuard.Specs/bin/Debug/net9.0/testhost.dll --port 45865 --endpoint 127.0.0.1:045865 --role client --parentprocessid 6155 --telemetryoptedin false (http block)
    • Triggering command: /usr/share/dotnet/dotnet /usr/share/dotnet/dotnet exec --runtimeconfig /home/REDACTED/work/packageguard/packageguard/Src/PackageGuard.Specs/bin/Debug/net9.0/PackageGuard.Specs.runtimeconfig.json --depsfile /home/REDACTED/work/packageguard/packageguard/Src/PackageGuard.Specs/bin/Debug/net9.0/PackageGuard.Specs.deps.json /home/REDACTED/work/packageguard/packageguard/Src/PackageGuard.Specs/bin/Debug/net9.0/testhost.dll --port 36973 --endpoint 127.0.0.1:036973 --role client --parentprocessid 6978 --telemetryoptedin false (http block)
  • https://api.github.com/repos/microsoft/codecoverage/license
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/xunit/xunit/license
    • Triggering command: /usr/share/dotnet/dotnet /usr/share/dotnet/dotnet exec --runtimeconfig /home/REDACTED/work/packageguard/packageguard/Src/PackageGuard.Specs/bin/Debug/net9.0/PackageGuard.Specs.runtimeconfig.json --depsfile /home/REDACTED/work/packageguard/packageguard/Src/PackageGuard.Specs/bin/Debug/net9.0/PackageGuard.Specs.deps.json /home/REDACTED/work/packageguard/packageguard/Src/PackageGuard.Specs/bin/Debug/net9.0/testhost.dll --port 44583 --endpoint 127.0.0.1:044583 --role client --parentprocessid 5626 --telemetryoptedin false (http block)
    • Triggering command: REDACTED, pid is -1 (http block)
    • Triggering command: /usr/share/dotnet/dotnet /usr/share/dotnet/dotnet exec --runtimeconfig /home/REDACTED/work/packageguard/packageguard/Src/PackageGuard.Specs/bin/Debug/net9.0/PackageGuard.Specs.runtimeconfig.json --depsfile /home/REDACTED/work/packageguard/packageguard/Src/PackageGuard.Specs/bin/Debug/net9.0/PackageGuard.Specs.deps.json /home/REDACTED/work/packageguard/packageguard/Src/PackageGuard.Specs/bin/Debug/net9.0/testhost.dll --port 45865 --endpoint 127.0.0.1:045865 --role client --parentprocessid 6155 --telemetryoptedin false (http block)
  • licenses.nuget.org
    • Triggering command: /usr/share/dotnet/dotnet /usr/share/dotnet/dotnet exec --runtimeconfig /home/REDACTED/work/packageguard/packageguard/Src/PackageGuard.Specs/bin/Debug/net9.0/PackageGuard.Specs.runtimeconfig.json --depsfile /home/REDACTED/work/packageguard/packageguard/Src/PackageGuard.Specs/bin/Debug/net9.0/PackageGuard.Specs.deps.json /home/REDACTED/work/packageguard/packageguard/Src/PackageGuard.Specs/bin/Debug/net9.0/testhost.dll --port 44583 --endpoint 127.0.0.1:044583 --role client --parentprocessid 5626 --telemetryoptedin false (dns block)
    • Triggering command: /usr/share/dotnet/dotnet /usr/share/dotnet/dotnet exec --runtimeconfig /home/REDACTED/work/packageguard/packageguard/Src/PackageGuard.Specs/bin/Debug/net9.0/PackageGuard.Specs.runtimeconfig.json --depsfile /home/REDACTED/work/packageguard/packageguard/Src/PackageGuard.Specs/bin/Debug/net9.0/PackageGuard.Specs.deps.json /home/REDACTED/work/packageguard/packageguard/Src/PackageGuard.Specs/bin/Debug/net9.0/testhost.dll --port 45865 --endpoint 127.0.0.1:045865 --role client --parentprocessid 6155 --telemetryoptedin false (dns block)
    • Triggering command: /usr/share/dotnet/dotnet /usr/share/dotnet/dotnet exec --runtimeconfig /home/REDACTED/work/packageguard/packageguard/Src/PackageGuard.Specs/bin/Debug/net9.0/PackageGuard.Specs.runtimeconfig.json --depsfile /home/REDACTED/work/packageguard/packageguard/Src/PackageGuard.Specs/bin/Debug/net9.0/PackageGuard.Specs.deps.json /home/REDACTED/work/packageguard/packageguard/Src/PackageGuard.Specs/bin/Debug/net9.0/testhost.dll --port 36973 --endpoint 127.0.0.1:036973 --role client --parentprocessid 6978 --telemetryoptedin false (dns block)
  • npm.mycompany.com
    • Triggering command: /usr/share/dotnet/dotnet /usr/share/dotnet/dotnet exec --runtimeconfig /home/REDACTED/work/packageguard/packageguard/Src/PackageGuard.Specs/bin/Debug/net9.0/PackageGuard.Specs.runtimeconfig.json --depsfile /home/REDACTED/work/packageguard/packageguard/Src/PackageGuard.Specs/bin/Debug/net9.0/PackageGuard.Specs.deps.json /home/REDACTED/work/packageguard/packageguard/Src/PackageGuard.Specs/bin/Debug/net9.0/testhost.dll --port 44583 --endpoint 127.0.0.1:044583 --role client --parentprocessid 5626 --telemetryoptedin false (dns block)
    • Triggering command: /usr/share/dotnet/dotnet /usr/share/dotnet/dotnet exec --runtimeconfig /home/REDACTED/work/packageguard/packageguard/Src/PackageGuard.Specs/bin/Debug/net9.0/PackageGuard.Specs.runtimeconfig.json --depsfile /home/REDACTED/work/packageguard/packageguard/Src/PackageGuard.Specs/bin/Debug/net9.0/PackageGuard.Specs.deps.json /home/REDACTED/work/packageguard/packageguard/Src/PackageGuard.Specs/bin/Debug/net9.0/testhost.dll --port 45865 --endpoint 127.0.0.1:045865 --role client --parentprocessid 6155 --telemetryoptedin false (dns block)
    • Triggering command: /usr/share/dotnet/dotnet /usr/share/dotnet/dotnet exec --runtimeconfig /home/REDACTED/work/packageguard/packageguard/Src/PackageGuard.Specs/bin/Debug/net9.0/PackageGuard.Specs.runtimeconfig.json --depsfile /home/REDACTED/work/packageguard/packageguard/Src/PackageGuard.Specs/bin/Debug/net9.0/PackageGuard.Specs.deps.json /home/REDACTED/work/packageguard/packageguard/Src/PackageGuard.Specs/bin/Debug/net9.0/testhost.dll --port 36973 --endpoint 127.0.0.1:036973 --role client --parentprocessid 6978 --telemetryoptedin false (dns block)
  • www.nuget.org
    • Triggering command: /usr/share/dotnet/dotnet /usr/share/dotnet/dotnet exec --runtimeconfig /home/REDACTED/work/packageguard/packageguard/Src/PackageGuard.Specs/bin/Debug/net9.0/PackageGuard.Specs.runtimeconfig.json --depsfile /home/REDACTED/work/packageguard/packageguard/Src/PackageGuard.Specs/bin/Debug/net9.0/PackageGuard.Specs.deps.json /home/REDACTED/work/packageguard/packageguard/Src/PackageGuard.Specs/bin/Debug/net9.0/testhost.dll --port 44583 --endpoint 127.0.0.1:044583 --role client --parentprocessid 5626 --telemetryoptedin false (dns block)
    • Triggering command: /usr/share/dotnet/dotnet /usr/share/dotnet/dotnet exec --runtimeconfig /home/REDACTED/work/packageguard/packageguard/Src/PackageGuard.Specs/bin/Debug/net9.0/PackageGuard.Specs.runtimeconfig.json --depsfile /home/REDACTED/work/packageguard/packageguard/Src/PackageGuard.Specs/bin/Debug/net9.0/PackageGuard.Specs.deps.json /home/REDACTED/work/packageguard/packageguard/Src/PackageGuard.Specs/bin/Debug/net9.0/testhost.dll --port 45865 --endpoint 127.0.0.1:045865 --role client --parentprocessid 6155 --telemetryoptedin false (dns block)
    • Triggering command: /usr/share/dotnet/dotnet /usr/share/dotnet/dotnet exec --runtimeconfig /home/REDACTED/work/packageguard/packageguard/Src/PackageGuard.Specs/bin/Debug/net9.0/PackageGuard.Specs.runtimeconfig.json --depsfile /home/REDACTED/work/packageguard/packageguard/Src/PackageGuard.Specs/bin/Debug/net9.0/PackageGuard.Specs.deps.json /home/REDACTED/work/packageguard/packageguard/Src/PackageGuard.Specs/bin/Debug/net9.0/testhost.dll --port 43989 --endpoint 127.0.0.1:043989 --role client --parentprocessid 6669 --telemetryoptedin false (dns block)

If you need me to access, download, or install something from one of these locations, you can either:

Copilot AI requested a review from dennisdoomen May 20, 2026 05:36
@dennisdoomen dennisdoomen enabled auto-merge (rebase) May 20, 2026 06:14
@dennisdoomen dennisdoomen disabled auto-merge May 20, 2026 06:14
@dennisdoomen dennisdoomen enabled auto-merge (squash) May 20, 2026 06:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file .NET Pull requests that update .net code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants