NUnit and StrongnameIdentityPermission

From: Carel Lotz (CarelLotz_at_discussions.microsoft.com)
Date: 07/22/04


Date: Thu, 22 Jul 2004 06:18:04 -0700

Hi

We have created a framework of components for use only within our company and have therefore added StrongNameIdentityPermission with LinkDemands to our company's key on the public interfaces of some of the assemblies. This all works fine however we have run into a problem when executing the unit tests for the assemblies as a caller within the call chain is now NUnit itself. This brings about the permission error.

How do I get our assemblies to automatically trust NUnit as a caller?

Thanks

-- 
Carel Lotz
"I want to code till I die" - Robert C. Martin


Relevant Pages