Forum member

PEtter

4 posts

Posts by PEtter

  1. Recomendations for working with local db/sqlserver

    What is "best practice" for working with local db while using nCrunch.. This might be a more generic topic though.. I want to keep the data for my database inside the test project to ensure that I know the data.. I do not want a shared db solution Any comment/ideas?

  2. Core 2.0 test project not able to read deps

    Referencing the System.ComponentModel.TypeConverters directly solved the issue for now..

  3. Core 2.0 test project not able to read deps

    Seems everything that is not directly referenced by the test project is failing.. hmmmm The main ref here is the SDK Microsoft.NetCoreApp

  4. Core 2.0 test project not able to read deps

    In the start of my test. I have the following [code=csharp]var path = Process.GetCurrentProcess().MainModule.FileName;[/code] [code=plain]System.IO.FileNotFoundException : Could not load file or assembly 'System.Collections.NonGeneric, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f…