- Apr 26, 2020
-
-
renovate[bot] authored
Co-authored-by:
Renovate Bot <bot@renovateapp.com> Co-authored-by:
Florian Greinacher <fgreinacher@users.noreply.github.com>
-
Nathan Povo authored
Fixes #577 BREAKING CHANGE: IFileSystemWatcherFactory.FromPath is removed. Use IFileSystemWatcherFactory.CreateNew instead.
-
- Apr 20, 2020
-
- Apr 17, 2020
-
-
Peter Dowdy authored
This mitigates issues when the file has a BOM. Fixes #464 Co-authored-by:
Florian Greinacher <fgreinacher@users.noreply.github.com>
-
- Apr 07, 2020
-
-
Florian Greinacher authored
This reverts commit e1d605c9.
-
- Apr 03, 2020
-
- Apr 01, 2020
-
-
Josh authored
Fixes #567 Co-authored-by:
Florian Greinacher <fgreinacher@users.noreply.github.com>
-
Josh authored
* fixes #568, MockFile.Copy should honor FileShare * add missing coverage on MockFile.Move Co-authored-by:
Florian Greinacher <fgreinacher@users.noreply.github.com>
-
josh authored
Fix unreported bug: FileStream created with FileMode.Open or Truncate should throw an exception if the file is missing
-
josh authored
Fixes #532 throw IOException: File already exists, if the file already exists when creating a FileSystem with FileMode.CreateNew
-
- Mar 21, 2020
-
-
vladimirlapacek authored
* Support the FileStream constructor with FileOptions parameter, which is present in implementations, but not in the IFileStreamFactory. * Bump major version due to a breaking change to IFileStreamFactory. Co-authored-by:
Vladimir Lapacek <vladimir.lapacek@enverus.com> Co-authored-by:
Vladimir Lapacek <vladimir.lapacek@drillinginfo.com>
-
- Mar 19, 2020
-
-
Renovate Bot authored
-
- Mar 16, 2020
-
-
dependabot-preview[bot] authored
Bumps [Nerdbank.GitVersioning](https://github.com/dotnet/Nerdbank.GitVersioning) from 3.0.50 to 3.1.71. - [Release notes](https://github.com/dotnet/Nerdbank.GitVersioning/releases) - [Commits](https://github.com/dotnet/Nerdbank.GitVersioning/compare/v3.0.50...v3.1.71 ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
-
- Feb 18, 2020
-
-
hangy authored
* fix: Copy metadata when a MockFile is moved * Use normalized path Co-authored-by:
Florian Greinacher <fgreinacher@users.noreply.github.com>
-
- Feb 11, 2020
-
-
Florian Greinacher authored
Fixes #553
-
Florian Greinacher authored
* Add IPath.IsPathFullyQualified (resolves #548) * Add IPath.GetRelativePath (resolves #399)
-
Florian Greinacher authored
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
-
dependabot-preview[bot] authored
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>
-
- Jan 29, 2020
-
- Jan 27, 2020
-
-
dependabot-preview[bot] authored
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>
-
- Jan 19, 2020
-
-
Florian Greinacher authored
Seems like AppVeyor has problems otherwise
-
- Jan 18, 2020
-
-
Florian Greinacher authored
-
Florian Greinacher authored
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 86066e08.
-
- Jan 17, 2020
-
-
Florian Greinacher authored
Bump Nerdbank.GitVersioning from 3.0.48 to 3.0.50
-
dependabot-preview[bot] authored
Bumps [Nerdbank.GitVersioning](https://github.com/AArnott/Nerdbank.GitVersioning) from 3.0.48 to 3.0.50. - [Release notes](https://github.com/AArnott/Nerdbank.GitVersioning/releases) - [Commits](https://github.com/AArnott/Nerdbank.GitVersioning/commits ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
-
Florian Greinacher authored
updated IDirectory interface with tests and conditional compilation (WIP)
-
- Jan 14, 2020
-
-
Stefan Szakal authored
-
- Jan 13, 2020
-
-
dependabot-preview[bot] authored
Bumps [Nerdbank.GitVersioning](https://github.com/AArnott/Nerdbank.GitVersioning) from 3.0.28 to 3.0.48. - [Release notes](https://github.com/AArnott/Nerdbank.GitVersioning/releases) - [Commits](https://github.com/AArnott/Nerdbank.GitVersioning/commits ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
-
- Jan 08, 2020
- Jan 06, 2020
-
-
dependabot-preview[bot] authored
Bumps [NUnit3TestAdapter](https://github.com/nunit/nunit3-vs-adapter) from 3.15.1 to 3.16.0. - [Release notes](https://github.com/nunit/nunit3-vs-adapter/releases) - [Commits](https://github.com/nunit/nunit3-vs-adapter/compare/V3.15.1...V3.16 ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
- Dec 21, 2019
-
-
Paul Spangler authored
According to the documentation, File.Replace is a part of .NET Standard 2.0 and supported by Core 2.0 and later. Related to #334 but does not attempt to address all methods that might be supported by .NET Standard/Core 2.0 and later.
-
- Dec 19, 2019
-
-
Florian Greinacher authored
-
- Dec 05, 2019
-
-
Tatham Oddie authored
-
- Dec 04, 2019
-
-
dependabot-preview[bot] authored
Bumps [System.IO.FileSystem.AccessControl](https://github.com/dotnet/corefx) from 4.6.0 to 4.7.0. - [Release notes](https://github.com/dotnet/corefx/releases) - [Commits](https://github.com/dotnet/corefx/commits ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
-
dependabot-preview[bot] authored
Bumps [System.Security.AccessControl](https://github.com/dotnet/corefx) from 4.6.0 to 4.7.0. - [Release notes](https://github.com/dotnet/corefx/releases) - [Commits](https://github.com/dotnet/corefx/commits ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
-