Skip to content

Bump Asp.Versioning.Mvc.ApiExplorer and 3 others - #83

Closed
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/nuget/nuget-dfaae923e6
Closed

Bump Asp.Versioning.Mvc.ApiExplorer and 3 others#83
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/nuget/nuget-dfaae923e6

Conversation

@dependabot

@dependabotdependabotBot commented on behalf of githubAug 10, 2026

Copy link
Copy Markdown
Contributor

Pinned Asp.Versioning.Mvc.ApiExplorer at 10.2.1.

Release notes

Sourced from Asp.Versioning.Mvc.ApiExplorer's releases.

10.2.0

This release includes some big new features but is fully backward compatible with 10.0.0. The new features include versioned model member filtering, Roslyn analyzers, gRPC preview support, and a number of servicing patches since the previous release.

Fixes

All Platforms

  • Parsing an API version whose status ends in '.' no longer succeeds silently
  • Very large padding values in a format string no longer cause a stack overflow
  • Incorrect lower and upper bounds when matching API version ranges
  • Parsing a positive integer no longer allows whitespace or a leading '-'

ASP.NET Core

  • Routes are no longer incorrectly evicted from the route table (#​1138)
  • Fixed routing of unversioned endpoints
  • Fixed extracting an API version that includes a status when versioning by URL segment (#​1187)
  • A user-registered IProblemDetailsWriter is preserved by AddApiVersioning() (#​1191)

ASP.NET Core OpenAPI

  • Support for more XML comment tags (#​1205)
  • Fixed the error message reported for an unmapped JSON property
  • Fixed descriptions applied to filtered members

Features

All Platforms

  • New ApiVersionRange type for matching a set of API versions using the same interval notation as a package version
    • 1.0x ≥ 1.0
    • [1.0]x == 1.0
    • (1.0,)x > 1.0
    • (,1.0]x ≤ 1.0
    • [1.0,2.0)1.0 ≤ x < 2.0
    • Multiple rules are combined as a logical or; ApiVersionRange.Any and ApiVersionRange.Empty are provided for
      the degenerate cases
    • A range matches API versions; it does not define them. API versions must still be explicitly declared
  • New VisibleInApiVersionAttribute indicates the range of API versions a data member is visible in; for example,
    [VisibleInApiVersion("2.0")]
  • New IAnnotation<TKey, TValue> abstraction for associating out-of-band metadata with a member
  • [StringSyntax] is now applied to API version inputs so the IDE and analyzers understand them; the recognized
    syntaxes are ApiVersion, ApiVersionRange, and ApiVersionFormat

Analyzers

API Versioning now ships Roslyn analyzers. There is no new package to install — the core rules are packed into Asp.Versioning.Abstractions and the API rules are packed into Asp.Versioning.Http, so any application that already references API Versioning picks them up transitively.

There is an initial set of 31 rules. You can find all of the rule information in the new diagnostics wiki topic.

Notes:
... (truncated)

Commits viewable in compare view.

Pinned Scalar.AspNetCore at 2.16.19.

Release notes

Sourced from Scalar.AspNetCore's releases.

No release notes found for this version range.

Commits viewable in compare view.

Pinned Serilog.Sinks.Grafana.Loki at 9.0.2.

Release notes

Sourced from Serilog.Sinks.Grafana.Loki's releases.

9.0.2

Performance:

Fixed:

Full Changelog: serilog-contrib/serilog-sinks-grafana-loki@v9.0.1...v9.0.2

Commits viewable in compare view.

Updated TUnit from 1.63.0 to 1.65.0.

Release notes

Sourced from TUnit's releases.

1.65.0

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.64.13...v1.65.0

1.64.13

What's Changed

Other Changes

Dependencies

New Contributors

Full Changelog: thomhurst/TUnit@v1.64.6...v1.64.13

1.64.6

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.64.0...v1.64.6

1.64.0

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.63.25...v1.64.0

1.63.25

What's Changed

Other Changes

Dependencies

New Contributors

Full Changelog: thomhurst/TUnit@v1.63.0...v1.63.25

Commits viewable in compare view.

Bumps Asp.Versioning.Mvc.ApiExplorer from 10.0.1 to 10.2.1
Bumps Scalar.AspNetCore from 2.16.17 to 2.16.18
Bumps Serilog.Sinks.Grafana.Loki from 9.0.1 to 9.0.2
Bumps TUnit from 1.63.0 to 1.64.6
---
updated-dependencies:
- dependency-name: Asp.Versioning.Mvc.ApiExplorer
dependency-version: 10.2.1
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: nuget
- dependency-name: Scalar.AspNetCore
dependency-version: 2.16.18
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: nuget
- dependency-name: Serilog.Sinks.Grafana.Loki
dependency-version: 9.0.2
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: nuget
- dependency-name: TUnit
dependency-version: 1.64.6
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: nuget
...
Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotBot added .NET Pull requests that update .NET code dependencies Pull requests that update a dependency file labels Aug 10, 2026
@dependabot@github

dependabotBot commented on behalf of githubAug 13, 2026

Copy link
Copy Markdown
ContributorAuthor

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabotdependabotBot closed this Aug 13, 2026
@dependabotdependabotBot changed the title Bump the nuget group with 4 updatesBump Asp.Versioning.Mvc.ApiExplorer and 3 othersAug 13, 2026
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependenciesPull requests that update a dependency file.NETPull requests that update .NET code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants