dazinator / DotNet.Glob

A fast globbing library for .NET / .NETStandard applications. Outperforms Regex.
MIT License
363 stars 27 forks source link

Enable sourcelink #71

Closed dazinator closed 4 years ago

dazinator commented 4 years ago

Enable sourcelink, so that devlopers who enable this for debugging, can step through into dotnet.glob code if needed.

dazinator commented 4 years ago

Enabled in latest alpha builds on develop branch