Forum member

modhelius

2 posts

Posts by modhelius

  1. System.Security.VerificationException : Operation could destabilize the runtime.

    Thanks for the reply. After some troubleshooting I found that the [assembly: SecurityTransparent] of some unknown reason was set in the shared AssemblyInfo for the solution. After I've removed that attribute everyting started working. NCrunch really looks promising by the way! It will be a pleasu…

  2. System.Security.VerificationException : Operation could destabilize the runtime.

    Hello, I've just installed NCrunch and tried it out on a pretty small project with about 400 tests. When I enable NCrunch I get the exception "System.Security.VerificationException : Operation could destabilize the runtime." on almost every tests in my solution. I use ReShaper as well and when I …