Tags: cake-contrib/Cake.FileHelpers
Tags
Use Cake's IFileSystem for read/write operations instead of System.IO… ….File (#118) * Use Cake's IFileSystem for read/write operations instead of System.IO.File In all file aliases, use Cake's IFileSystem abstraction instead of using System.IO.File. This enables testing of tasks that use the file aliases by mocking IFileSystem. The FileTouch() alias continues to use System.IO.File since there is no API in IFileSystem that allows setting the last write time. * Remove unnecessary nullable annotation Co-authored-by: C. Augusto Proiete <[email protected]> * Convert paths to absolute paths before opening file stream Co-authored-by: C. Augusto Proiete <[email protected]> --------- Co-authored-by: C. Augusto Proiete <[email protected]>
Merge branch 'release/3.4.0' * release/3.4.0: (build) Restructured folders (build) Add SolutionInfo.cs file (build) Remove solutioninfo.cs file .(GH-41) Enable deterministic builds (GH-40) Add Cake.Addin.Analyzer package (GH-39) Add CakeContrib.Guidelines package (maint) Add vscode settings file (build) TargetFramework -> TargetFrameworks (maint) Update TargetFrameworks for unit tests (GH-36) Switch to GHA as preferred CI (GH-38) Add workflow to generate release notes (GH-37) Add GRM config file (GH-36) Add GitHub Actions workflow (GH-35) Update to use Cake.Recipe 2.2.0
PreviousNext