EntityFramework-Reverse-POCO-Code-First-Generator icon indicating copy to clipboard operation
EntityFramework-Reverse-POCO-Code-First-Generator copied to clipboard

multi-target tests

Open bobbyangers opened this issue 3 years ago • 0 comments

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

bobbyangers avatar Nov 18 '21 15:11 bobbyangers