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