Results 2 comments of Saahil Claypool

I had some trouble adding policies other than using a HTTP client factory, so I wrote a nuget package call [PollyFlurl](https://github.com/SaahilClaypool/PollyFlurl) to add policies in a fluent way - a...

I created a source generator for one of my projects that adds a private parameterless constructor to get around the warning > A parameterless default constructor [...] is required ```cs...