-
Notifications
You must be signed in to change notification settings - Fork 242
Open
Description
Microsoft.VisualStudio.Web.CodeGeneration.Design 9.0.0 Nugget install will report several warning on .NET 10 projects.
"Warning NU1608: A package version was detected outside the dependency constraint: Microsoft.CodeAnalysis.CSharp.Features 4.8.0 requires Microsoft.CodeAnalysis.CSharp (= 4.8.0), but the Microsoft.CodeAnalysis.CSharp 4.14.0 version has already been resolved."
This warning turns on Error when try to do Scaffold on Project
Scaffold-DbContext Name=ConnectionStrings:AzureConnection Microsoft.EntityFrameWorkCore.SqlServer -outputdir Models -context AssetCareDbContext -contextdir Repository -DataAnnotations -Force
Previously with .NET9 Scaffold works perfectly with this command
Metadata
Metadata
Assignees
Labels
No labels