-
-
Notifications
You must be signed in to change notification settings - Fork 161
chore(deps): upgrade project to .NET 10 #524
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
Conversation
|
@copilot researching and trying to resolve a publish error caused by upgrading to today's release of .net 10: Optimizing DbContext...
/home/runner/.nuget/packages/microsoft.entityframeworkcore.tasks/10.0.0/buildTransitive/Microsoft.EntityFrameworkCore.Tasks.targets(98,5): warning : NativeAOT support is experimental and can change in the future. [/home/runner/work/GZCTF/GZCTF/src/GZCTF/GZCTF.csproj]
Error: /home/runner/work/GZCTF/GZCTF/src/GZCTF/obj/Release/net10.0/ExerciseDependencyEntityType.g.cs(265,356): error CS1503: Argument 1: cannot convert from 'Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IInternalEntry' to 'Microsoft.EntityFrameworkCore.Metadata.IPropertyBase' [/home/runner/work/GZCTF/GZCTF/src/GZCTF/GZCTF.csproj]Summary the reason and give me a feedback as result. Try to make the ci works. |
|
@GZTimeWalker I've opened a new pull request, #525, to work on those changes. Once the pull request is ready, I'll request review from you. |
9fcb149 to
34cb1b6
Compare
Npgsql.EntityFrameworkCore.PostgreSQL