Aspnet FileSystem Versions Save

[Archived] Abstraction of file system APIs. Project moved to https://github.com/aspnet/Extensions

rel/2.0.0

6 years ago

Bugs Fixed

  • EmbeddedFileProvider.GetDirectoryContents needs to use the correct case comparison (#284)

rel/2.0.0-preview2

6 years ago

rel/2.0.0-preview1

7 years ago

rel/1.1.0

7 years ago

Bugs Fixed

  • [BREAKING CHANGE] public class Microsoft.Extensions.FileProviders.FileSystemInfoHelper was made static (#243)

rel/1.1.0-preview1

7 years ago

Features

  • Modify PhysicalFileWatcher.Watch to work for new files being added (#233)
  • File globbing should support pattern checks (#194)

Bugs Fixed

  • Modify PollingWildCardChangeToken to include the timestamp of the files along with the names as part of hash check (#238)
  • Delay enumeration of directory until IDirectoryContents enumerated (#224)
  • EmbeddedFileProvider - Change _lastModified date to last write time of an assembly (#208)
  • PhysicalFilesWatcher should defend against PathTooLongException (#205)
  • StaticFiles throws in _fileProvider.GetFileInfo on /.%20./ (#204)
  • Long path or filename throws unhandled exception (#201)

1.0.0

7 years ago

Bugs Fixed

  • Suggest to make NotFoundFileInfo and NoopChangeToken public (#145)

1.0.0-rc2

8 years ago

Features

  • Add NullFileProvider (#174)

Bugs Fixed

  • Rename events on PhysicalFileWatcher can throw - Crashing VS. (#187)
  • Matcher returns wrong stems (#144)
  • NotSupportedException for URLs with special characters (#137)
  • PhysicalFilesWatcher and PhysicalFileProvider should implement IDisposable (#132)

1.0.0-rc1

8 years ago

Features

  • Rename Microsoft.Framework.* to Microsoft.Extensions.* (#127)

1.0.0-beta8

8 years ago

1.0.0-beta7

8 years ago