Bump the dotnet group with 13 updates#6
Open
dependabot[bot] wants to merge 1 commit intomainfrom
Open
Conversation
Bumps Asp.Versioning.Mvc from 8.1.0 to 10.0.0 Bumps Asp.Versioning.Mvc.ApiExplorer from 8.1.0 to 10.0.0 Bumps Azure.Extensions.AspNetCore.Configuration.Secrets from 1.4.0 to 1.5.1 Bumps Azure.Identity from 1.14.2 to 1.21.0 Bumps coverlet.collector from 6.0.4 to 10.0.0 Bumps FluentAssertions from 7.2.2 to 8.9.0 Bumps FluentValidation from 12.0.0 to 12.1.1 Bumps FluentValidation.DependencyInjectionExtensions from 12.0.0 to 12.1.1 Bumps Microsoft.ApplicationInsights.AspNetCore from 2.23.0 to 3.1.0 Bumps Microsoft.NET.Test.Sdk from 17.14.1 to 18.5.1 Bumps Testcontainers.MsSql from 4.8.0 to 4.11.0 Bumps xunit.runner.visualstudio from 3.1.4 to 3.1.5 Bumps xunit.v3 from 2.0.3 to 3.2.2 --- updated-dependencies: - dependency-name: Asp.Versioning.Mvc dependency-version: 10.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dotnet - dependency-name: Asp.Versioning.Mvc.ApiExplorer dependency-version: 10.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dotnet - dependency-name: Azure.Extensions.AspNetCore.Configuration.Secrets dependency-version: 1.5.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet - dependency-name: Azure.Identity dependency-version: 1.21.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet - dependency-name: coverlet.collector dependency-version: 10.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dotnet - dependency-name: FluentAssertions dependency-version: 8.9.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dotnet - dependency-name: FluentValidation dependency-version: 12.1.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet - dependency-name: FluentValidation.DependencyInjectionExtensions dependency-version: 12.1.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet - dependency-name: Microsoft.ApplicationInsights.AspNetCore dependency-version: 3.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dotnet - dependency-name: Microsoft.NET.Test.Sdk dependency-version: 18.5.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dotnet - dependency-name: Testcontainers.MsSql dependency-version: 4.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet - dependency-name: xunit.runner.visualstudio dependency-version: 3.1.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet - dependency-name: xunit.v3 dependency-version: 3.2.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dotnet ... Signed-off-by: dependabot[bot] <support@github.com>
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 Asp.Versioning.Mvc from 8.1.0 to 10.0.0.
Release notes
Sourced from Asp.Versioning.Mvc's releases.
10.0.0
The official release for
10.0is here! In addition to the changes in the preview releases, there are a few additional changes.Features
All Platforms
ApiVersionAttribute,MapToVersionAttribute, andAdvertiseApiVersionsAttributeall now have a constructor which can support the date format without being a string; for example,[ApiVersion(2026, 04, 01)]ASP.NET Core OpenAPI
XmlCommentsTransformeris now resolved via DI, which allows it to be re-registered with a user-defined file pathvirtualfor developer extensibilityFixes
ASP.NET Core OpenAPI
IKeyedServiceProviderwhen injectingApiVersion(#1178)Breaking Changes
ASP.NET Core OpenAPI
"enum": ["1.0"]instead of"default": "1.0"Release Notes
rc.1because Microsoft.AspNetCore.OData is only atpreview.2rc.1pending the outcome of dotnet/aspnetcore#66408Feedback
Thanks to the contributors on this release whether it was code contributions or test driving the previews. Special thanks to @sander1095 for being a strong advocate and helping to bring even more visibility to the project.
10.0.0-preview.2
This release is a quick iteration which contains minor fixes based on feedback from Preview 1.
Trying out previews is always a big ask. The OpenAPI extensions are net new, so I really am looking for some community support to flush out any edge cases I may have been missed before releasing officially. All other libraries are stable.
Aside from whatever the community may report, there are only two final things I'm considering for the final release:
If these are not able to be completed within the next few weeks, then I will officially release the stable libraries. The gRPC support will then come in a future, likely minor version, release. The OpenAPI extensions may stay in preview as AOT will likely be broken.
Features
All Platforms
_prefix character when extracting API versions from a .NET namespace (#1172)Fixes
ASP.NET Core with OpenAPI
<example>tags (#1170)Breaking Changes
The OpenAPI extensions for API Versioning (e.g.
x-api-versioning) will now use a nestedlinksproperty rather than a simple array. This allows the schema to be open for possible future enhancements.Preview 1
{ "x-api-versioning": [ { "title": "Version Policy", "type": "text/html", "rel": "info", "url": "http://my.api.com/policies/versioning.html" } ] }Preview 2+
{ ... (truncated) ## 10.0.0-preview.1 This is a major release that includes new, publicly visible API changes as well as a rollup of bug fixes. This is an initial preview release that is primarily focused on improving OpenAPI integration. Additional features will come in the next preview. The wiki has not be fully updated - yet, but that will also occur in the near future. These are preview features and changes. Please report issues if you find them. Feel free to start a [discussion](../../discussions) about the changes in the forthcoming official release. # Features ## All Platforms - Support for the `deprecation` response header as defined by [RFC 9745](https://www.rfc-editor.org/rfc/rfc9745.html) (#1128) ## ASP.NET Core - Integration with the [Microsoft.AspNetCore.OpenApi](https://www.nuget.org/packages/Microsoft.AspNetCore.OpenApi) library - These features in the new [Asp.Versioning.OpenApi](https://www.nuget.org/packages/Asp.Versioning.OpenApi) library - OpenAPI documents are now generated per API version - Sunset and deprecation policies are automatically included with standard (English) text, but can be customized - Sunset and deprecation policies links are included in OpenAPI documents via the `x-api-versioning` extension - The versioned `HttpClient` can now read and report on sunset and deprecation policies - All [example projects](../../tree/main/examples/AspNetCore) have been updated to use [Scalar](https://scalar.com/) ### Example The following provides an example of a bare minimum setup: ```c# var builder = WebApplication.CreateBuilder( args ); var services = builder.Services; services.AddApiVersioning() .AddApiExplorer() .AddOpenApi(); var app = builder.Build(); var hello = app.NewVersionedApi( "HelloWorld" ); var v1 = hello.MapGroup( "/hello-world" ).HasApiVersion( 1.0 ); var v2 = hello.MapGroup( "/hello-world" ).HasApiVersion( 2.0 ); v1.MapGet( "/", ( ApiVersion version ) => $"Hello world from v{version}" ); v2.MapGet( "/", ( ApiVersion version ) => $"Hello world from v{version}" ); if ( app.Environment.IsDevelopment() ) { app.MapOpenApi().WithDocumentPerVersion(); } app.Run();The key differences from what you may be currently doing:
... (truncated)
Commits viewable in compare view.
Updated Asp.Versioning.Mvc.ApiExplorer from 8.1.0 to 10.0.0.
Release notes
Sourced from Asp.Versioning.Mvc.ApiExplorer's releases.
10.0.0
The official release for
10.0is here! In addition to the changes in the preview releases, there are a few additional changes.Features
All Platforms
ApiVersionAttribute,MapToVersionAttribute, andAdvertiseApiVersionsAttributeall now have a constructor which can support the date format without being a string; for example,[ApiVersion(2026, 04, 01)]ASP.NET Core OpenAPI
XmlCommentsTransformeris now resolved via DI, which allows it to be re-registered with a user-defined file pathvirtualfor developer extensibilityFixes
ASP.NET Core OpenAPI
IKeyedServiceProviderwhen injectingApiVersion(#1178)Breaking Changes
ASP.NET Core OpenAPI
"enum": ["1.0"]instead of"default": "1.0"Release Notes
rc.1because Microsoft.AspNetCore.OData is only atpreview.2rc.1pending the outcome of dotnet/aspnetcore#66408Feedback
Thanks to the contributors on this release whether it was code contributions or test driving the previews. Special thanks to @sander1095 for being a strong advocate and helping to bring even more visibility to the project.
10.0.0-preview.2
This release is a quick iteration which contains minor fixes based on feedback from Preview 1.
Trying out previews is always a big ask. The OpenAPI extensions are net new, so I really am looking for some community support to flush out any edge cases I may have been missed before releasing officially. All other libraries are stable.
Aside from whatever the community may report, there are only two final things I'm considering for the final release:
If these are not able to be completed within the next few weeks, then I will officially release the stable libraries. The gRPC support will then come in a future, likely minor version, release. The OpenAPI extensions may stay in preview as AOT will likely be broken.
Features
All Platforms
_prefix character when extracting API versions from a .NET namespace (#1172)Fixes
ASP.NET Core with OpenAPI
<example>tags (#1170)Breaking Changes
The OpenAPI extensions for API Versioning (e.g.
x-api-versioning) will now use a nestedlinksproperty rather than a simple array. This allows the schema to be open for possible future enhancements.Preview 1
{ "x-api-versioning": [ { "title": "Version Policy", "type": "text/html", "rel": "info", "url": "http://my.api.com/policies/versioning.html" } ] }Preview 2+
{ ... (truncated) ## 10.0.0-preview.1 This is a major release that includes new, publicly visible API changes as well as a rollup of bug fixes. This is an initial preview release that is primarily focused on improving OpenAPI integration. Additional features will come in the next preview. The wiki has not be fully updated - yet, but that will also occur in the near future. These are preview features and changes. Please report issues if you find them. Feel free to start a [discussion](../../discussions) about the changes in the forthcoming official release. # Features ## All Platforms - Support for the `deprecation` response header as defined by [RFC 9745](https://www.rfc-editor.org/rfc/rfc9745.html) (#1128) ## ASP.NET Core - Integration with the [Microsoft.AspNetCore.OpenApi](https://www.nuget.org/packages/Microsoft.AspNetCore.OpenApi) library - These features in the new [Asp.Versioning.OpenApi](https://www.nuget.org/packages/Asp.Versioning.OpenApi) library - OpenAPI documents are now generated per API version - Sunset and deprecation policies are automatically included with standard (English) text, but can be customized - Sunset and deprecation policies links are included in OpenAPI documents via the `x-api-versioning` extension - The versioned `HttpClient` can now read and report on sunset and deprecation policies - All [example projects](../../tree/main/examples/AspNetCore) have been updated to use [Scalar](https://scalar.com/) ### Example The following provides an example of a bare minimum setup: ```c# var builder = WebApplication.CreateBuilder( args ); var services = builder.Services; services.AddApiVersioning() .AddApiExplorer() .AddOpenApi(); var app = builder.Build(); var hello = app.NewVersionedApi( "HelloWorld" ); var v1 = hello.MapGroup( "/hello-world" ).HasApiVersion( 1.0 ); var v2 = hello.MapGroup( "/hello-world" ).HasApiVersion( 2.0 ); v1.MapGet( "/", ( ApiVersion version ) => $"Hello world from v{version}" ); v2.MapGet( "/", ( ApiVersion version ) => $"Hello world from v{version}" ); if ( app.Environment.IsDevelopment() ) { app.MapOpenApi().WithDocumentPerVersion(); } app.Run();The key differences from what you may be currently doing:
... (truncated)
Commits viewable in compare view.
Updated Azure.Extensions.AspNetCore.Configuration.Secrets from 1.4.0 to 1.5.1.
Release notes
Sourced from Azure.Extensions.AspNetCore.Configuration.Secrets's releases.
1.5.1
1.5.1 (2026-04-29)
Other Changes
Azure.Coreversion that includes the identity types moved fromAzure.Identity.1.5.0
1.5.0 (2026-04-30)
Features Added
(#56438)
Breaking Changes
ApplicationInsightsSamplerwith 100% sampling (all traces sampled) toRateLimitedSamplerwith 5.0 traces per second. This change significantlyreduces telemetry volume for high-traffic applications and provides better
cost optimization out of the box.
Impact: Applications with more than 5 requests per second will see fewer
traces exported by default.
Migration: To maintain the previous behavior (100% sampling), explicitly
configure the sampler:
Bugs Fixed
instead of replica names in the Role Instance field.
(#54586)
1.5.0-beta.1
1.5.0-beta.1 (2026-04-28)
Features Added
package-2024-05-01topackage-preview-2025-06. Tag detail available at https://github.com/Azure/azure-rest-api-specs/blob/main/specification/appconfiguration/resource-manager/readme.md.AzureFrontDoorproperty toAppConfigurationStoreDataandAppConfigurationStorePatchto support Azure Front Door configuration for a configuration store.AppConfigurationAzureFrontDoorPropertieswith aResourceIdproperty representing an Azure Front Door profile resource ID.1.4.2
1.4.2 (2026-04-28)
Other Changes
Azure.Coreto 1.54.0.Azure.ResourceManagerto 1.14.0.1.4.1
1.4.1 (2026-04-27)
Other Changes
Azure.Coreto 1.54.0.Azure.ResourceManagerto 1.14.0.Commits viewable in compare view.
Updated Azure.Identity from 1.14.2 to 1.21.0.
Release notes
Sourced from Azure.Identity's releases.
1.15.0-beta.1
1.15.0-beta.1 (2026-04-24)
Features Added
package-2025-11-01-with-cloudservice.VmScaleSetLifecycleHookEventalong with its correspondingVmScaleSetLifecycleHookEventResource,VmScaleSetLifecycleHookEventCollection, andVmScaleSetLifecycleHookEventDataclasses for managing Virtual Machine Scale Set lifecycle hook events.LifecycleHook,LifecycleHooksProfile,VmScaleSetLifecycleHookEventProperties,VmScaleSetLifecycleHookEventAdditionalContext,VirtualMachineScaleSetLifecycleHookEventTarget, andVirtualMachineScaleSetLifecycleHookEventPatch.LifecycleHookAction,LifecycleHookActionState,VmScaleSetLifecycleHookEventType, andVmScaleSetLifecycleHookEventState.ResiliencyProfile,OperationRecoverySettings,ReimageRecoveryPolicy,RestartRecoveryPolicy,StartRecoveryPolicy, andZoneMovementfor configuring VM Scale Set resiliency and recovery behavior.ExternalHealthPolicy.StorageFaultDomainAlignmentTypeandStorageAlignmentStatus.LifecycleHooksandExternalHealthPolicyproperties toVirtualMachineScaleSetPropertiesclass.LifecycleHooksproperty toVirtualMachineScaleSetPatchPropertiesclass.Placementproperty toVirtualMachineScaleSetPatchclass.VirtualMachineResourceIdread-only property toVirtualMachineScaleSetVmPropertiesclass.IsEnabledproperty toVirtualMachineDataandVirtualMachinePatchclasses.StorageFaultDomainAlignmentproperty toVirtualMachineDataDisk,VirtualMachineOSDisk,VirtualMachineScaleSetDataDisk,VirtualMachineScaleSetOSDisk, andVirtualMachineScaleSetUpdateOSDiskclasses.EnableFullCachingproperty toDiffDiskSettingsclass.forceDeallocateoptional parameter to theVirtualMachineResource.DeallocateandVirtualMachineResource.DeallocateAsyncmethods.BestEffortAlignedvalue toZonalPlatformFaultDomainAlignModeenum.Standardvalue toSecurityTypeenum.Commits viewable in compare view.
Updated coverlet.collector from 6.0.4 to 10.0.0.
Release notes
Sourced from coverlet.collector's releases.
10.0.0
Improvements
--coverlet-file-prefixoption for unique report files #1869Fixed
Maintenance
Diff between 8.0.1 and 10.0.0
8.0.1
Fixed
Improvements
Diff between 8.0.0 and 8.0.1
8.0.0
Special Thanks: A huge thank you to @Bertk for driving the majority of the work in this release! 🎉
Fixed
Improvements
Diff between 6.0.4 and 8.0.0
Commits viewable in compare view.
Updated FluentAssertions from 7.2.2 to 8.9.0.
Release notes
Sourced from FluentAssertions's releases.
8.9.0
What's Changed
New features
Span<T>,ReadOnlySpan<T>,Memory<T>andReadOnlyMemory<T>by @dennisdoomen in Add support for Span<T>, ReadOnlySpan<T>, Memory<T> and ReadOnlyMemory<T> fluentassertions/fluentassertions#3172Improvements
BeEquivalentToby @Copilot in Allow excluding all properties by type from BeEquivalentTo fluentassertions/fluentassertions#3115BeEquivalentToby @dennisdoomen in Improve reporting the differences between differently sized collections in BeEquivalentTo fluentassertions/fluentassertions#3133ThrowandWhichby @dennisdoomen in Improve reporting the subject when chaining Throw and Which fluentassertions/fluentassertions#3160HaveMillisecond/NotHaveMillisecondassertion methods forDateTimeandDateTimeOffsetby @Copilot in Add HaveMillisecond/NotHaveMillisecond assertion methods for DateTime and DateTimeOffset fluentassertions/fluentassertions#3164BeEqualToandNotBeEqualToas collection assertion aliases by @Copilot in AddBeEqualToandNotBeEqualToas collection assertion aliases fluentassertions/fluentassertions#3166Fixes
Documentation
Others
==or!=when comparing Nullable against constants by @jnyrup in Use==or!=when comparing Nullable<T> against constants fluentassertions/fluentassertions#3129string.Createby @jnyrup in Create polyfill forstring.Createfluentassertions/fluentassertions#3130UnassignedGetOnlyAutoPropertyforNode.GetHashCodeby @jnyrup in SuppressUnassignedGetOnlyAutoPropertyforNode.GetHashCodefluentassertions/fluentassertions#3138NonReadonlyMemberInGetHashCodeby @jnyrup in UseNonReadonlyMemberInGetHashCodefluentassertions/fluentassertions#3140paramNameparameter by @jnyrup in Use compiler-generatedparamNameparameter fluentassertions/fluentassertions#3143When_concurrently_getting_equality_strategy_it_should_not_throwby @jnyrup in FixWhen_concurrently_getting_equality_strategy_it_should_not_throwfluentassertions/fluentassertions#3144... (truncated)
8.8.0
What's Changed
New features
Improvements
Documentation
configparameter by @jnyrup in Add docs forconfigparameter fluentassertions/fluentassertions#3104Others
Full Changelog: fluentassertions/fluentassertions@8.7.1...8.8.0
8.7.1
What's Changed
Others
Full Changelog: fluentassertions/fluentassertions@8.7.0...8.7.1
8.7.0
What's Changed
New features
Others
DisableImplicitNuGetFallbackFolderby @jnyrup in SetDisableImplicitNuGetFallbackFolderfluentassertions/fluentassertions#3095Full Changelog: fluentassertions/fluentassertions@8.6.0...8.7.0
8.6.0
What's Changed
Improvements
Value.ThatMatchesandValue.ThatSatisfiesby @dennisdoomen in Add support for inline assertions using Value.ThatMatches and Value.ThatSatisfies fluentassertions/fluentassertions#3076Others
New Contributors
Full Changelog: fluentassertions/fluentassertions@8.5.0...8.6.0
8.5.0
What's Changed
New features
Fixes
Others
Full Changelog: fluentassertions/fluentassertions@8.4.0...8.5.0
8.4.0
What's Changed
Improvements
Others
New Contributors
Full Changelog: fluentassertions/fluentassertions@8.3.0...8.4.0
8.3.0
What's Changed
Improvements
Others
Full Changelog: fluentassertions/fluentassertions@8.2.0...8.3.0
8.2.0
What's Changed
Improvements
Fixes
StringSyntaxannotations by @jnyrup in RestoreStringSyntaxannotations fluentassertions/fluentassertions#3033Others
Full Changelog: fluentassertions/fluentassertions@8.1.1...8.2.0
8.1.1
What's Changed
Fixes
Full Changelog: fluentassertions/fluentassertions@8.1.0...8.1.1
8.1.0
What's Changed
Improvements
Fixes
Documentation
Others
New Contributors
Full Changelog: fluentassertions/fluentassertions@8.0.1...8.1.0
8.0.1
What's Changed
Improvements
Others
Full Changelog: fluentassertions/fluentassertions@8.0.0...8.0.1
8.0.0
What's Changed
License change
Breaking Changes
OrEqualTomethods by @IT-VBFK in Remove obsoleteOrEqualTomethods fluentassertions/fluentassertions#2269SpacesPerIndentionLevelby @jnyrup in RemoveSpacesPerIndentionLevelfluentassertions/fluentassertions#2281AllSatisfyto succeed on empty collections by @jnyrup in ChangeAllSatisfyto succeed on empty collections fluentassertions/fluentassertions#2321ForConstrainttoIAssertionScopeby @IT-VBFK in AddForConstrainttoIAssertionScopefluentassertions/fluentassertions#2324OnlyContainto succeed on empty collections by @IT-VBFK in ChangeOnlyContainto succeed on empty collections fluentassertions/fluentassertions#2350NSpec3by @ITaluone in Drop support forNSpec3fluentassertions/fluentassertions#2356NotThrow[After]toActionAssertionsby @jnyrup in Move non-genericNotThrow[After]toActionAssertionsfluentassertions/fluentassertions#2371EquivalencyAssertionOptionstoEquivalencyOptionsby @vbreuss in RenameEquivalencyAssertionOptionstoEquivalencyOptionsfluentassertions/fluentassertions#2414WithoutMatchingRulesandWithoutSelectionRuleswhile usingBeEquivalentToby @vbreuss in Allow fluently callingWithoutMatchingRulesandWithoutSelectionRuleswhile usingBeEquivalentTofluentassertions/fluentassertions#2457SubsequentOrderingAssertionsby @vbreuss in Simplify inheritance ofSubsequentOrderingAssertionsfluentassertions/fluentassertions#2439RespectingRuntimeTypesandRespectingDeclaredTypesto better clarify their purpose by @dennisdoomen in RenamedRespectingRuntimeTypesandRespectingDeclaredTypesto better clarify their purpose fluentassertions/fluentassertions#2866HttpResponseMessageassertions by @ITaluone in Remove support forHttpResponseMessageassertions fluentassertions/fluentassertions#2909New features
NotBeIn(DateTimeKind)DateTimeassertion by @IT-VBFK in Add missingNotBeIn(DateTimeKind)DateTimeassertion fluentassertions/fluentassertions#2536EquivalencyOptionsin string assertions by @vbreuss in Allow specifyingEquivalencyOptionsin string assertions fluentassertions/fluentassertions#2413Improvements
TypeMemberReflectorby @jnyrup in OptimizeTypeMemberReflectorfluentassertions/fluentassertions#2320AssertionScopes to chain their context by @dennisdoomen in Allow nestedAssertionScopes to chain their context fluentassertions/fluentassertions#2607... (truncated)
8.0.0-rc.2
What's Changed
Fixes
Others
Full Changelog: fluentassertions/fluentassertions@8.0.0-rc.1...8.0.0-rc.2
8.0.0-rc.1
What's Changed
Breaking Changes
RespectingRuntimeTypesandRespectingDeclaredTypesto better clarify their purpose by @dennisdoomen in RenamedRespectingRuntimeTypesandRespectingDeclaredTypesto better clarify their purpose fluentassertions/fluentassertions#2866HttpResponseMessageassertions by @ITaluone in Remove support forHttpResponseMessageassertions fluentassertions/fluentassertions#2909Fixes
Documentation
Others
... (truncated)
8.0.0-alpha.1
What's Changed
Others
Full Changelog: fluentassertions/fluentassertions@7.0.0-alpha.6...8.0.0-alpha.1
Commits viewable in compare view.
Updated FluentValidation from 12.0.0 to 12.1.1.
Release notes
Sourced from FluentValidation's releases.
12.1.0
Release notes
Please read the upgrade guide if you are moving from 11.x to 12.x
Changes in 12.1.0
Changes in 12.0.0
Downloads
Binaries can be downloaded from nuget:
Commits viewable in compare view.
Updated FluentValidation.DependencyInjectionExtensions from 12.0.0 to 12.1.1.
Release notes
Sourced from FluentValidation.DependencyInjectionExtensions's releases.
12.1.0
Release notes
Please read the upgrade guide if you are moving from 11.x to 12.x
Changes in 12.1.0
Changes in 12.0.0
Downloads
Binaries can be downloaded from nuget:
Commits viewable in compare view.
Updated Microsoft.ApplicationInsights.AspNetCore from 2.23.0 to 3.1.0.
Release notes
Sourced from Microsoft.ApplicationInsights.AspNetCore's releases.
3.1.0
Version 3.1.0
TelemetryContextproperties public and propagate them viaTelemetryClient.APPLICATIONINSIGHTS_CONNECTION_STRINGenvironment variable for Base, Web, and NLog packages when connection string is not set via code.OTEL_SDK_DISABLEDnot being honored whenTelemetryConfiguration.DisableTelemetryis set in DI scenarios., #3157TrackAvailabilityignoring user-specifiedTimestamponAvailabilityTelemetry. The timestamp is now emitted asmicrosoft.availability.testTimestampso downstream exporters can use the correct event time.netstandard2.0target framework toMicrosoft.ApplicationInsightspackage to support customers with shared libraries targeting netstandard2.0.TelemetryClient.Context.Cloud.RoleNameset after construction now applies to all telemetry.NullReferenceExceptioninTelemetryClient.Flush()andFlushAsync()when called from DI scenariosApplicationVersionignored:ApplicationInsightsServiceOptions.ApplicationVersionis now applied asservice.versionon the OpenTelemetry Resource for both AspNetCore and WorkerService packagesHttpRequestExtensions.UnvalidatedGetHeaderalways returning empty string instead of the actual header value. Restored max-length enforcement to guard against oversized header values.3.0.0
netstandard2.0withnet8.0target framework inMicrosoft.ApplicationInsights.NLogTargetpackage.3.0.0-rc1
netstandard2.0target framework fromMicrosoft.ApplicationInsights,Microsoft.ApplicationInsights.AspNetCore, andMicrosoft.ApplicationInsights.WorkerServicepackages.Microsoft.ApplicationInsights.AspNetCorehas been updated to version 10.Description has been truncated