Skip to content

Bump the nuget-dependencies group with 14 updates#77

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/dot-config/nuget-dependencies-f6e0240628
Closed

Bump the nuget-dependencies group with 14 updates#77
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/dot-config/nuget-dependencies-f6e0240628

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 2, 2026

Copy link
Copy Markdown
Contributor

Updated coverlet.collector from 6.0.4 to 10.0.1.

Release notes

Sourced from coverlet.collector's releases.

10.0.1

Improvements

Fixed

  • Fix inconsistent paths in cobertura reports #​1723
  • Fix when using "is" with "and" in pattern matching, branch coverage is lower than normal #​1313
  • Fix Coverlet flagging a branch for an async functions finally block where none exists #​1337
  • Fix Coverlet Tracker Missing CompilerGeneratedAttribute #​1828

Maintenance

  • Add architecture docs and diagrams for all integrations #​1927
  • Update NuGet packages and .NET SDK versions #​1933

Diff between 10.0.0 and 10.0.1

10.0.0

Improvements

  • Unique Report Filenames (coverlet.MTP and AzDO) #​1866
  • Add --coverlet-file-prefix option for unique report files #​1869
  • Introduce .NET 10 support #​1823

Fixed

  • Fix [BUG] Wrong branch rate on IAsyncEnumerable for generic type #​1836
  • Fix [BUG] Missing Coverage after moving to MTP #​1843
  • Fix [BUG] No coverage reported when targeting .NET Framework with 8.0.1 #​1842
  • Fix [BUG] Behavior changes between MTP and Legacy (msbuild) #​1878
  • Fix [BUG] Coverlet.MTP - Unable to load coverlet.mtp.appsettings.json #​1880
  • Fix [BUG] Coverlet.Collector produces empty report when Mediator.SourceGenerator is referenced #​1718 by https://github.com/yusyd
  • Fix [BUG] Crash during instrumentation (Methods using LibraryImport/DllImport have no body) #​1762

Maintenance

  • Add comprehensive async method tests and documentation for issue #​1864
  • Replace Tmds.ExecFunction Package in coverlet.core.coverage.tests #​1833
  • Add net9.0 and net10.0 targets #​1822

Diff between 8.0.1 and 10.0.0

8.0.1

Fixed

  • Fix [BUG] TypeInitializationException when targeting .NET Framework #​1818
  • Fix [BUG] coverlet.MTP build fails with CS0400 due to developmentDependency=true #​1827

Improvements

  • Additional improvements needed for .NET Framework instrumentation type import #​1825

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

  • Coverlet MTP extension feature #​1788
  • Generate SBOM for nuget packages #​1752
  • Use multi targets projects for coverlet.collector, coverlet.msbuild.tasks packages #​1742
  • Use .NET 8.0 target framework for coverlet.core and remove Newtonsoft.Json #​1733
  • Use latest System.CommandLine version #​1660
  • Upgraded minimum required .NET SDK and runtime to .NET 8.0 LTS (Long Term Support) (Breaking Change)
  • Use xunit.v3 for tests and example code

Diff between 6.0.4 and 8.0.0

Commits viewable in compare view.

Updated csharpier from 1.2.6 to 1.3.0.

Release notes

Sourced from csharpier's releases.

1.3.0

1.3.0

Breaking Changes

Change xml formatting to return error when it runs into syntax error so it is consistent with c# #​1854

Previously CSharpier treated an invalid xml file as a warning instead of an error. This was inconsistent with how it treated c# files.
Invalid c# or xml files are not treated as errors.
The --compilation-errors-as-warnings argument has been renamed to --syntax-errors-as-warnings and can be used to return warnings instead of errors when encountering invalid files.

What's Changed

Feature: Configurable whitespace handling for xml #​1790

CSharpier now supports two types of xml whitespace formatting strict or ignore.
By default all xml except xaml or axaml is treated as strict whitespace. See details

Feature: Move closing bracket for xml elements to the same line. #​1598

With strict xml whitespace handling, csharpier now keeps the closing bracket for an element on the same line instead of breaking it to a new line.

<!-- input & expected output -->
<ElementWithAttribute Attribute="AttributeValue__________________"
  >TextValue</ElementWithAttribute>

<!-- 1.2.6 -->
<ElementWithAttribute Attribute="AttributeValue__________________"
  >TextValue</ElementWithAttribute
>

Feature: Support for csharpier-ignore with XML formatter #​1788

CSharpier now supports csharpier-ignore in xml files. See details

Feature: Add MSBuild transitive and multi-target support #​1833

CSharpier.MSBuild can now work as a transitive dependency.

Feature: allow checking formatting with cache #​1830

The csharpier check command now supports a --use-cache option.

Feature: remove dependency on Microsoft.AspNetCore.App #​1508

Previously CSharpier required that Microsoft.AspNetCore.App be installed. CSharpier has been modified to use an HttpListener when it is run using server to remove the need for this dependency.

Fix: csharpier-ignore comment removes linespaces before block #​1867

CSharpier was removing blank lines before csharpier-ignore comments in some cases

// input and expected output
var x = 1;
    
// csharpier-ignore
var y=1;

/// 1.2.6
var x = 1;
// csharpier-ignore
var y=1;
 ... (truncated)

Commits viewable in [compare view](https://github.com/belav/csharpier/compare/1.2.6...1.3.0).
</details>

Updated [DotNet.ReproducibleBuilds](https://github.com/dotnet/reproducible-builds) from 2.0.2 to 2.0.5.

<details>
<summary>Release notes</summary>

_Sourced from [DotNet.ReproducibleBuilds's releases](https://github.com/dotnet/reproducible-builds/releases)._

## 2.0.5

## What's Changed
* Update versions used in examples to be from latest major by @​Frulfump in https://github.com/dotnet/reproducible-builds/pull/80
* Fix hostfxr resolution for .NET Framework tasks by @​MattKotsenas in https://github.com/dotnet/reproducible-builds/pull/85
* Upgrade MSBuild.ProjectCreation to 18.0.0 by @​MattKotsenas in https://github.com/dotnet/reproducible-builds/pull/84

## New Contributors
* @​Frulfump made their first contribution in https://github.com/dotnet/reproducible-builds/pull/80

**Full Changelog**: https://github.com/dotnet/reproducible-builds/compare/v2.0.2...v2.0.5

Commits viewable in [compare view](https://github.com/dotnet/reproducible-builds/compare/v2.0.2...v2.0.5).
</details>

Updated [FluentAssertions](https://github.com/fluentassertions/fluentassertions) from 8.8.0 to 8.10.0.

<details>
<summary>Release notes</summary>

_Sourced from [FluentAssertions's releases](https://github.com/fluentassertions/fluentassertions/releases)._

## 8.10.0

<!-- Release notes generated using configuration in .github/release.yml at main -->

## What's Changed
### Improvements
* Fail with a descriptive error when path-based rules are used on value-semantic types by @​dennisdoomen in https://github.com/fluentassertions/fluentassertions/pull/3187
* Significantly speed up BeEquivalentTo for large unordered collections by @​dennisdoomen in https://github.com/fluentassertions/fluentassertions/pull/3188
* Add ComparingNullCollectionsAsEmpty and ComparingNullStringsAsEmpty options to BeEquivalentTo by @​dennisdoomen in https://github.com/fluentassertions/fluentassertions/pull/3202
* Include original index in extraneous item failure messages by @​dennisdoomen in https://github.com/fluentassertions/fluentassertions/pull/3203
### Documentation
* Reroute the docs link to Xceed by @​dennisdoomen in https://github.com/fluentassertions/fluentassertions/pull/3183
* Fix typo in release notes by @​jnyrup in https://github.com/fluentassertions/fluentassertions/pull/3194
* Fix typos in docs by @​jnyrup in https://github.com/fluentassertions/fluentassertions/pull/3197
### Others
* Bump flatted from 3.4.1 to 3.4.2 in the npm_and_yarn group across 1 directory by @​dependabot[bot] in https://github.com/fluentassertions/fluentassertions/pull/3184
* Add AI assistant instruction file (agents.md) for Copilot, Claude, and JetBrains Junie by @​Copilot in https://github.com/fluentassertions/fluentassertions/pull/3176
* Bump smol-toml from 1.6.0 to 1.6.1 in the npm_and_yarn group across 1 directory by @​dependabot[bot] in https://github.com/fluentassertions/fluentassertions/pull/3185
* Bump the npm_and_yarn group across 1 directory with 2 updates by @​dependabot[bot] in https://github.com/fluentassertions/fluentassertions/pull/3186
* Bump cspell from 9.7.0 to 10.0.0 by @​dependabot[bot] in https://github.com/fluentassertions/fluentassertions/pull/3189
* Update nugets by @​jnyrup in https://github.com/fluentassertions/fluentassertions/pull/3192
* Fixup Qodana issues by @​jnyrup in https://github.com/fluentassertions/fluentassertions/pull/3193
* Fix Qodana argument separator by @​jnyrup in https://github.com/fluentassertions/fluentassertions/pull/3195
* Use new Qodana linter option by @​jnyrup in https://github.com/fluentassertions/fluentassertions/pull/3196
* Fix flaky BeLessThanOrEqualTo execution time test by @​Copilot in https://github.com/fluentassertions/fluentassertions/pull/3200
* Bump JetBrains/qodana-action from 2025.3 to 2026.1 by @​dependabot[bot] in https://github.com/fluentassertions/fluentassertions/pull/3201
* Use long for hashCode in ReferentialComparer to avoid overflow by @​dennisdoomen in https://github.com/fluentassertions/fluentassertions/pull/3204


**Full Changelog**: https://github.com/fluentassertions/fluentassertions/compare/8.9.0...8.10.0

## 8.9.0

<!-- Release notes generated using configuration in .github/release.yml at main -->

> [!WARNING]
> For projects targeting .NET 9, you need at least .NET SDK 9.0.200 as earlier versions will trigger compile errors because of invalid overload resolution. See #​3225 

## What's Changed
### New features
* Add support for `Span<T>`, `ReadOnlySpan<T>`, `Memory<T>` and `ReadOnlyMemory<T>` by @​dennisdoomen in https://github.com/fluentassertions/fluentassertions/pull/3172
### Improvements
* Allow excluding all properties by type from `BeEquivalentTo` by @​Copilot in https://github.com/fluentassertions/fluentassertions/pull/3115
* Clean-up the stack trace when throwing an assertion failure by @​dennisdoomen in https://github.com/fluentassertions/fluentassertions/pull/3152
* Improve reporting the differences between differently sized collections in `BeEquivalentTo` by @​dennisdoomen in https://github.com/fluentassertions/fluentassertions/pull/3133
* Improve reporting the subject when chaining `Throw` and `Which` by @​dennisdoomen in https://github.com/fluentassertions/fluentassertions/pull/3160
* Add `HaveMillisecond`/`NotHaveMillisecond` assertion methods for `DateTime` and `DateTimeOffset` by @​Copilot in https://github.com/fluentassertions/fluentassertions/pull/3164
* Add `BeEqualTo` and `NotBeEqualTo` as collection assertion aliases by @​Copilot in https://github.com/fluentassertions/fluentassertions/pull/3166
### Fixes
* Fix formatting exception when comparing strings containing braces by @​Copilot in https://github.com/fluentassertions/fluentassertions/pull/3151
### Documentation
* Also mention the global configuration options in the docs. by @​dennisdoomen in https://github.com/fluentassertions/fluentassertions/pull/3132
* Add xUnit migration tips by @​fuguiKz in https://github.com/fluentassertions/fluentassertions/pull/3141
* Point the docs to the new site by @​dennisdoomen in https://github.com/fluentassertions/fluentassertions/pull/3155
* Added missing release notes by @​dennisdoomen in https://github.com/fluentassertions/fluentassertions/pull/3161
* Fix "an" vs "a" typos by @​jnyrup in https://github.com/fluentassertions/fluentassertions/pull/3174
### Others
* Bump actions/download-artifact from 5 to 6 by @​dependabot[bot] in https://github.com/fluentassertions/fluentassertions/pull/3116
* Bump cspell from 9.2.1 to 9.2.2 by @​dependabot[bot] in https://github.com/fluentassertions/fluentassertions/pull/3118
* Bump actions/upload-artifact from 4 to 5 by @​dependabot[bot] in https://github.com/fluentassertions/fluentassertions/pull/3117
* Add NuGet package attestations using GitHub provenance by @​Copilot in https://github.com/fluentassertions/fluentassertions/pull/3119
* Bump cspell from 9.2.2 to 9.3.0 by @​dependabot[bot] in https://github.com/fluentassertions/fluentassertions/pull/3122
* Bump actions/attest-build-provenance from 2 to 3 by @​dependabot[bot] in https://github.com/fluentassertions/fluentassertions/pull/3121
* fix qodana warnings by @​jnyrup in https://github.com/fluentassertions/fluentassertions/pull/3123
* Update nuget packages by @​jnyrup in https://github.com/fluentassertions/fluentassertions/pull/3124
* Bump cspell from 9.3.0 to 9.3.2 by @​dependabot[bot] in https://github.com/fluentassertions/fluentassertions/pull/3125
* Bump actions/checkout from 5 to 6 by @​dependabot[bot] in https://github.com/fluentassertions/fluentassertions/pull/3127
* Update to NET 10 SDK by @​jnyrup in https://github.com/fluentassertions/fluentassertions/pull/3128
* Use `==` or `!=` when comparing Nullable<T> against constants by @​jnyrup in https://github.com/fluentassertions/fluentassertions/pull/3129
* Create polyfill for `string.Create` by @​jnyrup in https://github.com/fluentassertions/fluentassertions/pull/3130
* Bump cspell from 9.3.2 to 9.4.0 by @​dependabot[bot] in https://github.com/fluentassertions/fluentassertions/pull/3131
* Bump actions/cache from 4 to 5 by @​dependabot[bot] in https://github.com/fluentassertions/fluentassertions/pull/3136
* Bump actions/upload-artifact from 5 to 6 by @​dependabot[bot] in https://github.com/fluentassertions/fluentassertions/pull/3135
* Bump actions/download-artifact from 6 to 7 by @​dependabot[bot] in https://github.com/fluentassertions/fluentassertions/pull/3134
* Cleanups by @​jnyrup in https://github.com/fluentassertions/fluentassertions/pull/3137
* Nuget updates by @​jnyrup in https://github.com/fluentassertions/fluentassertions/pull/3139
* Suppress `UnassignedGetOnlyAutoProperty` for `Node.GetHashCode` by @​jnyrup in https://github.com/fluentassertions/fluentassertions/pull/3138
* Use `NonReadonlyMemberInGetHashCode` by @​jnyrup in https://github.com/fluentassertions/fluentassertions/pull/3140
* Bump JetBrains/qodana-action from 2025.2 to 2025.3 by @​dependabot[bot] in https://github.com/fluentassertions/fluentassertions/pull/3142
* Use compiler-generated `paramName` parameter by @​jnyrup in https://github.com/fluentassertions/fluentassertions/pull/3143
* Fix `When_concurrently_getting_equality_strategy_it_should_not_throw` by @​jnyrup in https://github.com/fluentassertions/fluentassertions/pull/3144
* Bump cspell from 9.4.0 to 9.6.0 by @​dependabot[bot] in https://github.com/fluentassertions/fluentassertions/pull/3146
* Bump cspell from 9.6.0 to 9.6.2 by @​dependabot[bot] in https://github.com/fluentassertions/fluentassertions/pull/3153
 ... (truncated)

Commits viewable in [compare view](https://github.com/fluentassertions/fluentassertions/compare/8.8.0...8.10.0).
</details>

Updated [HotChocolate.CostAnalysis](https://github.com/ChilliCream/graphql-platform) from 15.1.17 to 16.3.0.

<details>
<summary>Release notes</summary>

_Sourced from [HotChocolate.CostAnalysis's releases](https://github.com/ChilliCream/graphql-platform/releases)._

## 16.3.0

## What's Changed
* Bump .NET 11 NuGet packages to preview 5 by @​glen-84 in https://github.com/ChilliCream/graphql-platform/pull/9965
* Add directive-argument opt-in and code-first directive APIs by @​glen-84 in https://github.com/ChilliCream/graphql-platform/pull/9966
* Adds supertype narrowing to planner and execution. by @​michaelstaib in https://github.com/ChilliCream/graphql-platform/pull/9963
* Fix explicit field resolver dropped by named runtime-type binding by @​michaelstaib in https://github.com/ChilliCream/graphql-platform/pull/9967
* [Nitro CLI] Surface CLI/backend version mismatch on HC0020 by @​tobias-tengler in https://github.com/ChilliCream/graphql-platform/pull/9968
* Fix file upload FormatException for parameterized Content-Type by @​michaelstaib in https://github.com/ChilliCream/graphql-platform/pull/9969
* Support `@​requiresOptIn` on directive definitions by @​glen-84 in https://github.com/ChilliCream/graphql-platform/pull/9970
* Support constant arguments in field selection maps and `@​key` by @​glen-84 in https://github.com/ChilliCream/graphql-platform/pull/9974
* Fix included conditional selections not being projected by @​tobias-tengler in https://github.com/ChilliCream/graphql-platform/pull/9818
* Fix internal projection selections leaking into the response by @​michaelstaib in https://github.com/ChilliCream/graphql-platform/pull/9978
* Optimize shared opt-in introspection resolvers by @​glen-84 in https://github.com/ChilliCream/graphql-platform/pull/9979
* Fix flaky error-result timeout test by @​glen-84 in https://github.com/ChilliCream/graphql-platform/pull/9980
* Remove GitHub code-quality coverage upload jobs by @​glen-84 in https://github.com/ChilliCream/graphql-platform/pull/9983
* Fix flaky Mocha Postgres tests with shared Npgsql helper by @​glen-84 in https://github.com/ChilliCream/graphql-platform/pull/9981
* Fix flaky MCP adapter activity snapshot tests by @​glen-84 in https://github.com/ChilliCream/graphql-platform/pull/9982


**Full Changelog**: https://github.com/ChilliCream/graphql-platform/compare/16.2.3...16.3.0

## 16.3.0-p.2

## What's Changed
* Bump .NET 11 NuGet packages to preview 5 by @​glen-84 in https://github.com/ChilliCream/graphql-platform/pull/9965
* Add directive-argument opt-in and code-first directive APIs by @​glen-84 in https://github.com/ChilliCream/graphql-platform/pull/9966
* Adds supertype narrowing to planner and execution. by @​michaelstaib in https://github.com/ChilliCream/graphql-platform/pull/9963
* Fix explicit field resolver dropped by named runtime-type binding by @​michaelstaib in https://github.com/ChilliCream/graphql-platform/pull/9967
* [Nitro CLI] Surface CLI/backend version mismatch on HC0020 by @​tobias-tengler in https://github.com/ChilliCream/graphql-platform/pull/9968
* Fix file upload FormatException for parameterized Content-Type by @​michaelstaib in https://github.com/ChilliCream/graphql-platform/pull/9969
* Support `@​requiresOptIn` on directive definitions by @​glen-84 in https://github.com/ChilliCream/graphql-platform/pull/9970
* Support constant arguments in field selection maps and `@​key` by @​glen-84 in https://github.com/ChilliCream/graphql-platform/pull/9974


**Full Changelog**: https://github.com/ChilliCream/graphql-platform/compare/16.2.3...16.3.0-p.2

## 16.2.3

## What's Changed
* [CI] Build Nitro CLI musl binary in an Alpine container by @​tobias-tengler in https://github.com/ChilliCream/graphql-platform/pull/9959
* Simplify rabbitmq explicit binding by @​PascalSenn in https://github.com/ChilliCream/graphql-platform/pull/9911
* Make outbox, inbox, and scheduling workers idempotent on start by @​alisan3 in https://github.com/ChilliCream/graphql-platform/pull/9912
* Fixed Batch Consumer Middleware Pipeline by @​PascalSenn in https://github.com/ChilliCream/graphql-platform/pull/9962
* [OpenAPI] Avoid double PipeReader.AdvanceTo when reading `@​body` by @​hemed in https://github.com/ChilliCream/graphql-platform/pull/9961
* Fix projections skipping fields inherited from interface types by @​Tommsy64 in https://github.com/ChilliCream/graphql-platform/pull/9852
* [CI] Gate Validate Nitro Client job on package changes and non-fork PRs by @​tobias-tengler in https://github.com/ChilliCream/graphql-platform/pull/9964

## New Contributors
* @​hemed made their first contribution in https://github.com/ChilliCream/graphql-platform/pull/9961

**Full Changelog**: https://github.com/ChilliCream/graphql-platform/compare/16.2.2...16.2.3

## 16.2.3-p.3

## What's Changed
* Fixed Batch Consumer Middleware Pipeline by @​PascalSenn in https://github.com/ChilliCream/graphql-platform/pull/9962


**Full Changelog**: https://github.com/ChilliCream/graphql-platform/compare/16.2.3-p.2...16.2.3-p.3

## 16.2.3-p.2

## What's Changed
* [CI] Pass user that triggered the release to workflows in other repositories by @​tobias-tengler in https://github.com/ChilliCream/graphql-platform/pull/9945
* Stabilize Postgres reconnect test against reconnect timing race by @​glen-84 in https://github.com/ChilliCream/graphql-platform/pull/9946
* Add .NET 11 by @​glen-84 in https://github.com/ChilliCream/graphql-platform/pull/9516
* Stabilize executor eviction/swap tests against timeout flake by @​glen-84 in https://github.com/ChilliCream/graphql-platform/pull/9949
* [Nitro CLI] Align multi-workspace login output with set-default prompt by @​tobias-tengler in https://github.com/ChilliCream/graphql-platform/pull/9950
* [Fusion] Improve fetch result store lock contention by @​michaelstaib in https://github.com/ChilliCream/graphql-platform/pull/9942
* Reference net11-bundled packages only on net8.0/net9.0/net10.0 by @​glen-84 in https://github.com/ChilliCream/graphql-platform/pull/9951
* Add Mocha Demo example projects to All.slnx by @​glen-84 in https://github.com/ChilliCream/graphql-platform/pull/9952
* Make cursor key extraction null-safe for nullable nested fields by @​glen-84 in https://github.com/ChilliCream/graphql-platform/pull/9953
* Handle nullable navigations in keyset pagination WHERE clause by @​glen-84 in https://github.com/ChilliCream/graphql-platform/pull/9955
* [Website] Add new landing page Pt. 2 by @​tobias-tengler in https://github.com/ChilliCream/graphql-platform/pull/9936
* Fix argument coercion for non-typed list elements by @​michaelstaib in https://github.com/ChilliCream/graphql-platform/pull/9957
* Add arguments to SelectionSetMap syntax by @​michaelstaib in https://github.com/ChilliCream/graphql-platform/pull/9954
* Bump .NET 11 SDK pin to 11.0.100-preview.5.26302.115 by @​glen-84 in https://github.com/ChilliCream/graphql-platform/pull/9958
* [CI] Build Nitro CLI musl binary in an Alpine container by @​tobias-tengler in https://github.com/ChilliCream/graphql-platform/pull/9959
* Simplify rabbitmq explicit binding by @​PascalSenn in https://github.com/ChilliCream/graphql-platform/pull/9911
* Make outbox, inbox, and scheduling workers idempotent on start by @​alisan3 in https://github.com/ChilliCream/graphql-platform/pull/9912


**Full Changelog**: https://github.com/ChilliCream/graphql-platform/compare/16.2.0-p.5...16.2.3-p.2

## 16.2.3-p.1

## What's Changed
* [CI] Pass user that triggered the release to workflows in other repositories by @​tobias-tengler in https://github.com/ChilliCream/graphql-platform/pull/9945
* Stabilize Postgres reconnect test against reconnect timing race by @​glen-84 in https://github.com/ChilliCream/graphql-platform/pull/9946
* Add .NET 11 by @​glen-84 in https://github.com/ChilliCream/graphql-platform/pull/9516
* Stabilize executor eviction/swap tests against timeout flake by @​glen-84 in https://github.com/ChilliCream/graphql-platform/pull/9949
* [Nitro CLI] Align multi-workspace login output with set-default prompt by @​tobias-tengler in https://github.com/ChilliCream/graphql-platform/pull/9950
* [Fusion] Improve fetch result store lock contention by @​michaelstaib in https://github.com/ChilliCream/graphql-platform/pull/9942
* Reference net11-bundled packages only on net8.0/net9.0/net10.0 by @​glen-84 in https://github.com/ChilliCream/graphql-platform/pull/9951
* Add Mocha Demo example projects to All.slnx by @​glen-84 in https://github.com/ChilliCream/graphql-platform/pull/9952
* Make cursor key extraction null-safe for nullable nested fields by @​glen-84 in https://github.com/ChilliCream/graphql-platform/pull/9953
* Handle nullable navigations in keyset pagination WHERE clause by @​glen-84 in https://github.com/ChilliCream/graphql-platform/pull/9955
* [Website] Add new landing page Pt. 2 by @​tobias-tengler in https://github.com/ChilliCream/graphql-platform/pull/9936
* Fix argument coercion for non-typed list elements by @​michaelstaib in https://github.com/ChilliCream/graphql-platform/pull/9957
* Add arguments to SelectionSetMap syntax by @​michaelstaib in https://github.com/ChilliCream/graphql-platform/pull/9954
* Bump .NET 11 SDK pin to 11.0.100-preview.5.26302.115 by @​glen-84 in https://github.com/ChilliCream/graphql-platform/pull/9958
* [CI] Build Nitro CLI musl binary in an Alpine container by @​tobias-tengler in https://github.com/ChilliCream/graphql-platform/pull/9959
* Simplify rabbitmq explicit binding by @​PascalSenn in https://github.com/ChilliCream/graphql-platform/pull/9911


**Full Changelog**: https://github.com/ChilliCream/graphql-platform/compare/16.2.0-p.5...16.2.3-p.1

## 16.2.0-p.5

## What's Changed
* Add support for directives on directive definitions by @​glen-84 in https://github.com/ChilliCream/graphql-platform/pull/9930
* [CI] Use dedicated app for cloud update and migrate to client-id by @​tobias-tengler in https://github.com/ChilliCream/graphql-platform/pull/9943


**Full Changelog**: https://github.com/ChilliCream/graphql-platform/compare/16.2.0-p.3...16.2.0-p.5

## 16.2.0-p.4

## What's Changed
* Reworked the newsletter by @​michaelstaib in https://github.com/ChilliCream/graphql-platform/pull/9932
* [Website] Fix non-relative content links by @​tobias-tengler in https://github.com/ChilliCream/graphql-platform/pull/9933
* [Website] Add new landing page by @​PascalSenn in https://github.com/ChilliCream/graphql-platform/pull/9913
* [Website] Improve sharing cards by @​tobias-tengler in https://github.com/ChilliCream/graphql-platform/pull/9934
* Stabilize `@​defer`/`@​stream` snapshots with canonical envelope by @​glen-84 in https://github.com/ChilliCream/graphql-platform/pull/9935
* Stabilize Mocha outbox registration test against EF provider warning by @​glen-84 in https://github.com/ChilliCream/graphql-platform/pull/9937
* Stabilize Fusion execution-timeout test against cold-start flake by @​glen-84 in https://github.com/ChilliCream/graphql-platform/pull/9938
* Fix memory layout by @​michaelstaib in https://github.com/ChilliCream/graphql-platform/pull/9797
* Reference System.Net.ServerSentEvents only on net8.0/net9.0 by @​glen-84 in https://github.com/ChilliCream/graphql-platform/pull/9941
* Stabilize type-module rebuild test against subscription race by @​glen-84 in https://github.com/ChilliCream/graphql-platform/pull/9940


**Full Changelog**: https://github.com/ChilliCream/graphql-platform/compare/16.1.5-p.1...16.2.0-p.4

## 16.2.0-p.3

## What's Changed
* Reworked the newsletter by @​michaelstaib in https://github.com/ChilliCream/graphql-platform/pull/9932
* [Website] Fix non-relative content links by @​tobias-tengler in https://github.com/ChilliCream/graphql-platform/pull/9933
* [Website] Add new landing page by @​PascalSenn in https://github.com/ChilliCream/graphql-platform/pull/9913
* [Website] Improve sharing cards by @​tobias-tengler in https://github.com/ChilliCream/graphql-platform/pull/9934
* Stabilize `@​defer`/`@​stream` snapshots with canonical envelope by @​glen-84 in https://github.com/ChilliCream/graphql-platform/pull/9935
* Stabilize Mocha outbox registration test against EF provider warning by @​glen-84 in https://github.com/ChilliCream/graphql-platform/pull/9937
* Stabilize Fusion execution-timeout test against cold-start flake by @​glen-84 in https://github.com/ChilliCream/graphql-platform/pull/9938
* Fix memory layout by @​michaelstaib in https://github.com/ChilliCream/graphql-platform/pull/9797
* Reference System.Net.ServerSentEvents only on net8.0/net9.0 by @​glen-84 in https://github.com/ChilliCream/graphql-platform/pull/9941
* Stabilize type-module rebuild test against subscription race by @​glen-84 in https://github.com/ChilliCream/graphql-platform/pull/9940


**Full Changelog**: https://github.com/ChilliCream/graphql-platform/compare/16.1.5-p.1...16.2.0-p.3

## 16.1.5-p.1

## What's Changed
* Pin coverage upload action to patched fork by @​glen-84 in https://github.com/ChilliCream/graphql-platform/pull/9927
* [CI] Update Cloud platform version upon release by @​tobias-tengler in https://github.com/ChilliCream/graphql-platform/pull/9924
* [Nitro CLI] Add --remove-source-schema option to fusion compose by @​tobias-tengler in https://github.com/ChilliCream/graphql-platform/pull/9926


**Full Changelog**: https://github.com/ChilliCream/graphql-platform/compare/16.1.4...16.1.5-p.1

## 16.1.4

## What's Changed
* Cleanup blogpost headings by @​PascalSenn in https://github.com/ChilliCream/graphql-platform/pull/9859
* [Nitro CLI] Use `Client.publishedVersions` to power `client list published-versions` command by @​tobias-tengler in https://github.com/ChilliCream/graphql-platform/pull/9861
* [Website] Move docs and blog to website-next by @​tobias-tengler in https://github.com/ChilliCream/graphql-platform/pull/9862
* [Website] Remove trailing slashes by @​tobias-tengler in https://github.com/ChilliCream/graphql-platform/pull/9863
* Update Nitro to 31.0.2 by @​tobias-tengler in https://github.com/ChilliCream/graphql-platform/pull/9865
* Introduce routing conditions for inbound message processing by @​PascalSenn in https://github.com/ChilliCream/graphql-platform/pull/9869
* Add multi-routing-key bindings to RabbitMQ transport by @​alisan3 in https://github.com/ChilliCream/graphql-platform/pull/9864
* Fix MCP adapter stack overflow on self-referencing input types by @​glen-84 in https://github.com/ChilliCream/graphql-platform/pull/9850
* [OpenAPI] Properly handle recursive input types by @​tobias-tengler in https://github.com/ChilliCream/graphql-platform/pull/9855
* Run CommandTestBase teardown via IAsyncLifetime on xUnit v2 by @​glen-84 in https://github.com/ChilliCream/graphql-platform/pull/9872
* Bump `codecov/codecov-action` from v5 to v7.0.0 by @​glen-84 in https://github.com/ChilliCream/graphql-platform/pull/9873
* Fix path to root in semantic introspection by @​michaelstaib in https://github.com/ChilliCream/graphql-platform/pull/9876
* [Website] Optimize images by @​tobias-tengler in https://github.com/ChilliCream/graphql-platform/pull/9875
* [Website] Fix minor issues by @​tobias-tengler in https://github.com/ChilliCream/graphql-platform/pull/9878
* [Diagnostics] Add IncludeOperationNameInSpanName option by @​tobias-tengler in https://github.com/ChilliCream/graphql-platform/pull/9874
* Implement message type binding for receive endpoints and enhance error handling by @​PascalSenn in https://github.com/ChilliCream/graphql-platform/pull/9870
* Fix late binding of route destinations in mocha by @​PascalSenn in https://github.com/ChilliCream/graphql-platform/pull/9881
* [Website] Polish by @​tobias-tengler in https://github.com/ChilliCream/graphql-platform/pull/9879
* Migrate test suite to xUnit v3 and Microsoft Testing Platform by @​glen-84 in https://github.com/ChilliCream/graphql-platform/pull/9871
* [Fusion] Merge output fields by least restrictive supertype by @​glen-84 in https://github.com/ChilliCream/graphql-platform/pull/9877
* [Fusion] Align Aspire composition settings to actual settings by @​tobias-tengler in https://github.com/ChilliCream/graphql-platform/pull/9885
* Fix `Optional<T>` argument binding in source generator by @​glen-84 in https://github.com/ChilliCream/graphql-platform/pull/9887
* Update GitHub workflow actions and npm tools to latest versions by @​glen-84 in https://github.com/ChilliCream/graphql-platform/pull/9888
* Fix UseProjection over-projecting when the entity is a record by @​glen-84 in https://github.com/ChilliCream/graphql-platform/pull/9889
* [Nitro CLI] Update --api-key description to mention it accepts PAT as well by @​tobias-tengler in https://github.com/ChilliCream/graphql-platform/pull/9891
* Use per-command option instances in AspNetCore.CommandLine by @​glen-84 in https://github.com/ChilliCream/graphql-platform/pull/9893
* [Fusion] Add union-intersection audit satisfiability test by @​glen-84 in https://github.com/ChilliCream/graphql-platform/pull/9890
* Remove Dependabot devcontainers update configuration by @​glen-84 in https://github.com/ChilliCream/graphql-platform/pull/9895
* [Website] Improve SEO by @​tobias-tengler in https://github.com/ChilliCream/graphql-platform/pull/9894
* [Website] Improve SEO Pt. 2 by @​tobias-tengler in https://github.com/ChilliCream/graphql-platform/pull/9896
* [Website] Add OpenAPI Adapter blog post by @​tobias-tengler in https://github.com/ChilliCream/graphql-platform/pull/9883
* [Website] Performance improvements by @​tobias-tengler in https://github.com/ChilliCream/graphql-platform/pull/9899
* Update ChilliCream.ModelContextProtocol.AspNetCore to 1.4.0 by @​glen-84 in https://github.com/ChilliCream/graphql-platform/pull/9898
* [Website] Re-add Nitro download page by @​tobias-tengler in https://github.com/ChilliCream/graphql-platform/pull/9900
* Dispose type module change monitor on failed executor creation by @​tobias-tengler in https://github.com/ChilliCream/graphql-platform/pull/9902
* Stabilize `@​defer` overlap HTTP tests with instant initial fields by @​glen-84 in https://github.com/ChilliCream/graphql-platform/pull/9905
* [Website] Update favicons by @​rstaib in https://github.com/ChilliCream/graphql-platform/pull/9906
* [Website] Checkout mocha-visualizer to fix publish workflow by @​tobias-tengler in https://github.com/ChilliCream/graphql-platform/pull/9909
* [Website] Add missing documentation redirects by @​tobias-tengler in https://github.com/ChilliCream/graphql-platform/pull/9910
* Enable hard link creation for local development to optimize disk usage by @​PascalSenn in https://github.com/ChilliCream/graphql-platform/pull/9903
* Stabilize StarWars subscription tests against CI timing flake by @​glen-84 in https://github.com/ChilliCream/graphql-platform/pull/9915
* [Website] Polish Pt. 3 by @​tobias-tengler in https://github.com/ChilliCream/graphql-platform/pull/9917
* Replace Codecov with GitHub native code coverage by @​glen-84 in https://github.com/ChilliCream/graphql-platform/pull/9918
* [Website] Properly set up prettier by @​tobias-tengler in https://github.com/ChilliCream/graphql-platform/pull/9919
* Add Filter Operation Limit by @​michaelstaib in https://github.com/ChilliCream/graphql-platform/pull/9920
* Fix issue in the cost analyzer that deduplicated too aggressively by @​michaelstaib in https://github.com/ChilliCream/graphql-platform/pull/9916

## New Contributors
* @​alisan3 made their first contribution in https://github.com/ChilliCream/graphql-platform/pull/9864
 ... (truncated)

## 16.1.4-p.6

## What's Changed
* Fix `Optional<T>` argument binding in source generator by @​glen-84 in https://github.com/ChilliCream/graphql-platform/pull/9887
* Update GitHub workflow actions and npm tools to latest versions by @​glen-84 in https://github.com/ChilliCream/graphql-platform/pull/9888
* Fix UseProjection over-projecting when the entity is a record by @​glen-84 in https://github.com/ChilliCream/graphql-platform/pull/9889
* [Nitro CLI] Update --api-key description to mention it accepts PAT as well by @​tobias-tengler in https://github.com/ChilliCream/graphql-platform/pull/9891
* Use per-command option instances in AspNetCore.CommandLine by @​glen-84 in https://github.com/ChilliCream/graphql-platform/pull/9893
* [Fusion] Add union-intersection audit satisfiability test by @​glen-84 in https://github.com/ChilliCream/graphql-platform/pull/9890
* Remove Dependabot devcontainers update configuration by @​glen-84 in https://github.com/ChilliCream/graphql-platform/pull/9895
* [Website] Improve SEO by @​tobias-tengler in https://github.com/ChilliCream/graphql-platform/pull/9894
* [Website] Improve SEO Pt. 2 by @​tobias-tengler in https://github.com/ChilliCream/graphql-platform/pull/9896
* [Website] Add OpenAPI Adapter blog post by @​tobias-tengler in https://github.com/ChilliCream/graphql-platform/pull/9883
* [Website] Performance improvements by @​tobias-tengler in https://github.com/ChilliCream/graphql-platform/pull/9899
* Update ChilliCream.ModelContextProtocol.AspNetCore to 1.4.0 by @​glen-84 in https://github.com/ChilliCream/graphql-platform/pull/9898
* [Website] Re-add Nitro download page by @​tobias-tengler in https://github.com/ChilliCream/graphql-platform/pull/9900
* Dispose type module change monitor on failed executor creation by @​tobias-tengler in https://github.com/ChilliCream/graphql-platform/pull/9902
* Stabilize `@​defer` overlap HTTP tests with instant initial fields by @​glen-84 in https://github.com/ChilliCream/graphql-platform/pull/9905
* [Website] Update favicons by @​rstaib in https://github.com/ChilliCream/graphql-platform/pull/9906
* [Website] Checkout mocha-visualizer to fix publish workflow by @​tobias-tengler in https://github.com/ChilliCream/graphql-platform/pull/9909
* [Website] Add missing documentation redirects by @​tobias-tengler in https://github.com/ChilliCream/graphql-platform/pull/9910
* Enable hard link creation for local development to optimize disk usage by @​PascalSenn in https://github.com/ChilliCream/graphql-platform/pull/9903
* Stabilize StarWars subscription tests against CI timing flake by @​glen-84 in https://github.com/ChilliCream/graphql-platform/pull/9915


**Full Changelog**: https://github.com/ChilliCream/graphql-platform/compare/16.1.4-p.5...16.1.4-p.6

## 16.1.4-p.5

## What's Changed
* [Website] Polish by @​tobias-tengler in https://github.com/ChilliCream/graphql-platform/pull/9879
* Migrate test suite to xUnit v3 and Microsoft Testing Platform by @​glen-84 in https://github.com/ChilliCream/graphql-platform/pull/9871
* [Fusion] Merge output fields by least restrictive supertype by @​glen-84 in https://github.com/ChilliCream/graphql-platform/pull/9877
* [Fusion] Align Aspire composition settings to actual settings by @​tobias-tengler in https://github.com/ChilliCream/graphql-platform/pull/9885


**Full Changelog**: https://github.com/ChilliCream/graphql-platform/compare/16.1.4-p.4...16.1.4-p.5

## 16.1.4-p.4

## What's Changed
* [Website] Optimize images by @​tobias-tengler in https://github.com/ChilliCream/graphql-platform/pull/9875
* [Website] Fix minor issues by @​tobias-tengler in https://github.com/ChilliCream/graphql-platform/pull/9878
* [Diagnostics] Add IncludeOperationNameInSpanName option by @​tobias-tengler in https://github.com/ChilliCream/graphql-platform/pull/9874
* Implement message type binding for receive endpoints and enhance error handling by @​PascalSenn in https://github.com/ChilliCream/graphql-platform/pull/9870
* Fix late binding of route destinations in mocha by @​PascalSenn in https://github.com/ChilliCream/graphql-platform/pull/9881


**Full Changelog**: https://github.com/ChilliCream/graphql-platform/compare/16.1.4-p.3...16.1.4-p.4

## 16.1.4-p.3

## What's Changed
* Run CommandTestBase teardown via IAsyncLifetime on xUnit v2 by @​glen-84 in https://github.com/ChilliCream/graphql-platform/pull/9872
* Bump `codecov/codecov-action` from v5 to v7.0.0 by @​glen-84 in https://github.com/ChilliCream/graphql-platform/pull/9873
* Fix path to root in semantic introspection by @​michaelstaib in https://github.com/ChilliCream/graphql-platform/pull/9876


**Full Changelog**: https://github.com/ChilliCream/graphql-platform/compare/16.1.4-p.2...16.1.4-p.3

## 16.1.4-p.2

## What's Changed
* Introduce routing conditions for inbound message processing by @​PascalSenn in https://github.com/ChilliCream/graphql-platform/pull/9869
* Add multi-routing-key bindings to RabbitMQ transport by @​alisan3 in https://github.com/ChilliCream/graphql-platform/pull/9864
* Fix MCP adapter stack overflow on self-referencing input types by @​glen-84 in https://github.com/ChilliCream/graphql-platform/pull/9850
* [OpenAPI] Properly handle recursive input types by @​tobias-tengler in https://github.com/ChilliCream/graphql-platform/pull/9855

## New Contributors
* @​alisan3 made their first contribution in https://github.com/ChilliCream/graphql-platform/pull/9864

**Full Changelog**: https://github.com/ChilliCream/graphql-platform/compare/16.1.4-p.1...16.1.4-p.2

## 16.1.4-p.1

## What's Changed
* Cleanup blogpost headings by @​PascalSenn in https://github.com/ChilliCream/graphql-platform/pull/9859
* [Nitro CLI] Use `Client.publishedVersions` to power `client list published-versions` command by @​tobias-tengler in https://github.com/ChilliCream/graphql-platform/pull/9861
* [Website] Move docs and blog to website-next by @​tobias-tengler in https://github.com/ChilliCream/graphql-platform/pull/9862
* [Website] Remove trailing slashes by @​tobias-tengler in https://github.com/ChilliCream/graphql-platform/pull/9863
* Update Nitro to 31.0.2 by @​tobias-tengler in https://github.com/ChilliCream/graphql-platform/pull/9865


**Full Changelog**: https://github.com/ChilliCream/graphql-platform/compare/16.1.3...16.1.4-p.1

## 16.1.3

## What's Changed
* Fix relaxed-format Date/LocalDate parsing for UTC-suffixed values by @​tobias-tengler in https://github.com/ChilliCream/graphql-platform/pull/9854
* Accouncing skillz by @​PascalSenn in https://github.com/ChilliCream/graphql-platform/pull/9853
* Publish nitro-schema-download GitHub action by @​tobias-tengler in https://github.com/ChilliCream/graphql-platform/pull/9858
* Fix re-entrant lookups for nested selections under required fields by @​michaelstaib in https://github.com/ChilliCream/graphql-platform/pull/9860


**Full Changelog**: https://github.com/ChilliCream/graphql-platform/compare/16.1.2...16.1.3

## 16.1.3-p.1

## What's Changed
* Fix relaxed-format Date/LocalDate parsing for UTC-suffixed values by @​tobias-tengler in https://github.com/ChilliCream/graphql-platform/pull/9854


**Full Changelog**: https://github.com/ChilliCream/graphql-platform/compare/16.1.2...16.1.3-p.1

## 16.1.2

## What's Changed
* Add EnforceNullVariableValuesForMultipartFileUpload option by @​tobias-tengler in https://github.com/ChilliCream/graphql-platform/pull/9842
* Update NuGet Icons by @​rstaib in https://github.com/ChilliCream/graphql-platform/pull/9843
* [Nitro CLI] Force non-interactive mode when output format is set by @​tobias-tengler in https://github.com/ChilliCream/graphql-platform/pull/9844
* Serialize sbyte as JSON number in transport and execution writers by @​glen-84 in https://github.com/ChilliCream/graphql-platform/pull/9846
* [Fusion] Fix mutation execution backlog dropping batched follow-up operations by @​tobias-tengler in https://github.com/ChilliCream/graphql-platform/pull/9847


**Full Changelog**: https://github.com/ChilliCream/graphql-platform/compare/16.1.1...16.1.2

## 16.1.2-p.2

## What's Changed
* [Nitro CLI] Force non-interactive mode when output format is set by @​tobias-tengler in https://github.com/ChilliCream/graphql-platform/pull/9844
* Serialize sbyte as JSON number in transport and execution writers by @​glen-84 in https://github.com/ChilliCream/graphql-platform/pull/9846


**Full Changelog**: https://github.com/ChilliCream/graphql-platform/compare/16.1.2-p.1...16.1.2-p.2

## 16.1.2-p.1

## What's Changed
* Add EnforceNullVariableValuesForMultipartFileUpload option by @​tobias-tengler in https://github.com/ChilliCream/graphql-platform/pull/9842
* Update NuGet Icons by @​rstaib in https://github.com/ChilliCream/graphql-platform/pull/9843


**Full Changelog**: https://github.com/ChilliCream/graphql-platform/compare/16.1.1...16.1.2-p.1

## 16.1.1

## What's Changed
* Fix double-encoding of escaped string variables in multipart uploads by @​michaelstaib in https://github.com/ChilliCream/graphql-platform/pull/9839
* Revert "[Analyzer] Add analyzer for conflicting [ID] attribute usage by @​tobias-tengler in https://github.com/ChilliCream/graphql-platform/pull/9841


**Full Changelog**: https://github.com/ChilliCream/graphql-platform/compare/16.1.0...16.1.1

## 16.1.0

## What's Changed
* Refresh NuGet package icons and consolidate Directory.Build.props by @​rstaib in https://github.com/ChilliCream/graphql-platform/pull/9813
* Add attribute scoping support by @​michaelstaib in https://github.com/ChilliCream/graphql-platform/pull/9820
* Add key inferrence for lookups by @​michaelstaib in https://github.com/ChilliCream/graphql-platform/pull/9819
* Fix `[Parent(requires:)]` dropped for resolvers declared on interface types by @​Tommsy64 in https://github.com/ChilliCream/graphql-platform/pull/9823
* Surface clearer errors for invalid node IDs by @​tobias-tengler in https://github.com/ChilliCream/graphql-platform/pull/9824
* [Analyzer] Add analyzer for conflicting [ID] attribute usage by @​tobias-tengler in https://github.com/ChilliCream/graphql-platform/pull/9828
* Re-pin nitro-client actions to v16.0.13 by @​glen-84 in https://github.com/ChilliCream/graphql-platform/pull/9829
* Serialize sbyte values as JSON numbers in StrawberryShake by @​glen-84 in https://github.com/ChilliCream/graphql-platform/pull/9827
* Fix ApplyPolicy.Validation not enforced on code-first fields by @​glen-84 in https://github.com/ChilliCream/graphql-platform/pull/9834
* Add Espresso Nuget Icon by @​rstaib in https://github.com/ChilliCream/graphql-platform/pull/9835
* Improve Schema Error Details by @​michaelstaib in https://github.com/ChilliCream/graphql-platform/pull/9838

## New Contributors
* @​Tommsy64 made their first contribution in https://github.com/ChilliCream/graphql-platform/pull/9823

**Full Changelog**: https://github.com/ChilliCream/graphql-platform/compare/16.0.13...16.1.0

## 16.1.0-p.14

## What's Changed
* Fix `[Parent(requires:)]` dropped for resolvers declared on interface types by @​Tommsy64 in https://github.com/ChilliCream/graphql-platform/pull/9823

## New Contributors
* @​Tommsy64 made their first contribution in https://github.com/ChilliCream/graphql-platform/pull/9823

**Full Changelog**: https://github.com/ChilliCream/graphql-platform/compare/16.0.14-p.2...16.1.0-p.14

## 16.0.13

## What's Changed
* Allow opt-out of V16 style mutation convention formatting by @​michaelstaib in https://github.com/ChilliCream/graphql-platform/pull/9808
* Fix PageInfo Shareable Directive with Apollo Federation by @​michaelstaib in https://github.com/ChilliCream/graphql-platform/pull/9809
* [Nitro CLI] Fix tall output being repeated in interactive mode by @​tobias-tengler in https://github.com/ChilliCream/graphql-platform/pull/9812
* [Fusion] Add preprocessor.inferShareable source schema option by @​tobias-tengler in https://github.com/ChilliCream/graphql-platform/pull/9816
* [Fusion] Fix composition crash on unimplemented merged interface field by @​glen-84 in https://github.com/ChilliCream/graphql-platform/pull/9821


**Full Changelog**: https://github.com/ChilliCream/graphql-platform/compare/16.0.11...16.0.13

## 16.0.11

## What's Changed
* Deploy website-next by @​tobias-tengler in https://github.com/ChilliCream/graphql-platform/pull/9805
* Add implicit conversion to PageConnection from Page by @​michaelstaib in https://github.com/ChilliCream/graphql-platform/pull/9806
* Pack SS meta tools via post-build target to fix empty tools folder by @​glen-84 in https://github.com/ChilliCream/graphql-platform/pull/9807


**Full Changelog**: https://github.com/ChilliCream/graphql-platform/compare/16.0.10...16.0.11

## 16.0.10

## What's Changed
* [Docs] Correct AllowAnonymousAttribute namespace by @​tobias-tengler in https://github.com/ChilliCream/graphql-platform/pull/9763
* Remove HotChocolate.Types.Shared and unused build tooling by @​glen-84 in https://github.com/ChilliCream/graphql-platform/pull/9764
* [Fusion] Properly handle partial schema-settings.json and configuration in code by @​tobias-tengler in https://github.com/ChilliCream/graphql-platform/pull/9766
* [Fusion] Prune unreachable types from source schemas after preprocessing by @​tobias-tengler in https://github.com/ChilliCream/graphql-platform/pull/9767
* Improvements for website-next by @​tobias-tengler in https://github.com/ChilliCream/graphql-platform/pull/9768
* Convert HotChocolate.Templates to csproj-based template package by @​glen-84 in https://github.com/ChilliCream/graphql-platform/pull/9769
* [Docs] Update v15 to v16 migration docs for service provider by @​DanielRose in https://github.com/ChilliCream/graphql-platform/pull/9771
* Remove Nuke; switch CI and release to direct dotnet calls by @​glen-84 in https://github.com/ChilliCream/graphql-platform/pull/9772
* Improvements for website-next Pt. 2 by @​tobias-tengler in https://github.com/ChilliCream/graphql-platform/pull/9773
* Fix AnyType serialization with empty-string dictionary keys by @​glen-84 in https://github.com/ChilliCream/graphql-platform/pull/9775
* Add OperationRequestBuilder.AddFile by @​tobias-tengler in https://github.com/ChilliCream/graphql-platform/pull/9730
* [Nitro CLI] Normalize identity URL by @​tobias-tengler in https://github.com/ChilliCream/graphql-platform/pull/9778
* Bump Marten to 8.37.0 to address GHSA-vmw2-qwm8-x84c by @​glen-84 in https://github.com/ChilliCream/graphql-platform/pull/9777
* Ignore IDE0001 in DynamicOpenApiDocumentTransformer by @​tobias-tengler in https://github.com/ChilliCream/graphql-platform/pull/9779
* Trigger Azure DevOps extension release by @​tobias-tengler in https://github.com/ChilliCream/graphql-platform/pull/9781
* Rename UNSATISFIABLE log code to UNSATISFIABLE_QUERY_PATH by @​glen-84 in https://github.com/ChilliCream/graphql-platform/pull/9780
* Add escape hatch for mutation convention name formatting by @​michaelstaib in https://github.com/ChilliCream/graphql-platform/pull/9782
* Pack generator DLLs via post-build target to fix empty analyzer packages by @​glen-84 in https://github.com/ChilliCream/graphql-platform/pull/9785
* Fix NRE when ParentRequires targets a composite type by @​tobias-tengler in https://github.com/ChilliCream/graphql-platform/pull/9789
* [Fusion] Extend federation-gateway-audit satisfiability tests by @​glen-84 in https://github.com/ChilliCream/graphql-platform/pull/9787
* [Fusion] Parse `@​cost` weight with InvariantCulture by @​glen-84 in https://github.com/ChilliCream/graphql-platform/pull/9791
* Add MCP blog post by @​glen-84 in https://github.com/ChilliCream/graphql-platform/pull/9790
* [Fusion] Support parent entity calls in satisfiability validator by @​glen-84 in https://github.com/ChilliCream/graphql-platform/pull/9792
* Remove Snapshooter and ChilliCream.Testing.Utilities by @​glen-84 in https://github.com/ChilliCream/graphql-platform/pull/9794
* [Fusion] Allow `@​require` intermediates from the requiring schema by @​glen-84 in https://github.com/ChilliCream/graphql-platform/pull/9796
* Add devcontainer to website-next by @​tobias-tengler in https://github.com/ChilliCream/graphql-platform/pull/9799
* Configure Algolia in website-next by @​tobias-tengler in https://github.com/ChilliCream/graphql-platform/pull/9800
* Apply new theme to website-next by @​tobias-tengler in https://github.com/ChilliCream/graphql-platform/pull/9801
* Add existing pages to website-next by @​tobias-tengler in https://github.com/ChilliCream/graphql-platform/pull/9802
* Set up Google Analytics in website-next by @​tobias-tengler in https://github.com/ChilliCream/graphql-platform/pull/9803
* Add share cards to website-next by @​tobias-tengler in https://github.com/ChilliCream/graphql-platform/pull/9804

## New Contributors
* @​DanielRose made their first contribution in https://github.com/ChilliCream/graphql-platform/pull/9771

**Full Changelog**: https://github.com/ChilliCream/graphql-platform/compare/16.0.9...16.0.10

## 16.0.9

## What's Changed
* [Fusion] Add LookupMustHaveArgumentsRule by @​tobias-tengler in https://github.com/ChilliCream/graphql-platform/pull/9758
* Fix PipeReader contract violation in DefaultHttpRequestParser by @​tobias-tengler in https://github.com/ChilliCream/graphql-platform/pull/9761
* [Fusion] Fix planning of nested fields under abstract node lookup by @​tobias-tengler in https://github.com/ChilliCream/graphql-platform/pull/9762


**Full Changelog**: https://github.com/ChilliCream/graphql-platform/compare/16.0.8...16.0.9

## 16.0.8

## What's Changed
* Fix QueryContext projection dropping nested fields under conditional ancestor by @​tobias-tengler in https://github.com/ChilliCream/graphql-platform/pull/9755
* [Docs] Add TransactionScopeHandler removal to migration guide by @​tobias-tengler in https://github.com/ChilliCream/graphql-platform/pull/9756
* [Fusion] Add AddHttpResponseFormatter and AddSocketSessionInterceptor by @​tobias-tengler in https://github.com/ChilliCream/graphql-platform/pull/9757
* Document executor-type changes in v15→v16 migration guide by @​glen-84 in https://github.com/ChilliCream/graphql-platform/pull/9736
* [Analyzer] Source-gen non-static partial root type classes by @​glen-84 in https://github.com/ChilliCream/graphql-platform/pull/9740
* Fix duplicate validation errors for reused fragments by @​glen-84 in https://github.com/ChilliCream/graphql-platform/pull/9754


**Full Changelog**: https://github.com/ChilliCream/graphql-platform/compare/16.0.7...16.0.8

## 16.0.7

## What's Changed
* Document `AlwaysOutputFractionalSeconds` in scalars guide by @​glen-84 in https://github.com/ChilliCream/graphql-platform/pull/9748
* [Fusion] Coerce single element value for list variable by @​tobias-tengler in https://github.com/ChilliCream/graphql-platform/pull/9750
* [Fusion] Do not apply `@​shareable` to subscription root fields by @​tobias-tengler in https://github.com/ChilliCream/graphql-platform/pull/9751
* [Analyzer] Pass type to descriptor attributes in generated code by @​tobias-tengler in https://github.com/ChilliCream/graphql-platform/pull/9752


**Full Changelog**: https://github.com/ChilliCream/graphql-platform/compare/16.0.6...16.0.7

## 16.0.6

## What's Changed
* Fix schema settings serialization during export by @​tobias-tengler in https://github.com/ChilliCream/graphql-platform/pull/9744
* Fix SchemaParser to handle semantically invalid type usage by @​tobias-tengler in https://github.com/ChilliCream/graphql-platform/pull/9746
* Add `AlwaysOutputFractionalSeconds` to DateTime scalar options by @​glen-84 in https://github.com/ChilliCream/graphql-platform/pull/9745
* [Analyzer] Fix FactoryTypeReference cache collision for shared CLR types by @​tobias-tengler in https://github.com/ChilliCream/graphql-platform/pull/9747


**Full Changelog**: https://github.com/ChilliCream/graphql-platform/compare/16.0.5...16.0.6

## 16.0.5

## What's Changed
* Fix projection of underlying ResolveWith member by @​tobias-tengler in https://github.com/ChilliCream/graphql-platform/pull/9742
* Fix `IList<T>` misclassified as interface on mutation error types by @​glen-84 in https://github.com/ChilliCream/graphql-platform/pull/9743
* Fix false `@​defer`/`@​stream` label collision in reused fragments by @​glen-84 in https://github.com/ChilliCream/graphql-platform/pull/9709


**Full Changelog**: https://github.com/ChilliCream/graphql-platform/compare/16.0.4...16.0.5

## 16.0.4

## What's Changed
* Mark another 27 projects as AOT compatible by @​glen-84 in https://github.com/ChilliCream/graphql-platform/pull/9704
* Clean up `.gitignore` file by @​glen-84 in https://github.com/ChilliCream/graphql-platform/pull/9710
* Add cookie consent banner by @​michaelstaib in https://github.com/ChilliCream/graphql-platform/pull/9712
* Split enum value sorting from field sorting by @​michaelstaib in https://github.com/ChilliCream/graphql-platform/pull/9711
* Fixed WebSite Deployment by @​michaelstaib in https://github.com/ChilliCream/graphql-platform/pull/9713
* Improve Website Indexing by @​michaelstaib in https://github.com/ChilliCream/graphql-platform/pull/9716
* Add google analytics to privacy policies by @​michaelstaib in https://github.com/ChilliCream/graphql-platform/pull/9714
* Add new contact form by @​michaelstaib in https://github.com/ChilliCream/graphql-platform/pull/9715
* Improve Website Indexing by @​michaelstaib in https://github.com/ChilliCream/graphql-platform/pull/9717
* Update authentication and authorization documentation for Fusion gateway by @​PascalSenn in https://github.com/ChilliCream/graphql-platform/pull/9691
* Add Fusion 16 Release Blog by @​michaelstaib in https://github.com/ChilliCream/graphql-platform/pull/9718
* Fixed fusion release blog header by @​michaelstaib in https://github.com/ChilliCream/graphql-platform/pull/9720
* Remove Fusion preview versions from the docs by @​michaelstaib in https://github.com/ChilliCream/graphql-platform/pull/9722
* Add support for alternate lookups to Cache<T> by @​michaelstaib in https://github.com/ChilliCream/graphql-platform/pull/9721
* Added Google Tag Manager by @​michaelstaib in https://github.com/ChilliCream/graphql-platform/pull/9724
* Added more refernces to the docs by @​michaelstaib in https://github.com/ChilliCream/graphql-platform/pull/9723
* [website] Fixed side bar by @​michaelstaib in https://github.com/ChilliCream/graphql-platform/pull/9725
* Fix AllowNonPersistedOperation to preserve existing override fields by @​glen-84 in https://github.com/ChilliCream/graphql-platform/pull/9726
* Fix source generator emitting enum members as numeric values by @​glen-84 in https://github.com/ChilliCream/graphql-platform/pull/9727
* [Fusion] Remove locations from errors raised during subgraph execution by @​tobias-tengler in https://github.com/ChilliCream/graphql-platform/pull/9729
* Update v16 interceptor docs for removed IOperationMessagePayload.As<T> by @​glen-84 in https://github.com/ChilliCream/graphql-platform/pull/9731
* Move IOperationMessagePayload section from website-next to website by @​glen-84 in https://github.com/ChilliCream/graphql-platform/pull/9732
* Update migration guides by @​tobias-tengler in https://github.com/ChilliCream/graphql-platform/pull/9733
* [Analyzer] Fix Source Generator Connection type collision by @​tobias-tengler in https://github.com/ChilliCream/graphql-platform/pull/9734
* [Nitro CLI] Add GraphQL-Client-Id header to CLI requests by @​tobias-tengler in https://github.com/ChilliCream/graphql-platform/pull/9737
* [Nitro CLI] Respect NITRO_CLOUD_URL environment variable by @​tobias-tengler in https://github.com/ChilliCream/graphql-platform/pull/9738


**Full Changelog**: https://github.com/ChilliCream/graphql-platform/compare/16.0.3...16.0.4

## 16.0.3

## What's Changed
* Update Nitro integration for HotChocolate and Fusion by @​PascalSenn in https://github.com/ChilliCream/graphql-platform/pull/9679
* Add widescreen support to the docs by @​PascalSenn in https://github.com/ChilliCream/graphql-platform/pull/9678
* [HotChocolate] Rework fetching data docs chapter by @​michaelstaib in https://github.com/ChilliCream/graphql-platform/pull/9692
* Fix CodeBlock and Table on website by @​tobias-tengler in https://github.com/ChilliCream/graphql-platform/pull/9693
* Upgrade yarn and harden settings by @​tobias-tengler in https://github.com/ChilliCream/graphql-platform/pull/9694
* Update vulnerable packages by @​glen-84 in https://github.com/ChilliCream/graphql-platform/pull/9695
* Update development packages by @​glen-84 in https://github.com/ChilliCream/graphql-platform/pull/9696
* Fix various analyzer errors by @​glen-84 in https://github.com/ChilliCream/graphql-platform/pull/9697
* Properly handle `@​defer` in DocumentRewriter by @​tobias-tengler in https://github.com/ChilliCream/graphql-platform/pull/9699
* [Docs] Fix custom filtering section by @​tobias-tengler in https://github.com/ChilliCream/graphql-platform/pull/9701
* Honor `[Subscribe(With = ...)]` in source-generated subscriptions by @​glen-84 in https://github.com/ChilliCream/graphql-platform/pull/9702
* Document AllowNonPersistedOperation move in v15-to-v16 guide by @​glen-84 in https://github.com/ChilliCream/graphql-platform/pull/9707
* Fix issue where non-conditional fields become conditional. by @​michaelstaib in https://github.com/ChilliCream/graphql-platform/pull/9706


**Full Changelog**: https://github.com/ChilliCream/graphql-platform/compare/16.0.2...16.0.3

## 16.0.2

# Hot Chocolate 16 is here! 🚀

Read the [announcement blog post](https://chillicream.com/blog/2026/05/11/hot-chocolate-16/) for the full overview. Fusion and other new components will be announced separately.

Upgrading from 15? See the [Hot Chocolate migration guide](https://chillicream.com/docs/hotchocolate/v16/migrating/migrate-from-15-to-16/) and the [Fusion migration guide](https://chillicream.com/docs/fusion/v16/migration/migrate-from-15-to-16/).

## What's Changed

* Use a dist-tag for major releases that doesn't parse as semver by @​tobias-tengler in https://github.com/ChilliCream/graphql-platform/pull/9627
* Search for projects to release in Nitro/Common by @​tobias-tengler in https://github.com/ChilliCream/graphql-platform/pull/9628
* [Fusion] Add FusionRequestOptions.AllowOperationPlanRequests by @​tobias-tengler in https://github.com/ChilliCream/graphql-platform/pull/9629
* Tweak default security by @​tobias-tengler in https://github.com/ChilliCream/graphql-platform/pull/9630
* [MCP] Move IMcpStorage to abstractions and add StorageFactory delegate by @​tobias-tengler in https://github.com/ChilliCream/graphql-platform/pull/9631
* Add Apollo Federation Composition by @​michaelstaib in https://github.com/ChilliCream/graphql-platform/pull/9632
* Move DefaultErrorHandlingMode to request options and add AllowErrorHandlingModeOverride by @​tobias-tengler in https://github.com/ChilliCream/graphql-platform/pull/9634
* [Diagnostics] Align to OTEL spec Pt. 3 by @​tobias-tengler in https://github.com/ChilliCream/graphql-platform/pull/9639
* Add Fusion Composition docs by @​glen-84 in https://github.com/ChilliCream/graphql-platform/pull/9644
* [Diagnostics] Refine tests by @​tobias-tengler in https://github.com/ChilliCream/graphql-platform/pull/9647
* Add DisableInternalDirectives option by @​tobias-tengler in https://github.com/ChilliCream/graphql-platform/pull/9651
* Overhault Nitro CLI docs by @​tobias-tengler in https://github.com/ChilliCream/graphql-platform/pull/9643
* [Nitro CLI] Handle duplicated names by @​tobias-tengler in https://github.com/ChilliCream/graphql-platform/pull/9649
* [Fusion] Add support for .....

_Description has been truncated_

Bumps coverlet.collector from 6.0.4 to 10.0.1
Bumps csharpier from 1.2.6 to 1.3.0
Bumps DotNet.ReproducibleBuilds from 2.0.2 to 2.0.5
Bumps FluentAssertions from 8.8.0 to 8.10.0
Bumps HotChocolate.CostAnalysis from 15.1.17 to 16.3.0
Bumps HotChocolate.Data from 15.1.17 to 16.3.0
Bumps Microsoft.AspNetCore.TestHost from 10.0.5 to 10.0.9
Bumps Microsoft.CodeAnalysis.CSharp from 4.14.0 to 5.6.0
Bumps Microsoft.EntityFrameworkCore.InMemory from 10.0.5 to 10.0.9
Bumps Microsoft.NET.Test.Sdk from 18.0.1 to 18.7.0
Bumps NUnit from 4.4.0 to 4.6.1
Bumps NUnit.Analyzers from 4.11.2 to 4.14.0
Bumps NUnit3TestAdapter from 6.1.0 to 6.2.0
Bumps PublicApiGenerator from 11.4.5 to 11.5.4

---
updated-dependencies:
- dependency-name: coverlet.collector
  dependency-version: 10.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: nuget-dependencies
- dependency-name: csharpier
  dependency-version: 1.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-dependencies
- dependency-name: DotNet.ReproducibleBuilds
  dependency-version: 2.0.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-dependencies
- dependency-name: FluentAssertions
  dependency-version: 8.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-dependencies
- dependency-name: HotChocolate.CostAnalysis
  dependency-version: 16.3.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: nuget-dependencies
- dependency-name: HotChocolate.Data
  dependency-version: 16.3.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: nuget-dependencies
- dependency-name: Microsoft.AspNetCore.TestHost
  dependency-version: 10.0.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-dependencies
- dependency-name: Microsoft.CodeAnalysis.CSharp
  dependency-version: 5.6.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: nuget-dependencies
- dependency-name: Microsoft.EntityFrameworkCore.InMemory
  dependency-version: 10.0.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-dependencies
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-version: 18.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-dependencies
- dependency-name: NUnit
  dependency-version: 4.6.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-dependencies
- dependency-name: NUnit.Analyzers
  dependency-version: 4.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-dependencies
- dependency-name: NUnit3TestAdapter
  dependency-version: 6.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-dependencies
- dependency-name: PublicApiGenerator
  dependency-version: 11.5.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file .NET Pull requests that update .NET code labels Jul 2, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jul 2, 2026

Copy link
Copy Markdown
Contributor Author

The group that created this PR has been removed from your configuration.

@dependabot @github

dependabot Bot commented on behalf of github Jul 2, 2026

Copy link
Copy Markdown
Contributor Author

Looks like these dependencies are no longer being updated by Dependabot, so this is no longer needed.

@dependabot dependabot Bot closed this Jul 2, 2026
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