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 [Fixes #4991] Misleading MissingMethodException message for incorrect routes 2016-08-11 11:57:21 -07:00
AttributeRoutingTest.cs Updating to netcoreapp1.1 2016-10-13 11:21:09 -07:00
AuthorizationApplicationModelProviderTest.cs Only create filters for models that need them (#5044) 2016-07-27 16:36:26 -07:00
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 [Fixes #5352] When replacing Controller.Dispose with an explicit implementation the base Dispose is an action 2016-11-04 09:34:30 -07:00
DefaultAssemblyPartDiscoveryProviderTest.cs Migrate to MSBuild 2017-02-28 21:20:39 -08:00
DefaultBindingMetadataProviderTest.cs Fail more gracefully when option collections cleared 2016-06-30 14:52:50 -07:00
DefaultCollectionValidationStrategyTest.cs
DefaultComplexObjectValidationStrategyTest.cs Add `[ValidateNever]` and `IPropertyValidationFilter` 2017-01-15 21:40:29 -08:00
DefaultControllerArgumentBinderTests.cs Fix #4803 - Move some types internal 2016-06-09 09:36:15 -07:00
DefaultModelValidatorProviderTest.cs
DefaultObjectValidatorTests.cs Replace HashSet with a Hybrid HashSet/List 2016-10-24 14:47:49 -07:00
ElementalValueProviderTests.cs
ExplicitIndexCollectionValidationStrategyTest.cs
FilterFactoryTest.cs Commonize code from ControllerActionInvokerCache and PageFilterFactoryProvider 2017-01-11 10:53:23 -08:00
FilterProviderTest.cs React to HttpAbstractions namespace changes 2016-03-30 16:19:42 -07:00
HttpMethodActionConstraintTest.cs React to HttpAbstractions namespace changes 2016-03-30 16:19:42 -07:00
MiddlewareFilterBuilderTest.cs Reverting accidental changes 2016-09-08 08:28:51 -07:00
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 Remove usage of `async void` in unit tests 2016-05-20 15:07:48 -07:00
PrefixContainerTest.cs
ReferenceEqualityComparerTest.cs
ResponseCacheFilterTest.cs Add support for VaryByQueryKey #2894 2016-10-18 12:31:04 -07:00
ResponseContentTypeHelperTest.cs
ShortFormDictionaryValidationStrategyTest.cs
ValidatorCacheTest.cs Move classes out of .Internal 2017-01-19 11:11:28 -08:00