Skip to content

Update to .NET 11#1430

Draft
costellobot wants to merge 8 commits intomainfrom
dotnet-vnext
Draft

Update to .NET 11#1430
costellobot wants to merge 8 commits intomainfrom
dotnet-vnext

Conversation

@costellobot
Copy link
Copy Markdown
Collaborator

@costellobot costellobot commented Feb 12, 2026

Summary 🚀

Update to .NET 11.

Changes 📝

  • Update .NET SDK to 11.0.100
  • Update non-library target frameworks to net11.0
  • Update NuGet package versions for .NET 11.0
  • Fix IDE0370 warnings

Further Reading 📖

🤖 This pull request was generated by GitHub Actions using .NET Bumper.

@costellobot costellobot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file enhancement labels Feb 12, 2026
@codecov
Copy link
Copy Markdown

codecov Bot commented Feb 12, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 56.74%. Comparing base (55d4536) to head (7b00c70).
✅ All tests successful. No failed tests found.

❗ There is a different number of reports uploaded between BASE (55d4536) and HEAD (7b00c70). Click for more details.

HEAD has 1 upload less than BASE
Flag BASE (55d4536) HEAD (7b00c70)
windows 1 0
Additional details and impacted files
@@             Coverage Diff             @@
##             main    #1430       +/-   ##
===========================================
- Coverage   90.81%   56.74%   -34.08%     
===========================================
  Files          23       21        -2     
  Lines        1143     1105       -38     
  Branches       96       91        -5     
===========================================
- Hits         1038      627      -411     
- Misses         80      459      +379     
+ Partials       25       19        -6     
Flag Coverage Δ
linux 56.38% <ø> (-0.19%) ⬇️
macos 56.74% <ø> (+0.18%) ⬆️
windows ?

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Comment thread Directory.Packages.props Outdated
Comment thread Directory.Packages.props Outdated
@martincostello martincostello force-pushed the dotnet-vnext branch 5 times, most recently from 8990c16 to ed59f34 Compare March 13, 2026 20:17
Comment thread Directory.Packages.props Outdated
Comment thread Directory.Packages.props Outdated
@martincostello martincostello force-pushed the dotnet-vnext branch 3 times, most recently from 9f34f29 to 9bc5932 Compare April 21, 2026 19:01
costellobot and others added 8 commits April 22, 2026 18:06
Update to .NET 11 with .NET SDK version 11.0.100-preview.1.26104.118.

Signed-off-by: costellobot <102549341+costellobot@users.noreply.github.com>
- Full nullable annotations.
- Revert TFM changes to library.
* Update .NET SDK

Update .NET SDK to version 11.0.100-preview.2.26159.112.

---
updated-dependencies:
- dependency-name: Microsoft.NET.Sdk
  dependency-version: 11.0.100-preview.2.26159.112
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: costellobot <102549341+costellobot@users.noreply.github.com>

* Bump Microsoft.EntityFrameworkCore.SqlServer from 11.0.0-preview.1.26104.118 to 11.0.0-preview.2.26159.112

Bumps Microsoft.EntityFrameworkCore.SqlServer from 11.0.0-preview.1.26104.118 to 11.0.0-preview.2.26159.112.

---
updated-dependencies:
- dependency-name: Microsoft.EntityFrameworkCore.SqlServer
  dependency-version: 11.0.0-preview.2.26159.112
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: costellobot <102549341+costellobot@users.noreply.github.com>

---------

Signed-off-by: costellobot <102549341+costellobot@users.noreply.github.com>
Update NuGet packages for .NET 11 preview 2.
Removed duplicate Microsoft.Data.SqlClient package entry and updated Microsoft.EntityFrameworkCore.SqlServer version.
Update NuGet package for .NET 11 preview 2.
* Update .NET SDK

Update .NET SDK to version 11.0.100-preview.3.26207.106.

---
updated-dependencies:
- dependency-name: Microsoft.NET.Sdk
  dependency-version: 11.0.100-preview.3.26207.106
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: costellobot <102549341+costellobot@users.noreply.github.com>

* Bump Microsoft.EntityFrameworkCore.SqlServer from 11.0.0-preview.2.26159.112 to 11.0.0-preview.3.26207.106

Bumps Microsoft.EntityFrameworkCore.SqlServer from 11.0.0-preview.2.26159.112 to 11.0.0-preview.3.26207.106.

---
updated-dependencies:
- dependency-name: Microsoft.EntityFrameworkCore.SqlServer
  dependency-version: 11.0.0-preview.3.26207.106
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: costellobot <102549341+costellobot@users.noreply.github.com>

---------

Signed-off-by: costellobot <102549341+costellobot@users.noreply.github.com>
Update NuGet packages for .NET 11 preview 3.
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 enhancement .NET Pull requests that update .net code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants