Tagged Questions

5
votes
3answers
1k views

Assembly.GetCallingAssembly() and static constructors?

Ok, so I just ran into the following problem that raised an eyebrow. For various reasons I have a testing setup where Testing classes in a TestingAssembly.dll depend on the TestingBase class in a ...