Issue / .NET 10 Update#479
Merged
Merged
Conversation
cihandeniz
reviewed
Mar 9, 2026
cihandeniz
reviewed
Mar 13, 2026
Member
cihandeniz
left a comment
There was a problem hiding this comment.
i reviewed except the new recipe design
cihandeniz
reviewed
Mar 15, 2026
cihandeniz
reviewed
Mar 15, 2026
cihandeniz
approved these changes
Mar 15, 2026
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
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.
Upgrade .Net, C# and other versions.
Tasks
10Directory.Build.props,github actions,Dockerfile,.vimspector14checkout@v6setup-dotnet@v5setup-node@v6upload-artifact@v7download-artifact@v8danielpalme/ReportGenerator-GitHub-Action@5.5.3CompareOptions.NumericOrderingproperty of theStringComparerobject if it will make things easier
description support has been added to
ProducesAttribute,ProducesResponseTypeAttribute, andProducesDefaultResponseTypeAttributeRedirectHttpResult.IsLocalUrlin places that check whether the URLredirects to the locale or externally
fieldkeyword in propertiesnameoffor unbound generics. If there were differentapproaches previously because it wasn't allowed, these can be simplified
Spanconversions to array.slnxinstead of.sln. To migrate:dotnet sln migratefor specifying layer builders. exp:
configure.Ui.ComponentPresets(...)Microsoft Testing Platformfor testing<OutputType>Exe</OutputType>to all test projects<EnableNUnitRunner>true</EnableNUnitRunner>toDirectory.Build.Propsglobal.json{ "test": { "runner": "Microsoft.Testing.Platform" } }to be sure)
HttpContentnow returnsBrowserHttpReadStreaminstead ofMemoryStreamdotnet restore. If theerror encountered cannot be resolved, the warning level can be lowered in
Directory.Build.propsor the relevant warning can be ignoredMicrosoft.Extensions.ValidationMicrosoft.OpenApi.Modelsno more exist. useMicrosoft.OpenApiIf null, initialization is required.
OpenApiSecurityRequirementnow takes,OpenApiSecuritySchemeReferenceand
List<string>ISchemaFilter;OpenApiSchemais nowIOpenApiSchemaschema.Typeis nowJsonSchemaTypeschema.Propertiesnow nullableschema.Exampleis nowJsonNodeMicrosoft.AspNetCore.Localization.There is no longer a need to import this package separately
dotnet restoreis waiting for user input, it should be set to--interactive falsecoverage, you may need to set
EnableDynamicNativeInstrumentationtotruedefault!usage is the general rule, disable IDE warnings in theeditor configuration.
Additional Tasks