After the upgrade to Superpower 3.2.0, our CI build (with .NET Framework 4.7.2) fails with
ASPNETCOMPILER : error ASPCONFIG: Could not load file or assembly 'Superpower, Version=1.0.0.0, Culture=neutral, PublicKeyToken=aec39280ded1b3a7' or one of its dependencies. Strong name signature could not be verified.
The output of sn -vf Superpower.dll verifies that:
Failed to verify assembly -- Strong name validation failed.
With version 3.1.0, everything works as expected:
Assembly 'Superpower.dll' is valid
After the upgrade to Superpower 3.2.0, our CI build (with .NET Framework 4.7.2) fails with
The output of
sn -vf Superpower.dllverifies that:With version 3.1.0, everything works as expected: