Skip to content

Bump the nuget-updates group with 7 updates#415

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/nuget/Deploy.Core/nuget-updates-3c08cb8c9d
Open

Bump the nuget-updates group with 7 updates#415
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/nuget/Deploy.Core/nuget-updates-3c08cb8c9d

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 22, 2026

Updated coverlet.collector from 8.0.1 to 10.0.0.

Release notes

Sourced from coverlet.collector's releases.

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

Commits viewable in compare view.

Updated Microsoft.AspNetCore.OpenApi from 10.0.5 to 10.0.7.

Release notes

Sourced from Microsoft.AspNetCore.OpenApi's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Microsoft.EntityFrameworkCore.Design from 10.0.5 to 10.0.7.

Release notes

Sourced from Microsoft.EntityFrameworkCore.Design's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Microsoft.EntityFrameworkCore.InMemory from 10.0.5 to 10.0.7.

Release notes

Sourced from Microsoft.EntityFrameworkCore.InMemory's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Microsoft.EntityFrameworkCore.Sqlite from 10.0.5 to 10.0.7.

Release notes

Sourced from Microsoft.EntityFrameworkCore.Sqlite's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated NSwag.AspNetCore from 14.7.0 to 14.7.1.

Release notes

Sourced from NSwag.AspNetCore's releases.

14.7.1

[!IMPORTANT]
Upgrade directly from v14.6.3 to v14.7.1 — skip v14.7.0.

v14.7.0 bundled NJsonSchema v11.6.0, which contained a regression that silently dropped nullability on required T? / [JsonRequired] T? DTO properties. The resulting OpenAPI/JSON schema marked those properties as non-nullable, so generated TypeScript and C# clients lost null-safety for fields the server can legitimately return as null (#​5359).

Corrections to v14.7.0

v14.7.1 updates to NJsonSchema v11.6.1, which corrects the handling of the C# required keyword and [JsonRequired]:

  • These are now treated as presence markers (the property must be present in the JSON) rather than value constraints.
  • Nullability from the declared type (string?, T?) is preserved.
  • No spurious MinLength=1 on non-nullable strings.
  • DataAnnotations [Required] semantics remain unchanged (still suppresses nullability and adds MinLength=1 to strings by default, matching its runtime behavior).

Observable client changes vs v14.7.0

For public required string[]? OptionList { get; init; } (#​5359):

TypeScript client C# client
v14.7.0 (broken) optionList: string[] public string[] OptionList
v14.7.1 optionList: string[] | null public string[]? OptionList

For full details and truth tables across all required / [Required] / [JsonRequired] / [JsonProperty(Required=*)] combinations, see the NJsonSchema v11.6.1 release notes and NJsonSchema #​1919.

What's Changed

Full Changelog: RicoSuter/NSwag@v14.7.0...v14.7.1

Commits viewable in compare view.

Updated ReactiveUI.Avalonia from 11.4.12 to 12.0.1.

Release notes

Sourced from ReactiveUI.Avalonia's releases.

11.5.35

Fixes:

  • 61a16dfc013e8e73f3291ccd6e8b597302f25af7 Fix/memory leaks (#​2504) @​cabauman
  • ac9e7120f5922959830dc637780f2d6d1f550c7f fix: binding issues preventing build @​glennawatson
  • 2251609d377e03b7c1f2e760edd4ac4847979241 Remove WeakEventManager tests (#​2503) @​cabauman

Dependency Changes:

  • d961b05ab0664e1fa8b0510bbb84245455cf00eb build(deps): bump Microsoft.NET.Test.Sdk from 16.7.0 to 16.7.1 (#​2502)
  • 341b9299527a32256f739288fbc9878edd6faed3 build(deps): bump Xamarin.AndroidX.AppCompat from 1.1.0.2 to 1.2.0 (#​2501)
  • f5aa7f529eff1b862686da1c86ec5ea8f85b6006 build(deps): bump Xamarin.AndroidX.RecyclerView from 1.1.0.1 to 1.1.0.2 (#​2497)
  • ba9f743abfde1b5185ff037d8243c9504053497d build(deps): bump Xamarin.AndroidX.Fragment from 1.2.4.1 to 1.2.4.2 (#​2499)
  • aea9bea71219a591fe587c8663707dc2d8e96ea3 build(deps): bump Xamarin.AndroidX.Preference from 1.1.1.1 to 1.1.1.2 (#​2500)
  • aca86fbb13d6906c946015ca3b904310d3ba4691 build(deps): bump Xamarin.AndroidX.AppCompat from 1.1.0.1 to 1.1.0.2 (#​2498)

11.5.26

Fixes

  • 858a25aecc494bab1b7e8cbfc64783750d7b20bb Fix: RxApp scheduler logic makes unit tests unpredictable (#​2496) @​cabauman

Dependency Changes

  • a495e6518194a0a427bfabe5e1e92f7392e2e6fe housekeeping: Upgraded Xamarin.Forms to v4.7 (#​2489) @​RLittlesII
  • 6acfcb3ea20c63d1f6c02a3d7db242df478b18c5 build(deps): bump Microsoft.AspNetCore.Components from 3.1.6 to 3.1.7 (#​2493)
  • 5c9eae6dee941f9e78be38828bf4176990707869 build(deps): update Uno.UI requirement from 2.* to 3.* (#​2495)
  • 68596de514622ecf5961c1587f47ad6d702da76e build(deps): bump Microsoft.CodeAnalysis.Analyzers from 3.0.0 to 3.3.0 (#​2491)
  • 8ee088f35330071895648f61c4210db24191757a build(deps): bump Microsoft.CodeAnalysis.FxCopAnalyzers (#​2492)
  • 52482778542847c9271cf82486e1fb48076b64d2 build(deps): bump Microsoft.NET.Test.Sdk from 16.6.1 to 16.7.0 (#​2488)
  • 678b5cf474c68ba91079d1d091e4a62a1d0964b8 build(deps): bump Microsoft.CodeAnalysis.CSharp.Workspaces (#​2487)
  • f2cd424353afbee65c41ce83669db6abd0da91cc build(deps): bump Xunit.StaFact from 0.3.18 to 1.0.37 (#​2485)

11.5.17

Fixes

  • 274429427cd0174fe790c7fa517bac6585fc45a1 Fix: Make Bind() ViewModel parameters nullable. (#​2468) @​Noggog
  • 2f8165b73634fa9e6a3d754a3090388f214c7734 Fix: ReactiveUI.Fody "long" property breaks build (#​2484) @​cabauman
  • 5351c785c83a1bece367cbeb475f102a0829891c Fix misleading interface documentation (#​2483) @​cabauman
  • 7cf3b9b9180de29441a6b35d0f60be425b7bd2fa Fix: BindTo and OneWayBind not working for null values (#​2477) @​cabauman
  • dcbaa6a05a27ac0cf61887b98e37403cfb98bc55 fix: invalid cast exception with nullable appstate (#​2478) @​RLittlesII
  • 2a6cd06d5289ad74750919711d4e360fb0b57a2e fix: Simplify code in Property Binder (#​2475) @​kronic

Changes

  • a6c5dcf4f0ce82a9c0c8b05d7c78f80cd57028d1 housekeeping: Update copyright year @​glennawatson

Dependency Changes

  • 9c0bebd8e9cb2771647462d0f83c0615f2cc8c57 build(deps): bump xunit.runner.visualstudio from 2.4.2 to 2.4.3 (#​2482)
  • 9710a14ec75abf0c99e1550b60b507deaac6146d build(deps): bump FodyPackaging from 6.2.1 to 6.2.4 (#​2481)
  • bd5eae80ea06f44ecbb7e7d5f0c13a2e6903b549 build(deps): bump FodyHelpers from 6.2.1 to 6.2.4 (#​2479)
  • cc6f37cd3ddbca1b53dfbe2d69c75b73afacd68e build(deps): bump Fody from 6.2.1 to 6.2.4 (#​2480)

11.5.6

Changes:

  • a8ff55066ec63fd41d3ca14f1138bbf87c8fc057 Housekeeping: add pragma warnings disables (#​2470) @​kronic
  • 3a26c70a981035e2133b8a35f4c31a3a626abcfe Fix nullability (#​2471) @​kronic
  • 385e66b929b41e98b368a6161bcf48427d2895e2 housekeeping: Minor solution/setting file cleanup (#​2463) @​kronic
  • 9d8f13479fc0eb460e0c4e9d48a4978a2d5686b4 Delete opencollective.yml @​glennawatson

Bug Fixes:

  • 31d396179ef66bb75a7b6c6cd81d4cc315eb3648 Fix OneWayBind converter (#​2472) @​kronic

This list of changes was auto generated.

11.5.1

Major change in this version is nullability support for C# 8, for WPF/WinForms events the minimum version of .Net Framework is 4.7.2, and the minimum .NET Core is now 3.1

Changes:

  • 5e9219f46650d391439356cb414a777244ff1f11 feature: Add C# 8 Nullability (#​2428) @​RLittlesII and @​glennawatson
  • e143a590efa55af3d9a8cda47d0bf0f01e7a80bb feature: Add Injectable component base for blazor. (#​2453) @​glennawatson
  • 335951abd0b189ff3e86988a0c251f222e704fb3 housekeeping: Update .net core 3.0 references to 3.1 (#​2449) @​glennawatson

Bug Fixes

  • 0e974f66dc30b95136c230c5f5cddc0a709ae59f fix: Throw an informative registry exception in RegisterViewsForViewModels (#​2448) @​cabauman
  • ea8f2c025427909a572048b84871bfc58d6f5865 fix: windows-common ViewModelViewHost creating the old view again (#​2447) @​HrlecMatej
  • ceb2b42543da389ab1e21f4ff13b53a97ffdf519 Fix: ObservableAsPropertyHelper.Value throws ArgumentNullException #​2455 (#​2456) @​jcummings2

Dependency Updates

  • b1f4f879f68312c7d8f9d0df01f336a0c5b4fefe housekeeping: Upgraded Xamarin.Forms to v4.6 (#​2443) @​RLittlesII

  • cd128f1cc8b35aab41ce485b2d9e9a382effb06d build(deps): bump Nerdbank.GitVersioning from 3.1.91 to 3.2.31 (#​2454)

  • 7ad115589a792717763aebb72015bf36403f4fa9 build(deps): bump FodyPackaging from 6.2.0 to 6.2.1 (#​2459)

  • 6a0ff9007bcdffcca2290f7b57be734e113e56c7 build(deps): bump Fody from 6.2.0 to 6.2.1 (#​2460)

  • c8dcff4a33527438548e4a21713451acd6a39493 build(deps): bump FodyHelpers from 6.2.0 to 6.2.1 (#​2461)

  • e5bd1f4916409a5de85d872f3c45a2689d72a5ef build(deps): bump Microsoft.AspNetCore.Components from 3.1.4 to 3.1.5 (#​2435)

  • 5bd41c542cf82f435081243cdf8cea1af5dfd465 build(deps): bump Microsoft.AspNetCore.Components from 3.1.5 to 3.1.6 (#​2452)

11.4.17

Changes:

  • c2ea024c5a4bdd7435d565bca65c62ef2b6bbb17 build(deps): bump Xamarin.AndroidX.Preference from 1.1.1 to 1.1.1.1 (#​2432) @​dependabot
  • a0dc437a69087c5fee2e320d437eb43faf45ccdd housekeeping: add extra branches to version.json (#​2434) @​glennawatson
  • 95ccbc58992db08cad91b9d268babc747b98c363 build(deps): bump Microsoft.CodeAnalysis.CSharp.Workspaces (#​2415) @​dependabot
  • e74295ccee7c1bc7a8c214fd1a6bc22fc99e8656 build(deps): bump Xamarin.AndroidX.Fragment from 1.2.4 to 1.2.4.1 (#​2431) @​dependabot
  • 8b43dfb16c89f298eb90146721c0b8fde1de5e4b housekeeping: Update Cake to v0.38.1 (#​2433) @​RLittlesII
  • 82de75302e6c916021b6cd440be9b439882b4323 Update azure-pipelines.yml for Azure Pipelines @​glennawatson
  • 371b7fc117c44636f865cc5c5b5d09220d7acec0 build(deps): bump Xamarin.AndroidX.AppCompat from 1.1.0 to 1.1.0.1 (#​2430) @​dependabot
  • c39cb22a1cf1ade2e19e4e501ea41d2481bf2c7a build(deps): bump Xamarin.AndroidX.RecyclerView from 1.1.0 to 1.1.0.1 (#​2429) @​dependabot
  • 4102ed4398891aa104e3792bc466d0c9273da276 build(deps): bump xunit.runner.visualstudio from 2.4.1 to 2.4.2 (#​2427) @​dependabot
  • 770e1269e49cff48e44a779f5677766e913c071c build(deps): bump FodyPackaging from 6.1.1 to 6.2.0 (#​2424) @​dependabot
  • b1aa68d7d26813a86b63b966bf630d5301611531 build(deps): bump FodyHelpers from 6.1.1 to 6.2.0 (#​2425) @​dependabot
  • f94db8a93fcf84a5addc59b0febf8469b2dcbb33 build(deps): bump Fody from 6.1.1 to 6.2.0 (#​2426) @​dependabot
  • 552645cfddd1d6babf8a98fe4dd1f747af0e2261 build(deps): bump PublicApiGenerator from 10.0.2 to 10.1.0 (#​2413) @​dependabot
  • e9e43a1ceb6467cae17c90156e949988e24e1e68 build(deps): bump Microsoft.AspNetCore.Components from 3.1.3 to 3.1.4 (#​2410) @​dependabot
  • 22a8c5d4a8134e6a7308b25e467cbd27c64104be build(deps): bump System.Collections.Immutable from 1.7.0 to 1.7.1 (#​2411) @​dependabot
  • e6b793d3a328cf433d2bca035cb2179a995438a1 housekeeping: Updated FxCopAnalyzers to v3.0 (#​2405) @​RLittlesII

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps coverlet.collector from 8.0.1 to 10.0.0
Bumps Microsoft.AspNetCore.OpenApi from 10.0.5 to 10.0.7
Bumps Microsoft.EntityFrameworkCore.Design from 10.0.5 to 10.0.7
Bumps Microsoft.EntityFrameworkCore.InMemory from 10.0.5 to 10.0.7
Bumps Microsoft.EntityFrameworkCore.Sqlite from 10.0.5 to 10.0.7
Bumps NSwag.AspNetCore from 14.7.0 to 14.7.1
Bumps ReactiveUI.Avalonia from 11.4.12 to 12.0.1

---
updated-dependencies:
- dependency-name: coverlet.collector
  dependency-version: 10.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: nuget-updates
- dependency-name: coverlet.collector
  dependency-version: 10.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: nuget-updates
- dependency-name: Microsoft.AspNetCore.OpenApi
  dependency-version: 10.0.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-updates
- dependency-name: Microsoft.EntityFrameworkCore.Design
  dependency-version: 10.0.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-updates
- dependency-name: Microsoft.EntityFrameworkCore.InMemory
  dependency-version: 10.0.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-updates
- dependency-name: Microsoft.EntityFrameworkCore.InMemory
  dependency-version: 10.0.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-updates
- dependency-name: Microsoft.EntityFrameworkCore.Sqlite
  dependency-version: 10.0.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-updates
- dependency-name: NSwag.AspNetCore
  dependency-version: 14.7.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-updates
- dependency-name: ReactiveUI.Avalonia
  dependency-version: 12.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: nuget-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 Apr 22, 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.

Nullable required fields are marked as not null in typescript & C#

0 participants