aspnetcore/test/Microsoft.AspNetCore.Mvc.Co.../Internal
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
..
AcceptHeaderParserTest.cs Fixes a parsing bug with the AcceptHeaderParser 2017-01-23 13:12:40 -08:00
ActionConstraintCacheTest.cs Add support for updateable ActionDescriptorCollection 2016-11-17 10:08:38 -08:00
ActionDescriptorCollectionProviderTest.cs Add support for updateable ActionDescriptorCollection 2016-11-17 10:08:38 -08:00
AttributeRouteTest.cs
AttributeRoutingTest.cs
AuthorizationApplicationModelProviderTest.cs
ClientValidatorCacheTest.cs Move classes out of .Internal 2017-01-19 11:11:28 -08:00
ControllerActionDescriptorBuilderTest.cs
ControllerActionDescriptorProviderTests.cs Fix attribute routing error message related to replace tokens 2017-01-04 15:43:57 -08:00
ControllerActionInvokerCacheTest.cs Commonize code from ControllerActionInvokerCache and PageFilterFactoryProvider 2017-01-11 10:53:23 -08:00
ControllerActionInvokerTest.cs Merge branch 'rel/1.1.2' into dev 2017-02-13 08:34:18 -08:00
DefaultApplicationModelProviderTest.cs
DefaultAssemblyPartDiscoveryProviderTest.cs Migrate to MSBuild 2017-02-28 21:20:39 -08:00
DefaultBindingMetadataProviderTest.cs
DefaultCollectionValidationStrategyTest.cs
DefaultComplexObjectValidationStrategyTest.cs Add `[ValidateNever]` and `IPropertyValidationFilter` 2017-01-15 21:40:29 -08:00
DefaultControllerArgumentBinderTests.cs
DefaultModelValidatorProviderTest.cs
DefaultObjectValidatorTests.cs
ElementalValueProviderTests.cs
ExplicitIndexCollectionValidationStrategyTest.cs
FilterFactoryTest.cs Commonize code from ControllerActionInvokerCache and PageFilterFactoryProvider 2017-01-11 10:53:23 -08:00
FilterProviderTest.cs
HttpMethodActionConstraintTest.cs
MiddlewareFilterBuilderTest.cs
MiddlewareFilterConfigurationProviderTest.cs Throw an exception if configurationType to CreateConfigureDelegate is abstract/has no parameterless ctor 2016-11-08 14:16:03 -08:00
MiddlewareFilterTest.cs Introduce a base type for executing auth and resource filters. 2017-01-03 11:14:15 -08:00
ObjectMethodExecutorTest.cs
PrefixContainerTest.cs
ReferenceEqualityComparerTest.cs
ResponseCacheFilterTest.cs
ResponseContentTypeHelperTest.cs
ShortFormDictionaryValidationStrategyTest.cs
ValidatorCacheTest.cs Move classes out of .Internal 2017-01-19 11:11:28 -08:00