Andrea Grillo

Results 11 comments of Andrea Grillo

Hello @marcduiker, I created a draft PR #252 with some initial work as you suggested. Thanks for any feedback!

> We also hit this, but we found an alternative which makes the whole extension obsolete, at least for our use cases. In "Options -> Text Editor -> Code Cleanup"...

> Is there anyone who has found a workaround on this? Wrapping retries somehow and manually generating dependency telemetry? We do it using `DelegatingHandler`s (`Add` sorting is important): ```csharp services.AddTransient();...

Is there any news on this? I would like to hear what's the future of this library. As @devlux says, I could do some basic maintenance as well

Hi @marcduiker, I added the chapter 4 about retries - feel free to have a look at it!

It seems now implemented by GitHub: https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-squashing-for-pull-requests

@OscarAbraham thanks for feedback. However, I tried reversing the apiRules as you suggested , but it still doesn't work ```yml apiRules: - exclude: uidRegex: ^ConsoleApp1\.Domain - include: uidRegex: ^ConsoleApp1\.Domain\.Models ```