aspnetcore/test/Microsoft.AspNetCore.Mvc.Vi...
N. Taylor Mullen acfad83aa6 Migrate to MSBuild
- thanx to @NTaylorMullen for initial conversion
  - e.g. AssemblyInfo.cs files were already minimized or removed :)
- allow `>=` RC3 CLI's to build and run MVC
- work around several dotnet migration issues; see #5482
- disable full .NET Framework runs of functional tests; see #5873
- remove `Microsoft.DotNet.InternalAbstractions` and `System.Xml.XmlDocument` dependencies
- remove project.json (!!), *.xproj, .notest, and web.config files

Redo earlier changes:
- apply test migration to .NET 4.5.2 in *.csproj world
  - see 63507c8 for previous, project.json work
- apply dependency version downgrade from 0097e40 in *.csproj world

Make other test-related changes:
- make Microsoft.AspNetCore.Mvc.TestDiagnosticListener a regular class library
- add support for `/p:GenerateBaselines=true` for functional and Razor.Host tests
- separate `GetCSharpTypeName_ReturnsCorrectTypeNames_ForOutParameter()` test
  - work around inability to deserialize a odd `ref` type
  - xUnit and vstest now serialize / deserialze test data more often
- skip poor test mentioned in #5768
- work around Microsoft/vstest#392
  - rename tests to avoid duplicates
- work around Microsoft/vstest#419
  - set up created `AppDomain`s with current `ApplicationBase`
2017-02-28 21:20:39 -08:00
..
DependencyInjection Add builder extensions to simplify use of `CookieTempDataProvider` 2016-11-08 15:32:09 -08:00
Internal Bring tests from fa710e6 (rel/1.0.3) into dev 2017-02-11 13:48:21 -08:00
Properties
Rendering Remove obsolete DefaultHtmlGenerator ctor (#5711) 2017-01-25 16:25:12 -08:00
ViewComponents Check for null arguments in GetArgumentDictionary 2016-10-20 13:40:39 -07:00
ViewEngines
ViewFeatures [Fixes #5637] Make CookieName of CookieTempDataProvider configurable 2017-01-27 11:01:26 -08:00
ControllerTest.cs Make `ViewComponent.View()` overloads respect explicitly passed in model even when `null` 2017-02-13 17:08:48 -08:00
ControllerUnitTestabilityTests.cs
Microsoft.AspNetCore.Mvc.ViewFeatures.Test.csproj Migrate to MSBuild 2017-02-28 21:20:39 -08:00
ModelStateDictionaryExtensionsTest.cs
PartialViewResultTest.cs
RemoteAttributeTest.cs
Resources.resx
SkipStatusCodePagesAttributeTest.cs
TestApplicationPart.cs
ViewComponentResultTest.cs
ViewComponentTests.cs Make `ViewComponent.View()` overloads respect explicitly passed in model even when `null` 2017-02-13 17:08:48 -08:00
ViewResultTest.cs