mirror of
https://github.com/brutaldev/StrongNameSigner.git
synced 2026-04-25 19:36:02 +03:00
[GH-ISSUE #62] NullReferenceException when using TunnelVisionLabs.ReferenceAssemblyAnnotator #55
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @smklancher on GitHub (May 10, 2021).
Original GitHub issue: https://github.com/brutaldev/StrongNameSigner/issues/62
Building the attached project produces NullReferenceException: Object reference not set to an instance of an object.
at Brutal.Dev.StrongNameSigner.AutomaticBuildTask.Execute()
Apparently it tries to sign the annotated assemblies referenced by TunnelVisionLabs.ReferenceAssemblyAnnotator, but isn't successful, which leads to SignSingleAssembly returning null. Calling code does note expect or handle a possible null.
NREWithReferenceAssemblyAnnotator.zip