chore(deps): bump Microsoft.Extensions 10.0.9, OpenTelemetry 1.16.0, Spectre.Console 0.57.1#63
Merged
Merged
Conversation
…Spectre.Console 0.57.1 Consolidates Dependabot PRs #56/#58/#59, which failed CI with NU1004 (Dependabot updated Directory.Packages.props but not the lock files, so --locked-mode restore rejected the mismatch). Regenerates the lock files and verifies build + tests. - Microsoft.Extensions.DependencyInjection/Hosting/Logging 10.0.8 -> 10.0.9 (completes the family with the .Abstractions already at 10.0.9) - OpenTelemetry.Instrumentation.AspNetCore 1.15.2 -> 1.16.0 (completes the OpenTelemetry 1.16.0 set) - Spectre.Console 0.56.0 -> 0.57.1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Consolidates Dependabot PRs #56 / #58 / #59, which all failed CI with NU1004 — Dependabot updated
Directory.Packages.propsbut did not regenerate thepackages.lock.jsonfiles, sodotnet restore --locked-moderejected the mismatch. This PR applies the bumps with regenerated lock files.The Extensions bump completes the family (
.Abstractionsalready at 10.0.9); the OTel bump completes the 1.16.0 set (Exporter + Extensions.Hosting landed in #52).Verified locally: restore + build (0 err),
Category!=Integrationtests pass, csharpier clean.Closes #56, closes #58, closes #59.