This tool is great, at the moment I'm using it but I ended up just copying pieces over to my .net 5 generated context rather then using the output directly, still saving me a ton of time. Anyway, do we know if there is theoretical .net 5 support? Heres what I specifically ran into trying to use it in .net 5:
modelBuilder.Query<MYMODEL>().HasNoKey();
'ModelBuilder' does not contain a definition for query.
Also, probably not .net 5 specific and more related to my project, I got allot of WTF for bigint (Microsoft SQL type), at least in my project that maps just fine to Int64 db type.
Let me know what .NET 5 support is planned I might be able to help out.
Cheers
This tool is great, at the moment I'm using it but I ended up just copying pieces over to my .net 5 generated context rather then using the output directly, still saving me a ton of time. Anyway, do we know if there is theoretical .net 5 support? Heres what I specifically ran into trying to use it in .net 5:
'ModelBuilder' does not contain a definition for query.
Also, probably not .net 5 specific and more related to my project, I got allot of WTF for bigint (Microsoft SQL type), at least in my project that maps just fine to Int64 db type.
Let me know what .NET 5 support is planned I might be able to help out.
Cheers