diff --git a/Directory.Build.props b/Directory.Build.props index d6c0e5486..510bed48f 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -11,9 +11,8 @@ MIT README.md $(DefineConstants);FEATURE_FILE_SYSTEM_ACL_EXTENSIONS - $(DefineConstants);FEATURE_ASYNC_FILE;FEATURE_ENUMERATION_OPTIONS;FEATURE_ADVANCED_PATH_OPERATIONS;FEATURE_PATH_JOIN_WITH_SPAN;FEATURE_SPAN - $(DefineConstants);FEATURE_FILE_MOVE_WITH_OVERWRITE;FEATURE_SUPPORTED_OS_ATTRIBUTE;FEATURE_FILE_SYSTEM_WATCHER_FILTERS;FEATURE_ENDS_IN_DIRECTORY_SEPARATOR;FEATURE_PATH_JOIN_WITH_PARAMS;FEATURE_PATH_JOIN_WITH_FOUR_PATHS - $(DefineConstants);FEATURE_FILE_SYSTEM_INFO_LINK_TARGET;FEATURE_CREATE_SYMBOLIC_LINK;FEATURE_FILESTREAM_OPTIONS + $(DefineConstants);FEATURE_ASYNC_FILE;FEATURE_ENUMERATION_OPTIONS;FEATURE_ADVANCED_PATH_OPERATIONS;FEATURE_PATH_JOIN_WITH_SPAN;FEATURE_SPAN + $(DefineConstants);FEATURE_FILE_MOVE_WITH_OVERWRITE;FEATURE_SUPPORTED_OS_ATTRIBUTE;FEATURE_FILE_SYSTEM_WATCHER_FILTERS;FEATURE_ENDS_IN_DIRECTORY_SEPARATOR;FEATURE_PATH_JOIN_WITH_PARAMS;FEATURE_PATH_JOIN_WITH_FOUR_PATHS;FEATURE_FILE_SYSTEM_INFO_LINK_TARGET;FEATURE_CREATE_SYMBOLIC_LINK;FEATURE_FILESTREAM_OPTIONS $(DefineConstants);FEATURE_PATH_EXISTS;FEATURE_FILE_SYSTEM_WATCHER_WAIT_WITH_TIMESPAN;FEATURE_FILE_ATTRIBUTES_VIA_HANDLE;FEATURE_CREATE_TEMP_SUBDIRECTORY;FEATURE_READ_LINES_ASYNC;FEATURE_UNIX_FILE_MODE $(DefineConstants);FEATURE_SERIALIZABLE diff --git a/benchmarks/TestableIO.System.IO.Abstractions.Benchmarks/TestableIO.System.IO.Abstractions.Benchmarks.csproj b/benchmarks/TestableIO.System.IO.Abstractions.Benchmarks/TestableIO.System.IO.Abstractions.Benchmarks.csproj index 38542eab0..f86282171 100644 --- a/benchmarks/TestableIO.System.IO.Abstractions.Benchmarks/TestableIO.System.IO.Abstractions.Benchmarks.csproj +++ b/benchmarks/TestableIO.System.IO.Abstractions.Benchmarks/TestableIO.System.IO.Abstractions.Benchmarks.csproj @@ -3,7 +3,7 @@ TestableIO.System.IO.Abstractions.Benchmarks TestableIO.System.IO.Abstractions.Benchmarks Bencharmks comparisons. - net5.0;netcoreapp3.1;net462 + net8.0;net462 https://github.com/TestableIO/System.IO.Abstractions MIT testing diff --git a/src/System.IO.Abstractions.TestingHelpers/System.IO.Abstractions.TestingHelpers.csproj b/src/System.IO.Abstractions.TestingHelpers/System.IO.Abstractions.TestingHelpers.csproj index 9099280de..3ce79bd92 100644 --- a/src/System.IO.Abstractions.TestingHelpers/System.IO.Abstractions.TestingHelpers.csproj +++ b/src/System.IO.Abstractions.TestingHelpers/System.IO.Abstractions.TestingHelpers.csproj @@ -3,7 +3,7 @@ System.IO.Abstractions.TestingHelpers System.IO.Abstractions.TestingHelpers A set of pre-built mocks to help when testing file system interactions. - net7.0;net6.0;net5.0;netstandard2.1;netstandard2.0;net462 + net7.0;net6.0;netstandard2.1;netstandard2.0;net462 icon_256x256.png diff --git a/src/System.IO.Abstractions/System.IO.Abstractions.csproj b/src/System.IO.Abstractions/System.IO.Abstractions.csproj index 988dc48c4..e7f15ba86 100644 --- a/src/System.IO.Abstractions/System.IO.Abstractions.csproj +++ b/src/System.IO.Abstractions/System.IO.Abstractions.csproj @@ -3,7 +3,7 @@ System.IO.Abstractions System.IO.Abstractions A set of abstractions to help make file system interactions testable. - net7.0;net6.0;net5.0;netstandard2.1;netstandard2.0;net462 + net7.0;net6.0;netstandard2.1;netstandard2.0;net462 icon_256x256.png diff --git a/src/TestableIO.System.IO.Abstractions.TestingHelpers/TestableIO.System.IO.Abstractions.TestingHelpers.csproj b/src/TestableIO.System.IO.Abstractions.TestingHelpers/TestableIO.System.IO.Abstractions.TestingHelpers.csproj index 3a9100234..5d2c71fe5 100644 --- a/src/TestableIO.System.IO.Abstractions.TestingHelpers/TestableIO.System.IO.Abstractions.TestingHelpers.csproj +++ b/src/TestableIO.System.IO.Abstractions.TestingHelpers/TestableIO.System.IO.Abstractions.TestingHelpers.csproj @@ -3,7 +3,7 @@ TestableIO.System.IO.Abstractions.TestingHelpers System.IO.Abstractions.TestingHelpers A set of pre-built mocks to help when testing file system interactions. - net8.0;net7.0;net6.0;net5.0;netstandard2.1;netstandard2.0;net462 + net8.0;net7.0;net6.0;netstandard2.1;netstandard2.0;net462 icon_256x256.png diff --git a/src/TestableIO.System.IO.Abstractions.Wrappers/TestableIO.System.IO.Abstractions.Wrappers.csproj b/src/TestableIO.System.IO.Abstractions.Wrappers/TestableIO.System.IO.Abstractions.Wrappers.csproj index d8b74b35f..f58071f8a 100644 --- a/src/TestableIO.System.IO.Abstractions.Wrappers/TestableIO.System.IO.Abstractions.Wrappers.csproj +++ b/src/TestableIO.System.IO.Abstractions.Wrappers/TestableIO.System.IO.Abstractions.Wrappers.csproj @@ -3,15 +3,12 @@ TestableIO.System.IO.Abstractions.Wrappers System.IO.Abstractions A set of abstractions to help make file system interactions testable. - net8.0;net7.0;net6.0;net5.0;netstandard2.1;netstandard2.0;net462 + net8.0;net7.0;net6.0;netstandard2.1;netstandard2.0;net462 icon_256x256.png - - - all diff --git a/src/TestableIO.System.IO.Abstractions/TestableIO.System.IO.Abstractions.csproj b/src/TestableIO.System.IO.Abstractions/TestableIO.System.IO.Abstractions.csproj index 291e12eb0..86d0f89d5 100644 --- a/src/TestableIO.System.IO.Abstractions/TestableIO.System.IO.Abstractions.csproj +++ b/src/TestableIO.System.IO.Abstractions/TestableIO.System.IO.Abstractions.csproj @@ -3,7 +3,7 @@ TestableIO.System.IO.Abstractions System.IO.Abstractions A set of abstractions to help make file system interactions testable. - net8.0;net7.0;net6.0;net5.0;netstandard2.1;netstandard2.0;net462 + net8.0;net7.0;net6.0;netstandard2.1;netstandard2.0;net462 icon_256x256.png enable preview diff --git a/tests/TestableIO.System.IO.Abstractions.TestingHelpers.Tests/TestableIO.System.IO.Abstractions.TestingHelpers.Tests.csproj b/tests/TestableIO.System.IO.Abstractions.TestingHelpers.Tests/TestableIO.System.IO.Abstractions.TestingHelpers.Tests.csproj index e95ffcfb4..2b0ff580c 100644 --- a/tests/TestableIO.System.IO.Abstractions.TestingHelpers.Tests/TestableIO.System.IO.Abstractions.TestingHelpers.Tests.csproj +++ b/tests/TestableIO.System.IO.Abstractions.TestingHelpers.Tests/TestableIO.System.IO.Abstractions.TestingHelpers.Tests.csproj @@ -1,6 +1,6 @@  - net8.0;net7.0;net6.0;net5.0;netcoreapp3.1 + net8.0;net7.0;net6.0 $(TargetFrameworks);net462 The unit tests for our pre-built mocks System.IO.Abstractions.TestingHelpers.Tests diff --git a/tests/TestableIO.System.IO.Abstractions.Wrappers.Tests/ApiParityTests.cs b/tests/TestableIO.System.IO.Abstractions.Wrappers.Tests/ApiParityTests.cs index 8d337c177..706b06a2c 100644 --- a/tests/TestableIO.System.IO.Abstractions.Wrappers.Tests/ApiParityTests.cs +++ b/tests/TestableIO.System.IO.Abstractions.Wrappers.Tests/ApiParityTests.cs @@ -97,14 +97,8 @@ public ApiDiff(IEnumerable extraMembers, IEnumerable missingMemb public string[] MissingMembers { get; } } -#if NETCOREAPP3_1 - private const string snapshotSuffix = ".NET Core 3.1"; -#elif NETCOREAPP2_1 - private const string snapshotSuffix = ".NET Core 2.1"; -#elif NET462 +#if NET462 private const string snapshotSuffix = ".NET Framework 4.6.2"; -#elif NET5_0 - private const string snapshotSuffix = ".NET 5.0"; #elif NET6_0 private const string snapshotSuffix = ".NET 6.0"; #elif NET7_0 diff --git a/tests/TestableIO.System.IO.Abstractions.Wrappers.Tests/TestableIO.System.IO.Abstractions.Wrappers.Tests.csproj b/tests/TestableIO.System.IO.Abstractions.Wrappers.Tests/TestableIO.System.IO.Abstractions.Wrappers.Tests.csproj index 2c3506fa9..c2bc2b663 100644 --- a/tests/TestableIO.System.IO.Abstractions.Wrappers.Tests/TestableIO.System.IO.Abstractions.Wrappers.Tests.csproj +++ b/tests/TestableIO.System.IO.Abstractions.Wrappers.Tests/TestableIO.System.IO.Abstractions.Wrappers.Tests.csproj @@ -1,6 +1,6 @@  - net8.0;net7.0;net6.0;net5.0;netcoreapp3.1 + net8.0;net7.0;net6.0 $(TargetFrameworks);net462 The unit tests for our the core abstractions System.IO.Abstractions.Tests diff --git a/tests/TestableIO.System.IO.Abstractions.Wrappers.Tests/__snapshots__/ApiParityTests.DirectoryInfo_.NET 5.0.snap b/tests/TestableIO.System.IO.Abstractions.Wrappers.Tests/__snapshots__/ApiParityTests.DirectoryInfo_.NET 5.0.snap deleted file mode 100644 index c986824b9..000000000 --- a/tests/TestableIO.System.IO.Abstractions.Wrappers.Tests/__snapshots__/ApiParityTests.DirectoryInfo_.NET 5.0.snap +++ /dev/null @@ -1,9 +0,0 @@ -{ - "ExtraMembers": [], - "MissingMembers": [ - "System.Object GetLifetimeService()", - "System.Object InitializeLifetimeService()", - "Void .ctor(System.String)", - "Void GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)" - ] -} diff --git a/tests/TestableIO.System.IO.Abstractions.Wrappers.Tests/__snapshots__/ApiParityTests.DirectoryInfo_.NET Core 2.1.snap b/tests/TestableIO.System.IO.Abstractions.Wrappers.Tests/__snapshots__/ApiParityTests.DirectoryInfo_.NET Core 2.1.snap deleted file mode 100644 index b20b721b8..000000000 --- a/tests/TestableIO.System.IO.Abstractions.Wrappers.Tests/__snapshots__/ApiParityTests.DirectoryInfo_.NET Core 2.1.snap +++ /dev/null @@ -1,20 +0,0 @@ -{ - "ExtraMembers": [ - "System.Security.AccessControl.DirectorySecurity GetAccessControl()", - "System.Security.AccessControl.DirectorySecurity GetAccessControl(System.Security.AccessControl.AccessControlSections)", - "Void Create(System.Security.AccessControl.DirectorySecurity)", - "Void SetAccessControl(System.Security.AccessControl.DirectorySecurity)" - ], - "MissingMembers": [ - "System.Collections.Generic.IEnumerable`1[System.IO.Abstractions.IDirectoryInfo] EnumerateDirectories(System.String, System.IO.EnumerationOptions)", - "System.Collections.Generic.IEnumerable`1[System.IO.Abstractions.IFileInfo] EnumerateFiles(System.String, System.IO.EnumerationOptions)", - "System.Collections.Generic.IEnumerable`1[System.IO.Abstractions.IFileSystemInfo] EnumerateFileSystemInfos(System.String, System.IO.EnumerationOptions)", - "System.IO.Abstractions.IDirectoryInfo[] GetDirectories(System.String, System.IO.EnumerationOptions)", - "System.IO.Abstractions.IFileInfo[] GetFiles(System.String, System.IO.EnumerationOptions)", - "System.IO.Abstractions.IFileSystemInfo[] GetFileSystemInfos(System.String, System.IO.EnumerationOptions)", - "System.Object GetLifetimeService()", - "System.Object InitializeLifetimeService()", - "Void .ctor(System.String)", - "Void GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)" - ] -} diff --git a/tests/TestableIO.System.IO.Abstractions.Wrappers.Tests/__snapshots__/ApiParityTests.DirectoryInfo_.NET Core 3.1.snap b/tests/TestableIO.System.IO.Abstractions.Wrappers.Tests/__snapshots__/ApiParityTests.DirectoryInfo_.NET Core 3.1.snap deleted file mode 100644 index c986824b9..000000000 --- a/tests/TestableIO.System.IO.Abstractions.Wrappers.Tests/__snapshots__/ApiParityTests.DirectoryInfo_.NET Core 3.1.snap +++ /dev/null @@ -1,9 +0,0 @@ -{ - "ExtraMembers": [], - "MissingMembers": [ - "System.Object GetLifetimeService()", - "System.Object InitializeLifetimeService()", - "Void .ctor(System.String)", - "Void GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)" - ] -} diff --git a/tests/TestableIO.System.IO.Abstractions.Wrappers.Tests/__snapshots__/ApiParityTests.Directory_.NET 5.0.snap b/tests/TestableIO.System.IO.Abstractions.Wrappers.Tests/__snapshots__/ApiParityTests.Directory_.NET 5.0.snap deleted file mode 100644 index 7cb3b9523..000000000 --- a/tests/TestableIO.System.IO.Abstractions.Wrappers.Tests/__snapshots__/ApiParityTests.Directory_.NET 5.0.snap +++ /dev/null @@ -1,4 +0,0 @@ -{ - "ExtraMembers": [], - "MissingMembers": [] -} diff --git a/tests/TestableIO.System.IO.Abstractions.Wrappers.Tests/__snapshots__/ApiParityTests.Directory_.NET Core 2.1.snap b/tests/TestableIO.System.IO.Abstractions.Wrappers.Tests/__snapshots__/ApiParityTests.Directory_.NET Core 2.1.snap deleted file mode 100644 index 2accb8a3b..000000000 --- a/tests/TestableIO.System.IO.Abstractions.Wrappers.Tests/__snapshots__/ApiParityTests.Directory_.NET Core 2.1.snap +++ /dev/null @@ -1,16 +0,0 @@ -{ - "ExtraMembers": [ - "System.IO.Abstractions.IDirectoryInfo CreateDirectory(System.String, System.Security.AccessControl.DirectorySecurity)", - "System.Security.AccessControl.DirectorySecurity GetAccessControl(System.String)", - "System.Security.AccessControl.DirectorySecurity GetAccessControl(System.String, System.Security.AccessControl.AccessControlSections)", - "Void SetAccessControl(System.String, System.Security.AccessControl.DirectorySecurity)" - ], - "MissingMembers": [ - "System.Collections.Generic.IEnumerable`1[System.String] EnumerateDirectories(System.String, System.String, System.IO.EnumerationOptions)", - "System.Collections.Generic.IEnumerable`1[System.String] EnumerateFileSystemEntries(System.String, System.String, System.IO.EnumerationOptions)", - "System.Collections.Generic.IEnumerable`1[System.String] EnumerateFiles(System.String, System.String, System.IO.EnumerationOptions)", - "System.String[] GetDirectories(System.String, System.String, System.IO.EnumerationOptions)", - "System.String[] GetFileSystemEntries(System.String, System.String, System.IO.EnumerationOptions)", - "System.String[] GetFiles(System.String, System.String, System.IO.EnumerationOptions)" - ] -} diff --git a/tests/TestableIO.System.IO.Abstractions.Wrappers.Tests/__snapshots__/ApiParityTests.Directory_.NET Core 3.1.snap b/tests/TestableIO.System.IO.Abstractions.Wrappers.Tests/__snapshots__/ApiParityTests.Directory_.NET Core 3.1.snap deleted file mode 100644 index 7cb3b9523..000000000 --- a/tests/TestableIO.System.IO.Abstractions.Wrappers.Tests/__snapshots__/ApiParityTests.Directory_.NET Core 3.1.snap +++ /dev/null @@ -1,4 +0,0 @@ -{ - "ExtraMembers": [], - "MissingMembers": [] -} diff --git a/tests/TestableIO.System.IO.Abstractions.Wrappers.Tests/__snapshots__/ApiParityTests.DriveInfo_.NET 5.0.snap b/tests/TestableIO.System.IO.Abstractions.Wrappers.Tests/__snapshots__/ApiParityTests.DriveInfo_.NET 5.0.snap deleted file mode 100644 index 8c885b472..000000000 --- a/tests/TestableIO.System.IO.Abstractions.Wrappers.Tests/__snapshots__/ApiParityTests.DriveInfo_.NET 5.0.snap +++ /dev/null @@ -1,7 +0,0 @@ -{ - "ExtraMembers": [], - "MissingMembers": [ - "System.IO.Abstractions.IDriveInfo[] GetDrives()", - "Void .ctor(System.String)" - ] -} diff --git a/tests/TestableIO.System.IO.Abstractions.Wrappers.Tests/__snapshots__/ApiParityTests.DriveInfo_.NET Core 2.1.snap b/tests/TestableIO.System.IO.Abstractions.Wrappers.Tests/__snapshots__/ApiParityTests.DriveInfo_.NET Core 2.1.snap deleted file mode 100644 index 8c885b472..000000000 --- a/tests/TestableIO.System.IO.Abstractions.Wrappers.Tests/__snapshots__/ApiParityTests.DriveInfo_.NET Core 2.1.snap +++ /dev/null @@ -1,7 +0,0 @@ -{ - "ExtraMembers": [], - "MissingMembers": [ - "System.IO.Abstractions.IDriveInfo[] GetDrives()", - "Void .ctor(System.String)" - ] -} diff --git a/tests/TestableIO.System.IO.Abstractions.Wrappers.Tests/__snapshots__/ApiParityTests.DriveInfo_.NET Core 3.1.snap b/tests/TestableIO.System.IO.Abstractions.Wrappers.Tests/__snapshots__/ApiParityTests.DriveInfo_.NET Core 3.1.snap deleted file mode 100644 index 8c885b472..000000000 --- a/tests/TestableIO.System.IO.Abstractions.Wrappers.Tests/__snapshots__/ApiParityTests.DriveInfo_.NET Core 3.1.snap +++ /dev/null @@ -1,7 +0,0 @@ -{ - "ExtraMembers": [], - "MissingMembers": [ - "System.IO.Abstractions.IDriveInfo[] GetDrives()", - "Void .ctor(System.String)" - ] -} diff --git a/tests/TestableIO.System.IO.Abstractions.Wrappers.Tests/__snapshots__/ApiParityTests.FileInfo_.NET 5.0.snap b/tests/TestableIO.System.IO.Abstractions.Wrappers.Tests/__snapshots__/ApiParityTests.FileInfo_.NET 5.0.snap deleted file mode 100644 index c986824b9..000000000 --- a/tests/TestableIO.System.IO.Abstractions.Wrappers.Tests/__snapshots__/ApiParityTests.FileInfo_.NET 5.0.snap +++ /dev/null @@ -1,9 +0,0 @@ -{ - "ExtraMembers": [], - "MissingMembers": [ - "System.Object GetLifetimeService()", - "System.Object InitializeLifetimeService()", - "Void .ctor(System.String)", - "Void GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)" - ] -} diff --git a/tests/TestableIO.System.IO.Abstractions.Wrappers.Tests/__snapshots__/ApiParityTests.FileInfo_.NET Core 2.1.snap b/tests/TestableIO.System.IO.Abstractions.Wrappers.Tests/__snapshots__/ApiParityTests.FileInfo_.NET Core 2.1.snap deleted file mode 100644 index e2e2adfd7..000000000 --- a/tests/TestableIO.System.IO.Abstractions.Wrappers.Tests/__snapshots__/ApiParityTests.FileInfo_.NET Core 2.1.snap +++ /dev/null @@ -1,13 +0,0 @@ -{ - "ExtraMembers": [ - "System.Security.AccessControl.FileSecurity GetAccessControl()", - "System.Security.AccessControl.FileSecurity GetAccessControl(System.Security.AccessControl.AccessControlSections)", - "Void SetAccessControl(System.Security.AccessControl.FileSecurity)" - ], - "MissingMembers": [ - "System.Object GetLifetimeService()", - "System.Object InitializeLifetimeService()", - "Void .ctor(System.String)", - "Void GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)" - ] -} diff --git a/tests/TestableIO.System.IO.Abstractions.Wrappers.Tests/__snapshots__/ApiParityTests.FileInfo_.NET Core 3.1.snap b/tests/TestableIO.System.IO.Abstractions.Wrappers.Tests/__snapshots__/ApiParityTests.FileInfo_.NET Core 3.1.snap deleted file mode 100644 index 504fba3c8..000000000 --- a/tests/TestableIO.System.IO.Abstractions.Wrappers.Tests/__snapshots__/ApiParityTests.FileInfo_.NET Core 3.1.snap +++ /dev/null @@ -1,10 +0,0 @@ -{ - "ExtraMembers": [], - "MissingMembers": [ - "System.Object GetLifetimeService()", - "System.Object InitializeLifetimeService()", - "Void .ctor(System.String)", - "Void GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)", - "Void MoveTo(System.String, Boolean)" - ] -} diff --git a/tests/TestableIO.System.IO.Abstractions.Wrappers.Tests/__snapshots__/ApiParityTests.FileSystemWatcher_.NET 5.0.snap b/tests/TestableIO.System.IO.Abstractions.Wrappers.Tests/__snapshots__/ApiParityTests.FileSystemWatcher_.NET 5.0.snap deleted file mode 100644 index cfd946350..000000000 --- a/tests/TestableIO.System.IO.Abstractions.Wrappers.Tests/__snapshots__/ApiParityTests.FileSystemWatcher_.NET 5.0.snap +++ /dev/null @@ -1,15 +0,0 @@ -{ - "ExtraMembers": [ - "Void Dispose(Boolean)" - ], - "MissingMembers": [ - "System.EventHandler Disposed", - "System.Object GetLifetimeService()", - "System.Object InitializeLifetimeService()", - "Void .ctor()", - "Void .ctor(System.String)", - "Void .ctor(System.String, System.String)", - "Void add_Disposed(System.EventHandler)", - "Void remove_Disposed(System.EventHandler)" - ] -} diff --git a/tests/TestableIO.System.IO.Abstractions.Wrappers.Tests/__snapshots__/ApiParityTests.FileSystemWatcher_.NET Core 2.1.snap b/tests/TestableIO.System.IO.Abstractions.Wrappers.Tests/__snapshots__/ApiParityTests.FileSystemWatcher_.NET Core 2.1.snap deleted file mode 100644 index 88e8f40d4..000000000 --- a/tests/TestableIO.System.IO.Abstractions.Wrappers.Tests/__snapshots__/ApiParityTests.FileSystemWatcher_.NET Core 2.1.snap +++ /dev/null @@ -1,17 +0,0 @@ -{ - "ExtraMembers": [ - "Void Dispose(Boolean)" - ], - "MissingMembers": [ - "System.ComponentModel.IContainer Container", - "System.ComponentModel.IContainer get_Container()", - "System.EventHandler Disposed", - "System.Object GetLifetimeService()", - "System.Object InitializeLifetimeService()", - "Void .ctor()", - "Void .ctor(System.String)", - "Void .ctor(System.String, System.String)", - "Void add_Disposed(System.EventHandler)", - "Void remove_Disposed(System.EventHandler)" - ] -} diff --git a/tests/TestableIO.System.IO.Abstractions.Wrappers.Tests/__snapshots__/ApiParityTests.FileSystemWatcher_.NET Core 3.1.snap b/tests/TestableIO.System.IO.Abstractions.Wrappers.Tests/__snapshots__/ApiParityTests.FileSystemWatcher_.NET Core 3.1.snap deleted file mode 100644 index 699fe00b8..000000000 --- a/tests/TestableIO.System.IO.Abstractions.Wrappers.Tests/__snapshots__/ApiParityTests.FileSystemWatcher_.NET Core 3.1.snap +++ /dev/null @@ -1,17 +0,0 @@ -{ - "ExtraMembers": [ - "Void Dispose(Boolean)" - ], - "MissingMembers": [ - "System.Collections.ObjectModel.Collection`1[System.String] Filters", - "System.Collections.ObjectModel.Collection`1[System.String] get_Filters()", - "System.EventHandler Disposed", - "System.Object GetLifetimeService()", - "System.Object InitializeLifetimeService()", - "Void .ctor()", - "Void .ctor(System.String)", - "Void .ctor(System.String, System.String)", - "Void add_Disposed(System.EventHandler)", - "Void remove_Disposed(System.EventHandler)" - ] -} diff --git a/tests/TestableIO.System.IO.Abstractions.Wrappers.Tests/__snapshots__/ApiParityTests.File_.NET 5.0.snap b/tests/TestableIO.System.IO.Abstractions.Wrappers.Tests/__snapshots__/ApiParityTests.File_.NET 5.0.snap deleted file mode 100644 index 7cb3b9523..000000000 --- a/tests/TestableIO.System.IO.Abstractions.Wrappers.Tests/__snapshots__/ApiParityTests.File_.NET 5.0.snap +++ /dev/null @@ -1,4 +0,0 @@ -{ - "ExtraMembers": [], - "MissingMembers": [] -} diff --git a/tests/TestableIO.System.IO.Abstractions.Wrappers.Tests/__snapshots__/ApiParityTests.File_.NET Core 2.1.snap b/tests/TestableIO.System.IO.Abstractions.Wrappers.Tests/__snapshots__/ApiParityTests.File_.NET Core 2.1.snap deleted file mode 100644 index 825c0b36d..000000000 --- a/tests/TestableIO.System.IO.Abstractions.Wrappers.Tests/__snapshots__/ApiParityTests.File_.NET Core 2.1.snap +++ /dev/null @@ -1,23 +0,0 @@ -{ - "ExtraMembers": [ - "System.Security.AccessControl.FileSecurity GetAccessControl(System.String)", - "System.Security.AccessControl.FileSecurity GetAccessControl(System.String, System.Security.AccessControl.AccessControlSections)", - "Void SetAccessControl(System.String, System.Security.AccessControl.FileSecurity)" - ], - "MissingMembers": [ - "System.Threading.Tasks.Task AppendAllLinesAsync(System.String, System.Collections.Generic.IEnumerable`1[System.String], System.Text.Encoding, System.Threading.CancellationToken)", - "System.Threading.Tasks.Task AppendAllLinesAsync(System.String, System.Collections.Generic.IEnumerable`1[System.String], System.Threading.CancellationToken)", - "System.Threading.Tasks.Task AppendAllTextAsync(System.String, System.String, System.Text.Encoding, System.Threading.CancellationToken)", - "System.Threading.Tasks.Task AppendAllTextAsync(System.String, System.String, System.Threading.CancellationToken)", - "System.Threading.Tasks.Task WriteAllBytesAsync(System.String, Byte[], System.Threading.CancellationToken)", - "System.Threading.Tasks.Task WriteAllLinesAsync(System.String, System.Collections.Generic.IEnumerable`1[System.String], System.Text.Encoding, System.Threading.CancellationToken)", - "System.Threading.Tasks.Task WriteAllLinesAsync(System.String, System.Collections.Generic.IEnumerable`1[System.String], System.Threading.CancellationToken)", - "System.Threading.Tasks.Task WriteAllTextAsync(System.String, System.String, System.Text.Encoding, System.Threading.CancellationToken)", - "System.Threading.Tasks.Task WriteAllTextAsync(System.String, System.String, System.Threading.CancellationToken)", - "System.Threading.Tasks.Task`1[System.Byte[]] ReadAllBytesAsync(System.String, System.Threading.CancellationToken)", - "System.Threading.Tasks.Task`1[System.String[]] ReadAllLinesAsync(System.String, System.Text.Encoding, System.Threading.CancellationToken)", - "System.Threading.Tasks.Task`1[System.String[]] ReadAllLinesAsync(System.String, System.Threading.CancellationToken)", - "System.Threading.Tasks.Task`1[System.String] ReadAllTextAsync(System.String, System.Text.Encoding, System.Threading.CancellationToken)", - "System.Threading.Tasks.Task`1[System.String] ReadAllTextAsync(System.String, System.Threading.CancellationToken)" - ] -} diff --git a/tests/TestableIO.System.IO.Abstractions.Wrappers.Tests/__snapshots__/ApiParityTests.File_.NET Core 3.1.snap b/tests/TestableIO.System.IO.Abstractions.Wrappers.Tests/__snapshots__/ApiParityTests.File_.NET Core 3.1.snap deleted file mode 100644 index a72f89d15..000000000 --- a/tests/TestableIO.System.IO.Abstractions.Wrappers.Tests/__snapshots__/ApiParityTests.File_.NET Core 3.1.snap +++ /dev/null @@ -1,6 +0,0 @@ -{ - "ExtraMembers": [], - "MissingMembers": [ - "Void Move(System.String, System.String, Boolean)" - ] -} diff --git a/tests/TestableIO.System.IO.Abstractions.Wrappers.Tests/__snapshots__/ApiParityTests.Path_.NET 5.0.snap b/tests/TestableIO.System.IO.Abstractions.Wrappers.Tests/__snapshots__/ApiParityTests.Path_.NET 5.0.snap deleted file mode 100644 index d83d023ac..000000000 --- a/tests/TestableIO.System.IO.Abstractions.Wrappers.Tests/__snapshots__/ApiParityTests.Path_.NET 5.0.snap +++ /dev/null @@ -1,10 +0,0 @@ -{ - "ExtraMembers": [ - "Char get_AltDirectorySeparatorChar()", - "Char get_DirectorySeparatorChar()", - "Char get_PathSeparator()", - "Char get_VolumeSeparatorChar()", - "Char[] get_InvalidPathChars()" - ], - "MissingMembers": [] -} diff --git a/tests/TestableIO.System.IO.Abstractions.Wrappers.Tests/__snapshots__/ApiParityTests.Path_.NET Core 2.1.snap b/tests/TestableIO.System.IO.Abstractions.Wrappers.Tests/__snapshots__/ApiParityTests.Path_.NET Core 2.1.snap deleted file mode 100644 index bdbd19fc7..000000000 --- a/tests/TestableIO.System.IO.Abstractions.Wrappers.Tests/__snapshots__/ApiParityTests.Path_.NET Core 2.1.snap +++ /dev/null @@ -1,26 +0,0 @@ -{ - "ExtraMembers": [ - "Char get_AltDirectorySeparatorChar()", - "Char get_DirectorySeparatorChar()", - "Char get_PathSeparator()", - "Char get_VolumeSeparatorChar()", - "Char[] get_InvalidPathChars()" - ], - "MissingMembers": [ - "Boolean HasExtension(System.ReadOnlySpan`1[System.Char])", - "Boolean IsPathFullyQualified(System.ReadOnlySpan`1[System.Char])", - "Boolean IsPathFullyQualified(System.String)", - "Boolean IsPathRooted(System.ReadOnlySpan`1[System.Char])", - "Boolean TryJoin(System.ReadOnlySpan`1[System.Char], System.ReadOnlySpan`1[System.Char], System.ReadOnlySpan`1[System.Char], System.Span`1[System.Char], Int32 ByRef)", - "Boolean TryJoin(System.ReadOnlySpan`1[System.Char], System.ReadOnlySpan`1[System.Char], System.Span`1[System.Char], Int32 ByRef)", - "System.ReadOnlySpan`1[System.Char] GetDirectoryName(System.ReadOnlySpan`1[System.Char])", - "System.ReadOnlySpan`1[System.Char] GetExtension(System.ReadOnlySpan`1[System.Char])", - "System.ReadOnlySpan`1[System.Char] GetFileName(System.ReadOnlySpan`1[System.Char])", - "System.ReadOnlySpan`1[System.Char] GetFileNameWithoutExtension(System.ReadOnlySpan`1[System.Char])", - "System.ReadOnlySpan`1[System.Char] GetPathRoot(System.ReadOnlySpan`1[System.Char])", - "System.String GetFullPath(System.String, System.String)", - "System.String GetRelativePath(System.String, System.String)", - "System.String Join(System.ReadOnlySpan`1[System.Char], System.ReadOnlySpan`1[System.Char])", - "System.String Join(System.ReadOnlySpan`1[System.Char], System.ReadOnlySpan`1[System.Char], System.ReadOnlySpan`1[System.Char])" - ] -} diff --git a/tests/TestableIO.System.IO.Abstractions.Wrappers.Tests/__snapshots__/ApiParityTests.Path_.NET Core 3.1.snap b/tests/TestableIO.System.IO.Abstractions.Wrappers.Tests/__snapshots__/ApiParityTests.Path_.NET Core 3.1.snap deleted file mode 100644 index 26dafd137..000000000 --- a/tests/TestableIO.System.IO.Abstractions.Wrappers.Tests/__snapshots__/ApiParityTests.Path_.NET Core 3.1.snap +++ /dev/null @@ -1,20 +0,0 @@ -{ - "ExtraMembers": [ - "Char get_AltDirectorySeparatorChar()", - "Char get_DirectorySeparatorChar()", - "Char get_PathSeparator()", - "Char get_VolumeSeparatorChar()", - "Char[] get_InvalidPathChars()" - ], - "MissingMembers": [ - "Boolean EndsInDirectorySeparator(System.ReadOnlySpan`1[System.Char])", - "Boolean EndsInDirectorySeparator(System.String)", - "System.ReadOnlySpan`1[System.Char] TrimEndingDirectorySeparator(System.ReadOnlySpan`1[System.Char])", - "System.String Join(System.ReadOnlySpan`1[System.Char], System.ReadOnlySpan`1[System.Char], System.ReadOnlySpan`1[System.Char], System.ReadOnlySpan`1[System.Char])", - "System.String Join(System.String, System.String)", - "System.String Join(System.String, System.String, System.String)", - "System.String Join(System.String, System.String, System.String, System.String)", - "System.String Join(System.String[])", - "System.String TrimEndingDirectorySeparator(System.String)" - ] -}