aspnetcore/test/Microsoft.AspNetCore.Mvc.Fu...
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
..
compiler/resources
AntiforgeryAuthTests.cs Order IgnoreAntiforgeryTokenAttribute and add test 2016-12-12 14:55:36 -08:00
AntiforgeryTestHelper.cs
AntiforgeryTests.cs
ApiExplorerTest.cs Migrate to MSBuild 2017-02-28 21:20:39 -08:00
ApplicationModelTest.cs
BasicTests.cs
CompilationOptionsTests.cs Bump test projects up to .NET 4.5.2 2017-02-21 07:15:36 -08:00
ConsumesAttributeTests.cs
ContentNegotiationTest.cs [Fixes #4945] Simple string returned by controller action is not a valid JSON! 2017-01-25 13:29:18 -08:00
ControllerFromServicesTests.cs
CorsTests.cs
DefaultOrderTest.cs
DefaultValuesTest.cs
DirectivesTest.cs
DoNotRespectBrowserAcceptHeaderTests.cs [Fixes #4945] Simple string returned by controller action is not a valid JSON! 2017-01-25 13:29:18 -08:00
ErrorPageTests.cs Update error message 2017-02-23 14:21:58 -08:00
FileResultTests.cs
FiltersTest.cs
FlushPointTest.cs
FormFileUploadTest.cs
HtmlGenerationTest.cs
HtmlHelperOptionsTest.cs Change datetime to datetime-local 2017-01-13 15:40:30 -08:00
InputFormatterTests.cs
InputObjectValidationTests.cs
JsonOutputFormatterTests.cs
JsonResultTest.cs
LinkGenerationTests.cs
Microsoft.AspNetCore.Mvc.FunctionalTests.csproj Migrate to MSBuild 2017-02-28 21:20:39 -08:00
MvcEncodedTestFixtureOfT.cs
MvcSampleFixture.cs
MvcSandboxTest.cs React to optional Razor directive token feature 2017-02-07 21:58:31 -08:00
MvcTestFixture.cs
OutputFormatterTest.cs
RazorPageExecutionInstrumentationTest.cs Enabling Razor Instrumentation 2017-02-01 15:29:09 -08:00
RazorPagesTest.cs Add TempData property and some functional tests 2017-02-22 08:14:02 -08:00
RazorViewLocationSpecificationTest.cs
RemoteAttributeValidationTest.cs
RequestServicesTest.cs
RespectBrowserAcceptHeaderTests.cs [Fixes #4945] Simple string returned by controller action is not a valid JSON! 2017-01-25 13:29:18 -08:00
RouteDataTest.cs
RoutingTests.cs
SerializableErrorTests.cs
SimpleTests.cs
StreamOutputFormatterTest.cs
TagHelpersFromServicesTest.cs Migrate to MSBuild 2017-02-28 21:20:39 -08:00
TagHelpersTest.cs
TempDataInCookiesTest.cs
TempDataInSessionTest.cs
TempDataTestBase.cs SaveTempDataFilter handle write to body 2017-01-27 10:54:00 -08:00
UrlResolutionTest.cs
VersioningTests.cs
ViewComponentFromServicesTests.cs
ViewEngineTests.cs
WebApiCompatShimActionResultTest.cs
WebApiCompatShimActionSelectionTest.cs Migrate to MSBuild 2017-02-28 21:20:39 -08:00
WebApiCompatShimBasicTest.cs
WebApiCompatShimParameterBindingTest.cs
XmlDataContractSerializerFormattersWrappingTest.cs
XmlDataContractSerializerInputFormatterTest.cs
XmlOutputFormatterTests.cs
XmlSerializerFormattersWrappingTest.cs
XmlSerializerInputFormatterTests.cs
xunit.runner.json Migrate to MSBuild 2017-02-28 21:20:39 -08:00