Skip to content

Update to .NET 10 #2106

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from
Draft

Update to .NET 10 #2106

wants to merge 4 commits into from

Conversation

costellobot
Copy link
Collaborator

@costellobot costellobot commented Feb 25, 2025

Summary 🚀

Update to .NET 10.

This pull request is targeting a preview version of .NET.

These changes should not be merged before .NET 10 reaches the release candidate stage.

Changes 📝

  • Update .NET SDK to 10.0.100-preview.1.25120.13
  • Update target framework to net10.0

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 25, 2025
Copy link

codecov bot commented Feb 25, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 60.39%. Comparing base (0e1c358) to head (34756f1).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2106   +/-   ##
=======================================
  Coverage   60.39%   60.39%           
=======================================
  Files         138      138           
  Lines        3530     3530           
  Branches      465      454   -11     
=======================================
  Hits         2132     2132           
- Misses       1386     1398   +12     
+ Partials       12        0   -12     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Copy link
Collaborator Author

@costellobot costellobot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Device URL
desktop https://localhost:50001

Device URL
mobile https://localhost:50001

Not what you expected? Are your scores flaky? GitHub runners could be the cause.
Try running on Foo instead

@martincostello
Copy link
Owner

@costellobot rebase

@martincostello
Copy link
Owner

@costellobot rebase

martincostello and others added 4 commits May 1, 2025 04:57
Update to .NET 10 with .NET SDK version 10.0.100-preview.1.25120.13.

Co-Authored-By: costellobot <[email protected]>
* Update .NET SDK

Update .NET SDK to version 10.0.100-preview.2.25164.34.

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

Signed-off-by: costellobot <[email protected]>

* Bump .NET NuGet packages

Bumps .NET dependencies to their latest versions for the .NET 10.0.100-preview.2.25164.34 SDK.

Bumps Microsoft.AspNetCore.Mvc.Testing from 10.0.0-preview.1.25120.3 to 10.0.0-preview.2.25164.1.
Bumps Microsoft.AspNetCore.OpenApi from 10.0.0-preview.1.25120.3 to 10.0.0-preview.2.25164.1.
Bumps Microsoft.Extensions.Caching.Memory from 10.0.0-preview.1.25080.5 to 10.0.0-preview.2.25163.2.

---
updated-dependencies:
- dependency-name: Microsoft.AspNetCore.Mvc.Testing
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Microsoft.AspNetCore.OpenApi
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Microsoft.Extensions.Caching.Memory
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: costellobot <[email protected]>

* Bump OpenAPI package

Update to Microsoft.OpenApi 2.0.0-preview7.

* Fix build

Disable OpenAPI XML source generator due to compilation issues.

---------

Signed-off-by: costellobot <[email protected]>
Co-authored-by: martincostello <[email protected]>
Remove workarounds for `IDE0306` false positives.
* Update .NET SDK

Update .NET SDK to version 10.0.100-preview.3.25201.16.

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

Signed-off-by: costellobot <[email protected]>

* Bump .NET NuGet packages

Bumps .NET dependencies to their latest versions for the .NET 10.0.100-preview.3.25201.16 SDK.

Bumps Microsoft.AspNetCore.Mvc.Testing from 10.0.0-preview.2.25164.1 to 10.0.0-preview.3.25172.1.
Bumps Microsoft.AspNetCore.OpenApi from 10.0.0-preview.2.25164.1 to 10.0.0-preview.3.25172.1.
Bumps Microsoft.Extensions.Caching.Memory from 10.0.0-preview.2.25163.2 to 10.0.0-preview.3.25171.5.

---
updated-dependencies:
- dependency-name: Microsoft.AspNetCore.Mvc.Testing
  dependency-version: 10.0.0-preview.3.25172.1
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Microsoft.AspNetCore.OpenApi
  dependency-version: 10.0.0-preview.3.25172.1
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Microsoft.Extensions.Caching.Memory
  dependency-version: 10.0.0-preview.3.25171.5
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: costellobot <[email protected]>

---------

Signed-off-by: costellobot <[email protected]>
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