Asp.net – SqlException: Incorrect syntax near '$'. After Upgrading EFCore 7 To 8
I have an ASP project which uses Code First EF Core. After Upgrading Dotnet7 to Dotnet8 and also EFCore Packages I've faced with an error SqlException: Incorrect syntax near '$'. This is query from profiler exec sp_executesql N'SELECT [t].[id], [t].[idDatetime],…