templates
templates copied to clipboard
fix(dotnet): bump Asp.Versioning.Mvc from 8.0.0 to 8.1.0 in /dotnet/iwebapi/Company.WebApplication1
Bumps Asp.Versioning.Mvc from 8.0.0 to 8.1.0.
Release notes
Sourced from Asp.Versioning.Mvc's releases.
8.1.0
This is a minor release that includes a new, publicly visible API changes as well as a rollup of bug fixes.
Features
ASP.NET Core
- Added
IEndpointInspector(#1066)
- Enables controller action endpoints to not be processed by Minimal API endpoint collators
EndpointApiVersionMetadataCollationProviderhas a new constructor that acceptsIEndpointInspector
- The previous constructor is now
Obsoleteand will be removed in a9.0- Added
AddErrorObjectsmake integration with the legacy Error Objects format easier (related to #1072)
- The underlying
JsonOptionsconfiguration will remain implicit as it is today, but9.0will remove it
- It is recommended you use one of the
AddErrorObjectsextension methods versus mappingIProblemDetailsWriterexplicitly- The associated
JsonSerializerContextis now accessible, if neededAddErrorObjects<TWriter>allows configuring an extended/customizedErrorObjectWritertype- Added
IApiVersionDescriptionProviderFactory.Create()extension method
- Replacing
IApiVersionDescriptionProviderFactoryin DI also now replacesIApiVersionDescriptionProviderIApiVersionDescriptionProvidercan still be individually replaced if you really want toFixes
All Platforms
- Correct sunset policy resolution when falling back (#1065)
- Fails to read new versions when available (#1070)
ASP.NET Core
- Using
ApiExplorerSettingsAttributetogether withApiVersionAttributeproduces unexpected number ofApiVersionDescriptions(#1066)ASP.NET Core with OData
- Support OData Collection Parameters (#999)
Breaking Changes
None
Commits
22a775bBump versions and update release notes4c6091fSimplify usingsb71cdc4Refactor DI so that IApiVersionDescriptionProviderFactory creates IApiVersion...51033a9Add parameterless extension method for creating IApiVersionDescriptionProvidercff65fcUse static lambdasea90819Fix spacing42607c5Support collection parameters in functions. Fixes #999be7021cUse collection initializers7aad49fImprove string formattingb0c3403Fix code analysis- Additional 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 mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)