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
We use TypeLite which is no longer maintaned and wanted to move to TypeLitePlus.
However, after installing the nuget packages, we get following warnings
Warning CS8002 Referenced assembly 'TypeLitePlus.Core, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null' does not have a strong name.
All our solution projects are strongly named, and all nuget packages we reference, too. Please publish a strongly-named nuget package.
The text was updated successfully, but these errors were encountered:
We use TypeLite which is no longer maintaned and wanted to move to TypeLitePlus.
However, after installing the nuget packages, we get following warnings
Warning CS8002 Referenced assembly 'TypeLitePlus.Core, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null' does not have a strong name.
All our solution projects are strongly named, and all nuget packages we reference, too. Please publish a strongly-named nuget package.
The text was updated successfully, but these errors were encountered: