Skip to content

v0.2.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@manuelroemer manuelroemer released this 15 Dec 16:59
· 2 commits to master since this release
60c1906

v0.2.0

This release adds targets for .NET 5.0. Internally, C# 9.0 specific features have been added to the
code base.
The StorageFile has been extended with CreateAndOpenAsync overloads.

Files

  • Added net5.0 TFM.
  • Added StorageFile.CreateAndOpenAsync overloads which allow to (pseudo-)atomically create and
    open a file (atomicity depends on the corresponding FileSystem implementation).
  • Fixed cancellationTokens not being passed everywhere.
  • Added a package icon.

Files.FileSystems.Physical

  • Added net5.0 TFM.
  • Fixed cancellationTokens not being passed everywhere.
  • Added a package icon.

Files.FileSystems.WindowsStorage

  • Fixed scenarios where a wrong exception type could be thrown (throw IOException by default when the
    Windows API returns a generic exception).
  • Added a package icon.

Files.FileSystems.InMemory

  • Added net5.0 TFM.
  • Added a package icon.

Files.Specification.Tests

  • Added net5.0 TFM.
  • Added a package icon.