-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
Description
Is your feature request related to a problem? Please describe.
I want to minimise dependencies in my project by utilising framework dependencies wherever possible
Describe the solution you'd like
In Polly.Extensions System.Diagnostics.DiagnosticSource can be provided via the framework ie net 6/8 as such conditions should be placed on it so that it is only included for the other frameworks. Other dependencies can be optimised.
Describe alternatives you've considered
Accept the additional dependency
Additional context
n/a
Reactions are currently unavailable