AlphaFS icon indicating copy to clipboard operation
AlphaFS copied to clipboard

Tests can not be run for the netstandard2.0 target.

Open alphaleonis opened this issue 7 years ago • 0 comments

There are several methods from System.IO used in the tests that are not available in netstandard2.0. Mainly regarding access control. We should rewrite these tests so we can also run the tests for a netcore app target to verify that the netstandard2.0 version of the library works as it's supposed to.

alphaleonis avatar Oct 13 '18 00:10 alphaleonis