Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Strong Named #127

Open
joschmo80 opened this issue Nov 18, 2021 · 0 comments
Open

Strong Named #127

joschmo80 opened this issue Nov 18, 2021 · 0 comments

Comments

@joschmo80
Copy link

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
  • 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant