-
Running tests via Resharper after migration to a new project file format
Converted projects to a new format causes some problems in tests projects. For unit tests which uses Machine.Specifications and Resharper Runner. In this article you will see how to fix those problems.
-
Migration from old format of cs/fsproj to the new one
Migration from .net framework csproj/fsproj to the .net core csproj/fsproj isn't an easy task. There are some caveats around it, checkout article to find some of them.