Prism.Container.Extensions icon indicating copy to clipboard operation
Prism.Container.Extensions copied to clipboard

Not Strongly Named

Open michaelwjackson opened this issue 10 months ago • 0 comments

I am being forced to give my application a strong name key.

The Prism.Container.Extensions and Prism.DryIoc.Extensions 8.0.62 on NuGet are not signed, although most of Prism does seem to be.

CSC : warning CS8002: Referenced assembly 'Prism.DryIoc.Extensions, Version=8.0.62.18692, Culture=neutral, PublicKeyToken=null' does not have a strong name.

CSC : warning CS8002: Referenced assembly 'Prism.Container.Extensions, Version=8.0.62.18692, Culture=neutral, PublicKeyToken=null' does not have a strong name.

michaelwjackson avatar Sep 04 '23 20:09 michaelwjackson