| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
Thanks for merging. Could you please push the new package version to nuget? |
Sorry, something went wrong.
Yes, they should be available there in a few minutes! Thanks again! |
Sorry, something went wrong.
|
Thank you, and thanks for your great work with DiscUtils ⭐ |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
There is currently a bug that affects the WIM file system where no entries are returned for root directories.
This is a result of the change introduced by the switch to the LTRData.SplitExtensions split function, see: f09f015#diff-ab45e438d7f2403bff5c28a276f345a016c816c8ef1893d3fb7c29858901891cR716
This function doesn't return anything when there are no results for Split, in contrast to the .NET Split which always returns the original search string (with the default split options).
The result of this change is that everything in GetEntry is skipped over since path.Length == 0 if there were no matches.
I have opened a PR to fix this in your other repo: LTRData/Library#1
This PR takes the updated version of LTRData.SplitExtensions and adds a simple regression test for WIM filesystems.