Closed 304NotModified closed 3 years ago
A couple ideas:
1) Update Classes.csproj to be .NET Standard. Ideally all example projects would be able to reference it 2) If that doesn't work, add another .NET 5 project that includes most of the same files. The "records" example could be included in the new project but not in the old.
C# 9 record support is checked in and released with 2.5.7.
great!
Should fix #6
untested! I cannot use
records
in the https://github.com/RandomEngy/UnitTestBoilerplateGenerator/blob/master/Sandbox/Classes/Classes.csproj project?