Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 8, 2025

Updated NuGet.Protocol from 6.14.0 to 7.0.1.

Release notes

Sourced from NuGet.Protocol's releases.

No release notes found for this version range.

Commits viewable in compare view.

Dependabot compatibility score

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

---
updated-dependencies:
- dependency-name: NuGet.Protocol
  dependency-version: 7.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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 Dec 8, 2025
@ElanHasson
Copy link
Contributor

Closing as superseded - these package updates have been incorporated into a combined .NET 10 upgrade commit.

@ElanHasson ElanHasson closed this Dec 21, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 21, 2025

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/nuget/NuGet.Protocol-7.0.1 branch December 21, 2025 17:02
ElanHasson added a commit that referenced this pull request Dec 21, 2025
- Upgrade target framework from net9.0 to net10.0
- Update CI/CD workflows to use .NET 10.0.x SDK
- Upgrade packages:
  - Microsoft.CodeAnalysis.CSharp.Scripting: 4.14.0 → 5.0.0
  - Microsoft.Extensions.Hosting: 10.0.0-rc.2 → 10.0.1
  - Microsoft.NET.Test.Sdk: 18.0.0 → 18.0.1
  - NuGet.Protocol: 6.14.0 → 7.0.1
  - NuGet.Resolver: 6.14.0 → 7.0.1
  - NUnit.Analyzers: 4.10.0 → 4.11.2
  - NUnit3TestAdapter: 5.2.0 → 6.0.0
- Remove unnecessary System.Formats.Asn1 package (now built into .NET 10)
- Update tests to work with NUnit 6.0 console output behavior
- Update console output capture to use synchronized TextWriter

This commit supersedes PRs #36, #37, #39, and #40.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
ElanHasson added a commit that referenced this pull request Dec 21, 2025
* Upgrade to .NET 10 and update all packages

- Upgrade target framework from net9.0 to net10.0
- Update CI/CD workflows to use .NET 10.0.x SDK
- Upgrade packages:
  - Microsoft.CodeAnalysis.CSharp.Scripting: 4.14.0 → 5.0.0
  - Microsoft.Extensions.Hosting: 10.0.0-rc.2 → 10.0.1
  - Microsoft.NET.Test.Sdk: 18.0.0 → 18.0.1
  - NuGet.Protocol: 6.14.0 → 7.0.1
  - NuGet.Resolver: 6.14.0 → 7.0.1
  - NUnit.Analyzers: 4.10.0 → 4.11.2
  - NUnit3TestAdapter: 5.2.0 → 6.0.0
- Remove unnecessary System.Formats.Asn1 package (now built into .NET 10)
- Update tests to work with NUnit 6.0 console output behavior
- Update console output capture to use synchronized TextWriter

This commit supersedes PRs #36, #37, #39, and #40.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

* Fix tests for AssemblyLoadContext isolation in .NET 10

- Add AssemblyLoadContext workaround for CSharpScript compatibility
- Update tests to verify execution success and return values instead of
  console output (Console.SetOut doesn't propagate across ALCs)
- Change timeout test to use Task.Delay which respects cancellation
- Minor cleanup in CSharpEvalTools (use CancelAsync)

See: dotnet/roslyn#45197 (comment)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
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