aspnetcore/test/Microsoft.AspNetCore.Mvc.In...
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
..
Models
ActionParametersIntegrationTest.cs [Fixes #5801] Move call to validate constructor in ComplexTypeModelBinder into CreateModel 2017-02-15 12:33:01 -08:00
ArrayModelBinderIntegrationTest.cs
AuthorizeFilterIntegrationTest.cs
BinderTypeBasedModelBinderIntegrationTest.cs
BindingSourceMetadataProviderIntegrationTest.cs Add BindingSourceMetadataProvider 2017-02-17 13:22:10 -08:00
BodyValidationIntegrationTests.cs
ByteArrayModelBinderIntegrationTest.cs
CancellationTokenModelBinderIntegrationTest.cs
CollectionModelBinderIntegrationTest.cs
CompanyNameAttribute.cs
DictionaryModelBinderIntegrationTest.cs
ExcludeBindingMetadataProviderIntegrationTest.cs
FormCollectionModelBindingIntegrationTest.cs
FormFileModelBindingIntegrationTest.cs
GenericModelBinderIntegrationTest.cs
HeaderModelBinderIntegrationTest.cs
KeyValuePairModelBinderIntegrationTest.cs Migrate to MSBuild 2017-02-28 21:20:39 -08:00
Microsoft.AspNetCore.Mvc.IntegrationTests.csproj Migrate to MSBuild 2017-02-28 21:20:39 -08:00
ModelBindingTestContext.cs
ModelBindingTestHelper.cs
ModelPrefixSelectionIntegrationTest.cs
MutableObjectModelBinderIntegrationTest.cs
ProductValidatorAttribute.cs
ServicesModelBinderIntegrationTest.cs
SimpleTypeModelBinderIntegrationTest.cs
TestMvcOptions.cs Replace ConfigureOptions with IConfigureOptions 2016-09-08 15:19:07 -07:00
TryUpdateModelIntegrationTest.cs [Fixes #5698] Regression in 1.1 model binding for model types without default constructor 2017-02-10 11:10:02 -08:00
TryValidateModelIntegrationTest.cs
ValidationIntegrationTests.cs Add `[ValidateNever]` and `IPropertyValidationFilter` 2017-01-15 21:40:29 -08:00