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.
- Added
net5.0
TFM. - Added
StorageFile.CreateAndOpenAsync
overloads which allow to (pseudo-)atomically create and open a file (atomicity depends on the correspondingFileSystem
implementation). - Fixed
cancellationToken
s not being passed everywhere. - Added a package icon.
- Added
net5.0
TFM. - Fixed
cancellationToken
s not being passed everywhere. - Added a package icon.
- 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.
- Added
net5.0
TFM. - Added a package icon.
- Added
net5.0
TFM. - Added a package icon.
This is the initial release of the Files library, featuring the core abstractions, three implementations and a public test suite which can be used to test your Files implementation against the specification.
✨ Initial release.
✨ Initial release.
✨ Initial release.
✨ Initial release.
✨ Initial release.