Releases: TestableIO/System.IO.Abstractions
Releases · TestableIO/System.IO.Abstractions
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)
v8.0.1
Reduce target frameworks (#540) This change reduces the target frameworks this library supports to .NET Standard 2.0 and 2.1. The goal of this change is to reduce maintenance efforts and get rid of legacy workarounds. As this is a breaking change for consumers (e.g. no more support from .NET Framework < 4.7) the major version is bumped to 8. If you need support for older frameworks feel free to stay at v7.1.10 or fork this repo from 86066e0.