alphaleonis / AlphaFS

AlphaFS is a .NET library providing more complete Win32 file system functionality to the .NET platform than the standard System.IO classes.
http://alphafs.alphaleonis.com/
MIT License
558 stars 99 forks source link

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

Open alphaleonis opened 5 years ago

alphaleonis commented 5 years ago

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.