I just needed a wildcard match method is some other project and found no NuGet package for it. 😓
The library is available as a NuGet package
Using it is simple:
using WildcardMatch;
// the WildcardMatch is a string extension method
bool match = "*.*".WildcardMatch("thisfile.txt");