chore(deps): update all non-major nuget dependencies#141
Open
hojmark-renovate[bot] wants to merge 1 commit into
Open
chore(deps): update all non-major nuget dependencies#141hojmark-renovate[bot] wants to merge 1 commit into
hojmark-renovate[bot] wants to merge 1 commit into
Conversation
7745519 to
669b38c
Compare
669b38c to
dea8ea6
Compare
dea8ea6 to
3cf2d7c
Compare
3cf2d7c to
76032c5
Compare
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.
This PR contains the following updates:
4.2.0→4.3.09.2.0→9.2.27.3.6→7.3.1010.0.8→10.0.910.0.8→10.0.910.0.8→10.0.910.0.8→10.0.910.6.0→10.7.018.5.1→18.7.04.6.0→4.6.14.13.0→4.14.010.25.0.139117→10.27.0.1409132.0.8→2.0.910.0.8→10.0.910.0.8→10.0.910.0.8→10.0.91.44.0→1.56.254.11.0→4.12.0Release Notes
lduchosal/ipnetwork (IPNetwork2)
v4.3.0: — netstandard2.0 returnsCompare Source
Highlights
netstandard2.0 is back
The library targets
netstandard2.0again — consumable from .NET Framework 4.6.1+, .NET Core 2.x, and other ns2.0-compatible runtimes. (ns2.0 was dropped in 4.0; this release restores it without breaking anything else.)Source changes that made ns2.0 viable:
NotNullWhenAttributepolyfill compiled only under#if NETSTANDARD2_0SHA256.ComputeHashfallback widened from#if NETSTANDARD2_1to#if NETSTANDARDnnin[^1]replaced withnnin[Length - 1](ns2.0 lacksSystem.Index)Contains(char)replaced withIndexOf('/') >= 0(char overload is .NET Core 2.1+)Windows / net48 quality gate in CI
TestProjectnow multi-targetsnet10.0;net48and a newwindows-latestjob runs the net48 build directly. This is the only CI path that actually loads the ns2.0 DLL at runtime, so ns2.0-specific regressions get caught before release.Test execution fixes since 4.2.0
MSTest.TestAdapterto 4.2.3 to matchMSTest.TestFramework, fixing the module-initializerInvalidOperationExceptionthat crashed the test hostConsoleApplicationlock file forMicrosoft.NET.ILLink.Tasks10.0.7TFM resolution for consumers
netstandard2.0(new)netstandard2.0(new)netstandard2.1net8.0net9.0net10.0Full changelog: lduchosal/ipnetwork@4.2.0...4.3.0
dotnet/extensions (Microsoft.Extensions.TimeProvider.Testing)
v10.7.0v10.7.0 graduates the Microsoft.Extensions.Diagnostics.ResourceMonitoring.Kubernetes package to stable. The package registers a Kubernetes-aware
ResourceQuotaProviderthat reads the pod's CPU and memory requests and limits and exposes them toMicrosoft.Extensions.Diagnostics.ResourceMonitoringas baseline and maximum quotas, which then feed the request and limit dimensions of the published resource utilization metrics. The companionResourceQuotaandResourceQuotaProvidertypes inMicrosoft.Extensions.Diagnostics.ResourceMonitoringgraduate to stable in the same change so that consumers can implement custom quota providers without taking an experimental dependency.On the AI side,
Microsoft.Extensions.AI.OpenAImoves to OpenAI 2.11.0 and fixes a deserialization bug inToolJson.AdditionalPropertiesso that JSON SchemaadditionalPropertiesvalues shaped as sub-schema objects (for example{"type":"string"}) are preserved instead of throwing during deserialization.HostedFileContent.SizeInBytesandHostedFileContent.CreatedAtgraduate to stable since both values are consistently available across hosted-file providers, whilePurposeandScoperemain experimental as provider-shaped vocabulary.FunctionInvokingChatClientdrops a backward-compat path that auto-markedToolApprovalResponseContententries withInformationalOnly: true; consumers that need to continue accepting sessions serialized before #7468 can use the sampleApprovalHistoryNormalizingChatClientmiddleware added in the test project.Experimental API Changes
Now Stable
Microsoft.Extensions.Diagnostics.ResourceMonitoring.Kubernetespackage is now stable #7253ResourceQuotaandResourceQuotaProviderAPIs are now stable (previouslyEXTEXP0008) #7253HostedFileContent.SizeInBytesandHostedFileContent.CreatedAtare now stable (previouslyMEAI001) #7513What's Changed
AI
Diagnostics, Health Checks, and Resource Monitoring
Repository Infrastructure Updates
Acknowledgements
Full Changelog: dotnet/extensions@v10.6.0...v10.7.0
microsoft/vstest (Microsoft.NET.Test.Sdk)
v18.7.0What's Changed
New Contributors
Full Changelog: microsoft/vstest@v18.6.0...v18.7.0
v18.6.0What's Changed
Changes to tests and infra
Full Changelog: microsoft/vstest@v18.5.1...v18.6.0
nunit/nunit (NUnit)
v4.6.1: NUnit version 4.6.1See release notes for details.
nunit/nunit.analyzers (NUnit.Analyzers)
v4.14.0: NUnit Analyzers 4.14 - June 1, 2026Compare Source
NUnit Analyzers 4.14 - June 1, 2026
This release of the NUnit Analyzers adds a new analyzer and associated codefix -
NUnit2059- that helps ensure thatasync assertion methods in NUnit version 5 and higher - i.e.
Assert.ThrowsAsync,Assert.CatchAsync, andAssert.DoesNotThrowAsync- have their results observed, as these methods are awaitable from NUnit version 5.The release contains contributions from the following users (in alphabetical order):
Issues Resolved
Features and Enhancements
Tooling, Process, and Documentation
SonarSource/sonar-dotnet (SonarAnalyzer.CSharp)
v10.27.0.140913Compare Source
Release notes - .NET Analyzers - 10.27
Feature
NET-1285 S2629: Add custom message for Log4Net and Castle.Core
NET-3666 Deprecate S5042 and move it from HotSpots to Code Smell
NET-3783 Update RSPEC before 10.27 release
False Positive
NET-2696 Fix S4260 FP: Extension Properties always raise
False Negative
NET-230 Fix S4056 FN: SpecifyIFormatProviderOrCultureInfo for C#13 compatibility
NET-2692 Fix S2190 FN: Recursive extension properties
NET-2705 Fix S3343 FN: Partial Constructor with attribute in definition
NET-2732 Fix S1172 FN: Extension blocks
NET-2745 Fix S4144 FN: Extension Members
NET-2829 Fix S3241 FN: Extension methods and extension blocks
NET-3541 Fix S1117 FN: add CatchDeclaration coverage and adopt LocalDeclarationKinds
v10.26.0.140279Compare Source
Release notes - .NET Analyzers - 10.26
Feature
NET-3694 Update RSPEC before 10.26 release
False Positive
NET-2346 Fix S1854 FP: Variable used after another assignment in finally
NET-2347 Fix S1168 FP: Do not report on value types
NET-3698 Fix S1210 FP: file-scoped types should be exempt
False Negative
NET-1265 Fix S2930 FN: raise issues on non-disposed RegistryKeys
NET-2685 Fix S3604 FN: Field Keyword, Partial Constructors, NullConditional Assignment
NET-2812 Fix S4275 FN: Field Keyword
NET-2999 Fix S6672 FN: Mismatch in primary constructor is not recognized
thomhurst/TUnit (TUnit)
v1.56.25: 1.56.25What's Changed
Other Changes
Dependencies
Full Changelog: thomhurst/TUnit@v1.56.18...v1.56.25
v1.56.18: 1.56.18What's Changed
Other Changes
new-hidden property slots per-accessor (#6263) by @thomhurst in #6281Dependencies
Full Changelog: thomhurst/TUnit@v1.56.0...v1.56.18
v1.56.0: 1.56.0What's Changed
Other Changes
new-hidden base interface members in wrapper (#6252) by @thomhurst in #6256Dependencies
Full Changelog: thomhurst/TUnit@v1.55.2...v1.56.0
v1.55.2: 1.55.2What's Changed
Other Changes
Dependencies
Full Changelog: thomhurst/TUnit@v1.55.0...v1.55.2
v1.55.0: 1.55.0What's Changed
Other Changes
Dependencies
Full Changelog: thomhurst/TUnit@v1.54.0...v1.55.0
v1.54.0: 1.54.0What's Changed
Other Changes
Dependencies
Full Changelog: thomhurst/TUnit@v1.53.0...v1.54.0
v1.53.0: 1.53.0What's Changed
Other Changes
Dependencies
Full Changelog: thomhurst/TUnit@v1.51.0...v1.53.0
v1.51.0: 1.51.0What's Changed
Other Changes
Dependencies
Full Changelog: thomhurst/TUnit@v1.50.0...v1.51.0
v1.50.0: 1.50.0What's Changed
Other Changes
Full Changelog: thomhurst/TUnit@v1.49.0...v1.50.0
v1.49.0: 1.49.0What's Changed
Other Changes
Dependencies
Full Changelog: thomhurst/TUnit@v1.48.6...v1.49.0
v1.48.6: 1.48.6What's Changed
Other Changes
Dependencies
Full Changelog: thomhurst/TUnit@v1.48.0...v1.48.6
[
v1.48.0](https://redirect.github.com/thConfiguration
📅 Schedule: (in timezone Europe/Berlin)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate.