ScanSkipPaths in v.4.0.49

Hi,

I have to add “node_modules” without leading “/” to ScanSkipPaths to have the same behavior as befor - else node_modules wouldn’t be skipped.
Is it intended?

Maybe it belongs to the change “VirtualPath no longer returns paths prefixed with / and VirtualPath of a Root directory is null”

Thanks

Yeah the new VirtualPath behavior would now require stripping the / prefix which is now done for pre defined paths in this commit which also handles old paths with / prefixes.

This change is available from v4.0.49 that’s now available from MyGet, otherwise you can populate ScanSkipPaths with node_modules/ to use the published v4.0.48 NuGet packages.

1 Like

Thanks for the fast reply :smile: