You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(I've removed all extra /references besides the SignedAssemblies)
However compile error is raised:
1>C:\work\main\Service\Schedule\ScheduleHandlers.cs(855,16,855,35): error CS0012: The type 'MapperResult' is defined in an assembly that is not referenced. You must add a reference to assembly 'ReasonParser, Version=0.3.1.0, Culture=neutral, PublicKeyToken=null'.
C:\work\main\Service\obj\Debug\SignedAssemblies\ReasonParser.dll is signed (I've checked with ILSpy)
Build error is fixed if I remove the StrongNamer package from the project.
The project has old net4 format and the target framework is net48
The text was updated successfully, but these errors were encountered:
Project has stopped to built after StrongNamer package had been added
There is the reference to the unsigned package in the csproj file like
it looks like this assembly was signed and compiler are referencing the correct one dll
(I've removed all extra
/references
besides the SignedAssemblies)However compile error is raised:
C:\work\main\Service\obj\Debug\SignedAssemblies\ReasonParser.dll is signed (I've checked with ILSpy)
Build error is fixed if I remove the StrongNamer package from the project.
The project has old net4 format and the target framework is net48
The text was updated successfully, but these errors were encountered: