You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a specific problem? Or an existing feature? Please describe.
My request is related to a warning I get when using the nuget package ina strong named assembly - "Referenced assembly 'Polly.Contrib.WaitAndRetry, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' does not have a strong name.".
Describe your proposed or preferred solution:
Sign the assembly.
Describe any alternative options you've considered:
Create another nuget package with strong name.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a specific problem? Or an existing feature? Please describe.
My request is related to a warning I get when using the nuget package ina strong named assembly - "Referenced assembly 'Polly.Contrib.WaitAndRetry, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' does not have a strong name.".
Describe your proposed or preferred solution:
Sign the assembly.
Describe any alternative options you've considered:
Create another nuget package with strong name.
The text was updated successfully, but these errors were encountered: