Ninject & Appccelerate.EventBroker

I forked the ninject.extensions.bbveventbroker project and updated it to use the Appccelerate.EventBroker.
Fairly painless, but when running the tests I was getting a System.TypeLoadException : "Inheritance security rules violated while overriding member...".  I found the following post that worked for me:
I added
[assembly: System.Security.SecurityRules(System.Security.SecurityRuleSet.Level1)]
to the AssemblyInfo.cs and it all worked again.

Comments

Popular Posts