Skip to content

[nuget][SUI_Matcher]- Bump Asp.Versioning.Mvc.ApiExplorer and 4 others - #387

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/sui-package-updates-4528ff69e2
Open

[nuget][SUI_Matcher]- Bump Asp.Versioning.Mvc.ApiExplorer and 4 others#387
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/sui-package-updates-4528ff69e2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 13, 2026

Copy link
Copy Markdown
Contributor

Updated Asp.Versioning.Mvc.ApiExplorer from 10.0.0 to 10.2.0.

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.

Updated HotChocolate.AspNetCore from 16.3.0 to 16.6.0.

Release notes

Sourced from HotChocolate.AspNetCore's releases.

16.6.0

What's Changed

HotChocolate

Fusion

Nitro

16.6.0-p.16

What's Changed

Full Changelog: ChilliCream/graphql-platform@16.6.0-p.15...16.6.0-p.16

16.6.0-p.15

What's Changed

HotChocolate

Fusion

Nitro

16.6.0-p.14

What's Changed

Full Changelog: ChilliCream/graphql-platform@16.6.0-p.13...16.6.0-p.14

16.6.0-p.13

What's Changed

Full Changelog: ChilliCream/graphql-platform@16.6.0-p.12...16.6.0-p.13

16.6.0-p.12

What's Changed

Full Changelog: ChilliCream/graphql-platform@16.6.0-p.11...16.6.0-p.12

16.6.0-p.11

What's Changed

Full Changelog: ChilliCream/graphql-platform@16.6.0-p.10...16.6.0-p.11

16.6.0-p.10

What's Changed

Full Changelog: ChilliCream/graphql-platform@16.6.0-p.9...16.6.0-p.10

16.6.0-p.9

What's Changed

Full Changelog: ChilliCream/graphql-platform@16.6.0-p.8...16.6.0-p.9

16.6.0-p.8

What's Changed

Full Changelog: ChilliCream/graphql-platform@16.6.0-p.7...16.6.0-p.8

16.6.0-p.7

What's Changed

Full Changelog: ChilliCream/graphql-platform@16.6.0-p.6...16.6.0-p.7

16.6.0-p.6

What's Changed

Full Changelog: ChilliCream/graphql-platform@16.6.0-p.5...16.6.0-p.6

16.6.0-p.5

What's Changed

Full Changelog: ChilliCream/graphql-platform@16.6.0-p.3...16.6.0-p.5

16.6.0-p.3

What's Changed

Full Changelog: ChilliCream/graphql-platform@16.6.0-p.2...16.6.0-p.3

16.6.0-p.2

What's Changed

Full Changelog: ChilliCream/graphql-platform@16.6.0-p.1...16.6.0-p.2

16.6.0-p.1

What's Changed

Full Changelog: ChilliCream/graphql-platform@16.5.1-p.2...16.6.0-p.1

16.5.1

What's Changed

Full Changelog: ChilliCream/graphql-platform@16.5.0...16.5.1

16.5.1-p.2

What's Changed

Full Changelog: ChilliCream/graphql-platform@16.5.1-p.1...16.5.1-p.2

16.5.1-p.1

What's Changed

Full Changelog: ChilliCream/graphql-platform@16.5.0...16.5.1-p.1

16.5.0

What's Changed

16.5.0-p.18

What's Changed

Full Changelog: ChilliCream/graphql-platform@16.5.0-p.15...16.5.0-p.18

16.5.0-p.15

What's Changed

Full Changelog: ChilliCream/graphql-platform@16.5.0-p.14...16.5.0-p.15

16.5.0-p.14

What's Changed

Full Changelog: ChilliCream/graphql-platform@16.5.0-p.12...16.5.0-p.14

16.5.0-p.13

What's Changed

Full Changelog: ChilliCream/graphql-platform@16.5.0-p.12...16.5.0-p.13

16.5.0-p.12

What's Changed

Full Changelog: ChilliCream/graphql-platform@16.5.0-p.10...16.5.0-p.12

16.5.0-p.11

What's Changed

Full Changelog: ChilliCream/graphql-platform@16.5.0-p.10...16.5.0-p.11

16.5.0-p.10

What's Changed

Full Changelog: ChilliCream/graphql-platform@16.5.0-p.9...16.5.0-p.10

16.5.0-p.9

Full Changelog: ChilliCream/graphql-platform@16.5.0-p.8...16.5.0-p.9

16.5.0-p.8

What's Changed

Full Changelog: ChilliCream/graphql-platform@16.5.0-p.7...16.5.0-p.8

16.5.0-p.7

What's Changed

Full Changelog: ChilliCream/graphql-platform@16.4.0...16.5.0-p.7

16.4.0

What's Changed

16.4.0-p.14

What's Changed

Full Changelog: ChilliCream/graphql-platform@16.4.0-p.13...16.4.0-p.14

16.4.0-p.13

What's Changed

Full Changelog: ChilliCream/graphql-platform@16.4.0-p.12...16.4.0-p.13

16.4.0-p.12

What's Changed

Full Changelog: ChilliCream/graphql-platform@16.4.0-p.8...16.4.0-p.12

16.4.0-p.11

What's Changed

Full Changelog: ChilliCream/graphql-platform@16.4.0-p.8...16.4.0-p.11

16.4.0-p.10

What's Changed

Full Changelog: ChilliCream/graphql-platform@16.4.0-p.8...16.4.0-p.10

16.4.0-p.9

Full Changelog: ChilliCream/graphql-platform@16.4.0-p.7...16.4.0-p.9

16.4.0-p.8

What's Changed

Full Changelog: ChilliCream/graphql-platform@16.4.0-p.6...16.4.0-p.8

16.4.0-p.7

Full Changelog: ChilliCream/graphql-platform@16.4.0-p.6...16.4.0-p.7

16.4.0-p.6

What's Changed

Full Changelog: ChilliCream/graphql-platform@16.4.0-p.5...16.4.0-p.6

16.4.0-p.5

What's Changed

Full Changelog: ChilliCream/graphql-platform@16.4.0-p.4...16.4.0-p.5

16.4.0-p.4

What's Changed

Full Changelog: ChilliCream/graphql-platform@16.4.0-p.3...16.4.0-p.4

16.4.0-p.3

Full Changelog: ChilliCream/graphql-platform@16.4.0-p.2...16.4.0-p.3

16.4.0-p.2

What's Changed

Full Changelog: ChilliCream/graphql-platform@16.3.0...16.4.0-p.2

16.4.0-p.1

What's Changed

Full Changelog: ChilliCream/graphql-platform@16.3.0-p.2...16.4.0-p.1

Commits viewable in compare view.

Updated Microsoft.NET.Test.Sdk from 18.7.0 to 18.8.1.

Release notes

Sourced from Microsoft.NET.Test.Sdk's releases.

18.8.1

What's Changed

Full Changelog: microsoft/vstest@v18.8.0...v18.8.1

18.8.0

What's Changed

Full Changelog: microsoft/vstest@v18.7.0...v18.8.0

Commits viewable in compare view.

Updated QuestPDF from 2026.6.1 to 2026.7.2.

Release notes

Sourced from QuestPDF's releases.

2026.7.2

  • Fixed a rare Windows x64 concurrency issue where generated PDF documents appeared correct in viewers, but selected and copied text was corrupted.
  • Improved text rendering representation to resolve rare compatibility issues in certain PDF viewers that could cause incorrect results when selecting or copying text.
  • Improved compatibility for complex glyphs, such as ligatures, by annotating them with the /ActualText tag. This improves text selection, copying, extraction, and screen-reader accessibility. Ligatures remain disabled by default.
  • Added support for the AllowModification permission in `DocumentOpera...

Description has been truncated

Bumps Asp.Versioning.Mvc.ApiExplorer from 10.0.0 to 10.2.0
Bumps HotChocolate.AspNetCore from 16.3.0 to 16.6.0
Bumps Microsoft.NET.Test.Sdk from 18.7.0 to 18.8.1
Bumps QuestPDF from 2026.6.1 to 2026.7.2
Bumps StrawberryShake.Server from 16.5.0 to 16.6.0

---
updated-dependencies:
- dependency-name: Asp.Versioning.Mvc.ApiExplorer
  dependency-version: 10.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: sui-package-updates
- dependency-name: HotChocolate.AspNetCore
  dependency-version: 16.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: sui-package-updates
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-version: 18.8.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: sui-package-updates
- dependency-name: QuestPDF
  dependency-version: 2026.7.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: sui-package-updates
- dependency-name: StrawberryShake.Server
  dependency-version: 16.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: sui-package-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added .NET Pull requests that update .NET code dependencies Pull requests that update a dependency file labels Aug 13, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner August 13, 2026 11:22
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file .NET Pull requests that update .NET code labels Aug 13, 2026
@sonarqubecloud

Copy link
Copy Markdown

@github-actions

Copy link
Copy Markdown

Code Coverage

Package Line Rate Branch Rate Health
SUI.DBS.Response.Logger.Core 91% 70%
SUI.Client.Core 93% 85%
Shared 92% 84%
Matching 74% 49%
External 44% 31%
SUI.Client.GraphQLProcessJob 4% 1%
SUI.Client.StorageProcessJob 97% 83%
suiw 100% 100%
AppHost 100% 100%
Summary 48% (4261 / 8917) 16% (1123 / 7074)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file .NET Pull requests that update .NET code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants