Open
Description
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
- Create a strong named project, and make it reference ToastNotifications via nuget PackageReference
- Ex: https://github.com/dsplaisted/strongnamer (adding reference to ToastNotifications instead of Octokit)
- 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
Metadata
Assignees
Labels
No labels
Activity