Questions tagged [polly]
"Polly is a [...] resilience and transient-fault-handling library" for ".NET Standard 1.1 and .NET Standard 2.0."
                1 question
            
            
            
                3
            
            votes
        
        
            
                1
            
            answer
        
        
            
                5k
            
            views
        
        
            
            
            
        Polly AddPolicyRegistry() with factory and registered dependency injection service instances?
                    The Microsoft.Extensions method for Polly, to use policies via dependency injection,
serviceCollection.AddPolicyRegistry()
only allows to add already created ...