Hello,
It seems like many things are not working correctly in .net 8.
When I attempt to use the Microsoft template and add Microsoft.EntityFrameworkCore 8.0.0, it is successful. But when I attempt to add Microsoft.EntityFrameworkCore.SqlServer 8.0.0, I receive the message System.Windows.Extensions 6.0.0 is not compatible with net8.0. If I install System.Windows.Extensions 8.0.0, then I can install Microsoft.EntityFrameworkCore.SqlServer 8.0.0, but then an error is received that System.Runtime.CompilerServices.Unsafe doesn't support net8.0.
Is .net 8 prime time? Has anyone else encountered these issues?
Sam HobbsPosted Nov 20, 2023, 4:28 PM
In Nuget each package has a list of what it supports, As far as I know, the version numbers of Entity Framework Core are unrelated to the version numbers of .Net Core. You should use the information for each package to determine compatibility.
Ratul KoleyPosted Nov 20, 2023, 12:24 PM
no not yet facing the issue
my advice will be use 7 for now until they realease next update