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
VS2019 build output:
15>CSC : warning CS8002: Referenced assembly 'ToastNotifications, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null' does not have a strong name.
15>CSC : warning CS8002: Referenced assembly 'ToastNotifications.Messages, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null' does not have a strong name.
Code to reproduce behaviour
Questions
The text was updated successfully, but these errors were encountered:
Library version
ToastNotifications.Net5 3.0.0 / ToastNotifiations.Messages.Net5 3.0.1
Expected behaviour
Assemblies are strong named for security
Actual behaviour
Assemblies are not strong named
Steps to reproduce behaviour
15>CSC : warning CS8002: Referenced assembly 'ToastNotifications, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null' does not have a strong name.
15>CSC : warning CS8002: Referenced assembly 'ToastNotifications.Messages, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null' does not have a strong name.
Code to reproduce behaviour
Questions
The text was updated successfully, but these errors were encountered: