Releases: TestableIO/System.IO.Abstractions
Releases · TestableIO/System.IO.Abstractions
v9.0.4
Copy metadata when a MockFile is moved (#559) * fix: Copy metadata when a MockFile is moved * Use normalized path Co-authored-by: Florian Greinacher <fgreinacher@users.noreply.github.com>
v9.0.3
fix: Reset Stream position after flushing MockFileStream data (#558) Resets the internal Stream position to the original position after reading the file's data to the data array. Fixes #519
v9.0.2
Make FileInfoWrapper.ToString behave like FileInfo.ToString (#556) Fixes #553
v9.0.1
Add advanced path operations (#555) * Add IPath.IsPathFullyQualified (resolves #548) * Add IPath.GetRelativePath (resolves #399)
v8.1.1
Add back a .NET Framework target This changes adds a target for .NET Framework 4.6.1 so that we can get rid of the System.IO.FileSystem.AccessControl reference which causes problems for certain .NET Framework consumption patterns Fixes #547
v8.0.6
Bump Microsoft.NET.Test.Sdk from 16.4.0 to 16.5.0 (#552) Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 16.4.0 to 16.5.0. - [Release notes](https://github.com/microsoft/vstest/releases) - [Commits](https://github.com/microsoft/vstest/compare/v16.4.0...v16.5.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
v8.0.5
Add validation for illegal characters when creating MockDirectory (#549)
v8.0.4
Bump NUnit3TestAdapter from 3.16.0 to 3.16.1 Bumps [NUnit3TestAdapter](https://github.com/nunit/nunit3-vs-adapter) from 3.16.0 to 3.16.1. - [Release notes](https://github.com/nunit/nunit3-vs-adapter/releases) - [Commits](https://github.com/nunit/nunit3-vs-adapter/compare/V3.16...V3.16.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
v8.0.3
Move projects back to the repo root (#543) Seems like AppVeyor has problems otherwise
v8.0.2
Add stale workflow for stale issues (#541)