Forum member

MartinEgli

2 posts

Posts by MartinEgli

  1. Dll not in ncrunch folder

    Hi You can run the unit tests. Have you received the failed tests. The package nMolecules.DDD is referenced in the project. [quote] public static async Task VerifyAnalyzerAsync(string source, params DiagnosticResult[] expected) { var test = new CSharpTest …

  2. Dll not in ncrunch folder

    I have a project that accesses dlls from a nuget package. The dll is referenced in the test code via a string. VSTest is running. NCrunch does not run. The dll is not copied to the NCrunch test directory. how can I force the dll to be copied. Normal bin folder contains this dll. You can find the cod…