AArnott / Validation

Method input validation and runtime checks that report errors or throw exceptions when failures are detected.
Microsoft Public License
131 stars 22 forks source link

Framework version 2.0 #88

Closed oghenez closed 2 years ago

oghenez commented 2 years ago

Hi,

Because of the massiveness of my project, upgrading outright to .NET 4.5 isn't feasible right now Any compatible version for .net 2.0 or 3.5

Thanks

AArnott commented 2 years ago

There is not. But I just gave it a few minutes of effort and I can add such support.

AArnott commented 2 years ago

It turned out to take a little more than a few minutes. It turns out that dotnet build on linux doesn't support building libraries that include .resx files that target net35. But I switched to a Windows agent and made a few other changes to make it work and enhance tests a bit too.

AArnott commented 2 years ago

This will go out to nuget.org shortly as a 2.6-beta.