csharpier
csharpier copied to clipboard
--write-stdout returns nothing when the file is cached
If you run dotnet csharpier --write-stdout
against a file that has not changed since the last time csharpier was run, it will not return anything. This appears to be related to the caching.
dotnet csharpier --write-stdout --no-cache
will result in the file being returned every time.