Bump the nuget-minor-patch group with 9 updates - #139
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
Bumps Microsoft.CodeAnalysis from 5.6.0 to 5.9.0 Bumps Microsoft.Extensions.Http from 10.0.10 to 10.0.11 Bumps Microsoft.Extensions.Logging from 10.0.10 to 10.0.11 Bumps Microsoft.NET.Test.Sdk from 18.8.1 to 18.9.0 Bumps NuGet.Configuration from 7.6.0 to 7.9.0 Bumps NuGet.Packaging from 7.6.0 to 7.9.0 Bumps Roslynator.Analyzers from 4.15.0 to 4.16.1 Bumps System.Reflection.MetadataLoadContext from 10.0.10 to 10.0.11 Bumps ZiggyCreatures.FusionCache from 2.6.0 to 2.7.1 --- updated-dependencies: - dependency-name: Microsoft.CodeAnalysis dependency-version: 5.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget-minor-patch - dependency-name: Microsoft.Extensions.Http dependency-version: 10.0.11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-minor-patch - dependency-name: Microsoft.Extensions.Logging dependency-version: 10.0.11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-minor-patch - dependency-name: Microsoft.NET.Test.Sdk dependency-version: 18.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget-minor-patch - dependency-name: NuGet.Configuration dependency-version: 7.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget-minor-patch - dependency-name: NuGet.Packaging dependency-version: 7.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget-minor-patch - dependency-name: Roslynator.Analyzers dependency-version: 4.16.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget-minor-patch - dependency-name: System.Reflection.MetadataLoadContext dependency-version: 10.0.11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-minor-patch - dependency-name: ZiggyCreatures.FusionCache dependency-version: 2.7.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget-minor-patch ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
Pull request overview
Updates NuGet dependencies used by the LSP server and its test project, primarily to pick up minor/patch fixes in Roslyn, NuGet client libraries, .NET extensions, analyzers, and the test SDK.
Changes:
- Bumped Roslyn (
Microsoft.CodeAnalysis) and related runtime/build dependencies inServer/SdkLspServer.csproj. - Updated the test SDK package version in
Server.Tests/Server.Tests.csproj. - Updated repo-wide analyzer package (
Roslynator.Analyzers) inDirectory.Build.props.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| Server/SdkLspServer.csproj | Updates multiple runtime/build PackageReferences (Roslyn, NuGet., Extensions., FusionCache, etc.). |
| Server.Tests/Server.Tests.csproj | Bumps Microsoft.NET.Test.Sdk to the next minor version. |
| Directory.Build.props | Updates Roslynator.Analyzers used during build/analysis. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
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.
Updated Microsoft.CodeAnalysis from 5.6.0 to 5.9.0.
Release notes
Sourced from Microsoft.CodeAnalysis's releases.
No release notes found for this version range.
Commits viewable in compare view.
Updated Microsoft.Extensions.Http from 10.0.10 to 10.0.11.
Release notes
Sourced from Microsoft.Extensions.Http's releases.
No release notes found for this version range.
Commits viewable in compare view.
Updated Microsoft.Extensions.Logging from 10.0.10 to 10.0.11.
Release notes
Sourced from Microsoft.Extensions.Logging's releases.
No release notes found for this version range.
Commits viewable in compare view.
Updated Microsoft.NET.Test.Sdk from 18.8.1 to 18.9.0.
Release notes
Sourced from Microsoft.NET.Test.Sdk's releases.
18.9.0
What's Changed
New Contributors
Full Changelog: microsoft/vstest@v18.8.0...v18.9.0
Commits viewable in compare view.
Updated NuGet.Configuration from 7.6.0 to 7.9.0.
Release notes
Sourced from NuGet.Configuration's releases.
No release notes found for this version range.
Commits viewable in compare view.
Updated NuGet.Packaging from 7.6.0 to 7.9.0.
Release notes
Sourced from NuGet.Packaging's releases.
No release notes found for this version range.
Commits viewable in compare view.
Updated Roslynator.Analyzers from 4.15.0 to 4.16.1.
Release notes
Sourced from Roslynator.Analyzers's releases.
4.16.1
Fixed
inforref structparameters (#1725) (PR)omit_when_single_lineon multi-line object/collection initializers (#1439) (PR)async voidmethods withoutAsyncsuffix (PR)whenfilter (PR)CancellationTokenin sync methods returningTask(PR)generate-docto omit internal interfaces from type declarations and the Implements section (PR)4.16.0
Added
Fixed
filemodifier (PR by @cbersch)fixcommand ignoring--include/--excludefile filter (PR by @hashiiiii)Commits viewable in compare view.
Updated System.Reflection.MetadataLoadContext from 10.0.10 to 10.0.11.
Release notes
Sourced from System.Reflection.MetadataLoadContext's releases.
No release notes found for this version range.
Commits viewable in compare view.
Updated ZiggyCreatures.FusionCache from 2.6.0 to 2.7.1.
Release notes
Sourced from ZiggyCreatures.FusionCache's releases.
2.7.1
🏅 Better Advisor checks
A new check has been added in the Advisor that detecs a potentially incorrect configuration for a System.Text.Json based serializer related to value tuples.
This is not about a FusionCache bug, but about the System.Text.Json serializer's default configuration deviating from the commonly expected one (like, historically, Json.NET for example), see here for more.
Instead of forcing a specific json configuration for FusionCache, the Advisor now checks if the serializer in use is not supporting value tuples correctly and, if so, emits a warning (also configurable) in the logs to warn users about that.
This allows them to make the best decision for their specific use case.
Thanks to @sychare and @bassepeder for the hints.
Also, the check for a missing
CacheKeyPrefixis now better, more limited in scope.See here and here for the issues.
🆕 New
SerializationConfigIssuesLogLeveloptionSee the previous item: with this new option is possible to change the desired log level, or suppress it.
🆕 New
DistributedLockerErrorsLogLeveloptionIt's now possible to granularly configure the log level to use for distributed lockers errors, which is nice.
🔭 Better handling of OTEL parent traces
Sometimes the handling of OTEL parent traces was not the best, particularly around highly multithreaded scenarios where a native
Activityis not being passed around correctly in the context.This has now been fixed.
🏷️ OTEL traces for a
RemoveByTag(tag)operation now include the tag (duh)Normally, every operation in the cache has a cache key as the main argument.
In the case of a
RemoveByTag(tag)operation though, that is not the case since the main argument is not the cache key, but the tag: strangely enough, FusionCache previously was not logging it front and center, but now it does.This should help with tagging-related investigations and troubleshootings.
Thanks to community member @tvardero for spotting this.
See here for the issue.
🐞 Better temporal checks during an L2 to L1 copy
Thanks to community member @DanielStout5 for spotting this: it's quite rare, but sometimes an entry in L2 may be older than the corresponding entry in L1, and before this fix that assumption did not hold sometimes.
Now an extra check is performed, to make sure that this scenario doesnot produce unwanted results.
See here for the issue.
🐞 Missing operation id with tracing but without a logger
... (truncated)
2.7.0
🏅 Better Advisor checks
A new check has been added in the Advisor that detecs a potentially incorrect configuration for a System.Text.Json based serializer related to value tuples.
This is not about a FusionCache bug, but about the System.Text.Json serializer's default behavior deviating from the commonly expected one (like, historically, Json.NET for example), see here for more.
Instead of forcing different json options specifically for FusionCache, the Advisor now checks if the serializer in use is not supporting value tuples correctly and, if so, emits a warning (also configurable) in the logs to warn users about that.
This allows them to make the best decision for their specific use case.
Thanks to @sychare and @bassepeder for the hints.
Also, the check for a missing
CacheKeyPrefixis now better, more limited in scope.See here and here for the issues.
🆕 New
SerializationIssuesLogLeveloptionSee the previous item: with this new option is possible to change the desired log level, or suppress it.
🆕 New
DistributedLockerErrorsLogLeveloptionIt's now possible to granularly configure the log level to use for distributed lockers errors, which is nice.
🔭 Better handling of OTEL parent traces
Sometimes the handling of OTEL parent traces was not the best, particularly around highly multithreaded scenarios where a native
Activityis not being passed around correctly in the context.This has now been fixed.
🏷️ OTEL traces for a
RemoveByTag(tag)operation now include the tag (duh)Normally, every operation in the cache has a cache key as the main argument.
In the case of a
RemoveByTag(tag)operation though, that is not the case since the main argument is not the cache key, but the tag: strangely enough, FusionCache previously was not logging it front and center, but now it does.This should help with tagging-related investigations and troubleshootings.
Thanks to community member @tvardero for spotting this.
See here for the issue.
🐞 Better temporal checks during an L2 to L1 copy
Thanks to community member @DanielStout5 for spotting this: it's quite rare, but sometimes an entry in L2 may be older than the corresponding entry in L1, and before this fix that assumption did not hold sometimes.
Now an extra check is performed, to make sure that this scenario doesnot produce unwanted results.
... (truncated)
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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