Forum member
PEtter
4 posts
Posts by PEtter
-
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?
27 Nov 2017 11:07 UTC
-
Core 2.0 test project not able to read deps
Referencing the System.ComponentModel.TypeConverters directly solved the issue for now..
27 Nov 2017 10:36 UTC
-
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
27 Nov 2017 10:32 UTC
-
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…
27 Nov 2017 10:23 UTC