Closed Anil86 closed 3 years ago
I'll be checking
I also have this issue with Microsoft.EntityFrameworkcore.sqlite
version 3.1.3.
I have discovered the solution. Adding <PackageReference Include="sqlite-net-pcl" Version="1.7.335" />
to my csproj solved the issue. There was just a version mismatch
Same problem, same resolution here. The bug would be easily fixed by updating sqlite-net-pcl
to 1.7.335 in the library (<PackageReference Include="sqlite-net-pcl" Version="1.7.335" />
), but it would require dumping .NET Framework 4.5 version, since 1.7.335 doesn't support 4.5 :/
same issue. please update.
Same problem, same resolution here. The bug would be easily fixed by updating
sqlite-net-pcl
to 1.7.335 in the library (<PackageReference Include="sqlite-net-pcl" Version="1.7.335" />
), but it would require dumping .NET Framework 4.5 version, since 1.7.335 doesn't support 4.5 :/
So as not to break compatibility with those who are still using .net 4.5
I'm using SQLite as the database for my app. So I installed
Microsoft.EntityFrameworkCore.Sqlite
version 3.1.7 nuget & ran the project (Blazor Server App) which caused following exception: