joelverhagen / TorSharp

Use Tor for your C# HTTP clients. Use Privoxy or .NET 6+ SOCKS support to proxy HTTP traffic.
MIT License
328 stars 62 forks source link

Override file patterns #109

Closed i-lamrani closed 1 year ago

i-lamrani commented 1 year ago

File patterns could be changed overtime this change give the opportunity to override the behavior.

ZimM-LostPolygon commented 1 year ago

Thank you. This helped me in a pinch.

joelverhagen commented 1 year ago

This PR looks like a great idea. Could you take a look at the failing build? It looks like there are some build errors. I'm happy to merge this once the CI is green.

ZimM-LostPolygon commented 1 year ago

The build error is simply because FileNamePatternAndFormat is marked internal, making it public fixes the build. That's what worked for me at least.