-
Notifications
You must be signed in to change notification settings - Fork 22
feat: Upgrade to dotnet version 10 #658
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: André Silva <[email protected]>
Signed-off-by: André Silva <[email protected]>
Signed-off-by: André Silva <[email protected]>
Signed-off-by: André Silva <[email protected]>
Signed-off-by: André Silva <[email protected]>
…sions Signed-off-by: André Silva <[email protected]>
…0.0 in target framework options Signed-off-by: André Silva <[email protected]>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #658 +/- ##
=======================================
Coverage 93.21% 93.21%
=======================================
Files 69 69
Lines 2993 2993
Branches 359 359
=======================================
Hits 2790 2790
Misses 143 143
Partials 60 60 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Signed-off-by: André Silva <[email protected]>
…on 10.0.0 and upgrade Microsoft.AspNetCore.TestHost versions for net8.0 and net9.0 Signed-off-by: André Silva <[email protected]>
…Versions for versioning Signed-off-by: André Silva <[email protected]>
kylejuliandev
approved these changes
Dec 2, 2025
benjiro
approved these changes
Dec 3, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR
This pull request adds support for .NET 10.0 across the codebase, updating project files, dependencies, and build/test configurations to ensure compatibility. It also updates the devcontainer and global SDK version to .NET 10.0, and makes minor dependency version bumps for related packages.
.NET 10.0 Support and Configuration Updates:
net10.0toTargetFrameworksin main, test, and sample project files, ensuring all relevant projects can build and run against .NET 10.0. (src/Directory.Build.props,test/Directory.Build.props,test/OpenFeature.AotCompatibility/OpenFeature.AotCompatibility.csproj,test/OpenFeature.Benchmarks/OpenFeature.Benchmarks.csproj,test/OpenFeature.IntegrationTests/OpenFeature.IntegrationTests.csproj, [1] [2] [3] [4] [5].devcontainer/devcontainer.json, .devcontainer/devcontainer.jsonL3-R7)global.jsonto require .NET SDK version 10.0.100. (global.json, global.jsonL4-R4)net10.0as a valid target. (docs/AOT_COMPATIBILITY.md, docs/AOT_COMPATIBILITY.mdL29-R29)-f net10.0in the publish step. (.github/workflows/aot-compatibility.yml, .github/workflows/aot-compatibility.ymlR84)Dependency and Package Version Updates:
net10.0inDirectory.Packages.props, includingMicrosoft.Extensions.Diagnostics.TestingandMicrosoft.AspNetCore.TestHostat version 10.0.0. (Directory.Packages.props, [1] [2] [3]Test Project Adjustments:
TargetFrameworkshandling in test project files to align with new .NET 10.0 support. (test/OpenFeature.E2ETests/OpenFeature.E2ETests.csproj,test/OpenFeature.Hosting.Tests/OpenFeature.Hosting.Tests.csproj,test/OpenFeature.Providers.MultiProvider.Tests/OpenFeature.Providers.MultiProvider.Tests.csproj,test/OpenFeature.Tests/OpenFeature.Tests.csproj, [1] [2] [3] [4]Related Issues
Fixes #647