System.IO.Abstractions
System.IO.Abstractions copied to clipboard
feat: add CreateSymbolicLink support
Adds a FileSystemInfo extension for wrapping convenience. Adds FEATURE_CREATE_SYMBOLIC_LINK to the build properties. Includes mock implementations and mock tests. Updates the ApiParityTests to no longer ignore CreateSymbolicLink for .net 6.0. Bumps the version in version.json.
See #869