Matthew Asplund
Matthew Asplund
Instead of loading all file write times we should check to see how likely this is to improve performance. As is there are a ton of files that are processed...
Windows path normalizing currently uses character toupper conversions. This is ugly, does not handle utf8 multicharacter values and will not work well on Linux. Within the runtime soup should require...
To allow projects that consume this package to trim their binaries this project needs to compile as .net 6 at a minimum with IsTrimmable enabled to catch any trimmable issues....
Running bencher up on windows with docker desktop fails with an invalid version tag. It looks like it is trying to use 0.4.20 when it should be v0.4.20. ``` PowerShell...