A series of short recipes for VSTS, VISUAL STUDIO and NUnit
By terje
I have had a need to have more easy access to information on how to do certain stuff, and have some easy access to simple code blocks, or templates, I can copy/paste. A blog post is for me somewhat more extensive, and that format was not really suited for smaller notes. So I decided to write them down as “recipes”, which is a small post, larger than a post-it, but smaller than a full blown blog post.
I have added the recipes as a separate section on my home site, under (How-to recipes)
The recipes so far are:
**Category** | **Recipe** | **Comment** |
NUnit, Net FW | [NUnit testing using the new project format](http://hermit.no/nunit-testing-using-the-new-project-format/) | Template to copy/paste in csproj |
NUnit, .NetCore | [How to do .Net core setup for tests](http://hermit.no/net-core-setup/) | Template to copy/paste in csproj (new format) |
NUnit | [How to get NUnit3TestAdapter pre-release packages](http://hermit.no/get-nunit3testadapter-pre-release-packages/) | Links to the NUnit Myget feed for prereleases |
Nuget | [How to find/clear your Nuget caches](http://hermit.no/findclear-nuget-caches/) | Locations and commands |
Debugging | [How to enable/disable user dumps](http://hermit.no/enabledisable-user-dumps/) | Crucial for finding VS bugs |
VS old projects | [Fixing missing project.json error in old csproj format](http://hermit.no/trick-fixing-strange-missing-project-json-error-old-csproj-format/) | Move to new format. |