-
Notifications
You must be signed in to change notification settings - Fork 1k
Closed
Labels
Description
Think i've wondered this before after seeing differences between the way that .NET and .NET Core handle validation of characters in paths, but thinking about it again in regards to code page handling with #427:
The unit tests are currently run as .NET Core 2.0 only, but they could be made to multi-target both some version of Core, and .NET 4.5 as well (to match the targets on the lib itself) ?
VS 2019 and the dotnet command line tools will handle that ok (will run under multiple frameworks and display multiple results sets), though the test runner in VS 2017 will only run one of the targets.