- This ensures no circular dependency is created between RazorTooling and MVC.
- One side effect of this change is that you can no longer run the test application. Can just see its design time functionality.
- This involved building a simple test application to perform dotnet commands onto.
- Created a testartifacts directory during functional test runs to isolate functional test package requirements from a users machine. Without this you'd end up with temporary packages polluting your local nuget packages home directory.
- Added makefile target to ensure initial builds work when running tests.
#62