Ivaylo Kenov
Ivaylo Kenov
Add section to the readme - how to build the solution https://github.com/enricosada/fsharp-dotnet-cli-samples/tree/master https://github.com/dotnet/cli/issues/2113 - [x] Appveyor - [x] Travis
For example - ViewDataDictionary has TemplateInfo and ModelMetadata Also data providers as direct action setups
http://brockallen.com/2016/01/01/browsr-helper-for-integration-testing-in-asp-net-5/
https://github.com/aspnet/Mvc/blob/dev/test/Microsoft.AspNetCore.Mvc.FunctionalTests/MvcTestFixture.cs#L51-L72 https://github.com/aspnet/Docs/tree/master/aspnet/mvc/controllers/testing/sample/TestingControllersSample https://github.com/aspnet/Announcements/issues/275
For example WithDefaultEncoding, WithDefaultOutputFormatters
Instead of validating services by hand. Additionally, validate every replaced service, because a user may replace something that is actually missing, and may think the services are working correctly. ```c#...