csharpier icon indicating copy to clipboard operation
csharpier copied to clipboard

--write-stdout returns nothing when the file is cached

Open belav opened this issue 1 year ago • 0 comments

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.

belav avatar Oct 06 '23 22:10 belav