I've seen many posts and answers regarding how to mark a field as the identity column. Many of them are outdated and are targeting older versions of Entity Framework....Some resources tell me to use an attribute on the field:...[DatabaseGenerated(Database...
I have a problem during compilation for two .NET class libraries.
the problem occur during build targeting .NET4.6.1 (or 4.5.2, 4.6 or other, I've try all).....NET Framework 4.6 error CS0012: The type 'Func<,>' is defined in an
assembly that is not refe...
It is an ...UWP...application using a ...SQLite... database. Below, the dependencies for this application:...{
"dependencies": {
"Microsoft.EntityFrameworkCore.Sqlite": "1.0.1",
"Microsoft.EntityFrameworkCore.Tools": "1.0.0-preview2-final",
...
I have a repository library that I use with an MVC application. It works great without any issues....Currently, I'm building a new Client application using .Net Core. I referenced my existing repository project which has target framework 4.6.1. I can buil...