Forum member
Connes
4 posts
Posts by Connes
-
Build failed : file not copied in ncrunch workspace
Hi, I 've one project not build by ncrunch because one of it's file is not copied to the workspace. I don't talk about of references but one file of the project itself. This is the only one in this case and i don't see any difference with other project in the solution. The fiole in questio…
05 Dec 2014 10:33 UTC
-
Ncrunch & Mef
Thanks a lot. I have appreciated you take the time for a detailled response. CConnes.
03 Dec 2014 10:13 UTC
-
Ncrunch & Mef
Thanks a lot. The static check made the trick but i would understand why the InitializeAssembly function is called several times ? The AssemblyInitialize attribute does not guarantee us to be called only once when assembly is loaded ? CConnes
03 Dec 2014 09:04 UTC
-
Ncrunch & Mef
Hi, I some of my tests i inject a dependency by MEF with : [code=csharp] // In My TestClass [AssemblyInitialize] public static void InitializeAssembly(TestContext testContext) { // Add Task scheduler DAL assembly for MEF injection. Bootstrapper.Conf…
02 Dec 2014 16:20 UTC