EntityFramework Reverse POCO Code First Generator - Beautifully generated code that is fully customisable. This generator creates code as if you reverse engineered a database and lovingly created the code by hand. It is free to academics (you need a .edu or a .ac email address), not free for commercial use. Obtain your licence from
Hi Simon (@sjh37)
Here is an example of using multi-targeting. This could also help reduce the number of Test.Integration.xxx and maybe use one for netcoreapp3.1;net5.0;net6.0 and one for net461;net462;net471;net472;net48 (and one for netcoreapp2.1;netcoreapp2.2 if you want to continue to support that)
As you test it out you will find a couple of bugs with .NET 6
fix #729
NOTE: you'll need Visual Studio 2022 to compile net6.0
Hi Simon (@sjh37) Here is an example of using multi-targeting. This could also help reduce the number of Test.Integration.xxx and maybe use one for netcoreapp3.1;net5.0;net6.0 and one for net461;net462;net471;net472;net48 (and one for netcoreapp2.1;netcoreapp2.2 if you want to continue to support that) As you test it out you will find a couple of bugs with .NET 6 fix #729
NOTE: you'll need Visual Studio 2022 to compile net6.0