Skip to content
Snippets Groups Projects
  1. Feb 11, 2020
  2. Jan 29, 2020
  3. Jan 27, 2020
  4. Jan 19, 2020
  5. Jan 18, 2020
  6. Jan 17, 2020
  7. Jan 14, 2020
  8. Jan 13, 2020
  9. Jan 08, 2020
  10. Jan 06, 2020
  11. Dec 21, 2019
    • Paul Spangler's avatar
      Enable File.Replace for all but netstandard1.4 · 865a99b9
      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.
      v7.1.1
      865a99b9
  12. Dec 19, 2019
  13. Dec 05, 2019
  14. Dec 04, 2019
  15. Nov 18, 2019
  16. Nov 08, 2019
  17. Nov 07, 2019
  18. Oct 21, 2019
  19. Oct 11, 2019
    • KaliVi's avatar
      fix(439): Pattern "*." returns only files with no extension (#516) · c317a93b
      KaliVi authored
      * fix(439): Add special case to Directory.GetFilesInternal to return only files without extensions when search pattern is "*."
      
      * Added files with no extension to the existing tests in MockDirectoryTests.
      
      * fix(439): Pattern *. works as System.Directory.
      
      * Fix for case sensitive paths.
      v7.0.5
      c317a93b
  20. Sep 29, 2019
  21. Sep 27, 2019
  22. Sep 26, 2019
  23. Sep 24, 2019
Loading