Skip to content

Releases: TestableIO/System.IO.Abstractions

v4.2.13

15 May 19:16
Compare
Choose a tag to compare
Truncate existing files when writing via FileMode.Create/CreateNew (#…

v4.2.12

15 May 17:45
a85d997
Compare
Choose a tag to compare
Merge pull request #474 from System-IO-Abstractions/dependabot/nuget/…

v4.2.10

10 May 21:21
Compare
Choose a tag to compare
Bump Microsoft.NET.Test.Sdk from 16.0.1 to 16.1.0

Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 16.0.1 to 16.1.0.
- [Release notes](https://github.com/microsoft/vstest/releases)
- [Commits](https://github.com/microsoft/vstest/compare/v16.0.1...v16.1.0)

Signed-off-by: dependabot[bot] <[email protected]>

v4.2.9

10 May 19:15
Compare
Choose a tag to compare
Bump Nerdbank.GitVersioning from 2.3.138 to 2.3.151

Bumps [Nerdbank.GitVersioning](https://github.com/AArnott/Nerdbank.GitVersioning) from 2.3.138 to 2.3.151.
- [Release notes](https://github.com/AArnott/Nerdbank.GitVersioning/releases)
- [Commits](https://github.com/AArnott/Nerdbank.GitVersioning/compare/v2.3.138...v2.3.151)

Signed-off-by: dependabot[bot] <[email protected]>

v4.2.8

28 Apr 19:16
Compare
Choose a tag to compare
Unix support in unit tests move Path to use XFS.Path.

v4.2.4

19 Apr 18:24
Compare
Choose a tag to compare
Deploy from master again

v4.1.6

09 Apr 17:30
0afa336
Compare
Choose a tag to compare
  • Added HResult value for ERROR_SHARING_VIOLATION to File in use exception (#462) by @roketworks

v4.0.11

30 Mar 15:25
a3e97c0
Compare
Choose a tag to compare
  • Added IFileSystemWatcher, IFile and IDirectory interfaces #452 by @wexman
  • Added File Access check to MockFileStream #456 by @roketworks

v3.1.1

10 Mar 11:17
Compare
Choose a tag to compare

v3.0.10

05 Jan 22:43
ebab1d9
Compare
Choose a tag to compare
  • Do not throw exception when calling DirectoryInfoWrapper.Parent for the root directory (#430) by @wexman
  • Fix MockDirectoryInfo GetFiles for UNC paths caused by bug in StringExtensions.NormalizeSlashes (#422) by @DeveloperGuo
  • Pass IFileSystem into FileWrapper instead of FileSystem to allow replacement file systems to be used (#432) by @kirbatious
  • Make sure FileNotFound exceptions contain path and proper message (#427) by @fgreinacher
  • Do not delete directories that start with the same path (#433) by @updateaman