fraschfn

Results 2 issues of fraschfn

Having the option to perform an XPATH query on a set of files would be useful. On the "input" side an option to specify a folder/files pattern, current project/folder/solution, and/or...

I'd like to get the following working: ``` Name.OfVoid(x => x.Method); ``` What's working is ``` Name.OfVoid(x => x.Method); ``` I'd prefer to use the interface