aspnetcore/test/Microsoft.AspNetCore.Mvc.Co...
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
..
ApplicationModel Fix attribute routing error message related to replace tokens 2017-01-04 15:43:57 -08:00
ApplicationParts Dynamic assembly checks to prevent NotSupprotedExceptions from System.Reflection.Emit 2016-11-07 12:49:49 -08:00
Authorization
Builder
Controllers
DependencyInjection Add extension method for IParameterModelConvention. (#5640) 2016-12-27 16:49:12 -08:00
Filters
Formatters [Fixes #4945] Simple string returned by controller action is not a valid JSON! 2017-01-25 13:29:18 -08:00
Infrastructure Migrate to MSBuild 2017-02-28 21:20:39 -08:00
Internal Migrate to MSBuild 2017-02-28 21:20:39 -08:00
ModelBinding Add BindingSourceMetadataProvider 2017-02-17 13:22:10 -08:00
Properties
Routing Add support for updateable ActionDescriptorCollection 2016-11-17 10:08:38 -08:00
AcceptedAtActionResultTests.cs
AcceptedAtRouteResultTests.cs
AcceptedResultTests.cs
BadRequestObjectResultTests.cs
BadRequestResultTests.cs
BindAttributeTest.cs
ChallengeResultTest.cs
ConsumesAttributeTests.cs
ContentResultTest.cs
ControllerBaseTest.cs Redirects with fragment (#5519) 2016-12-06 10:32:01 -08:00
CreatedAtActionResultTests.cs
CreatedAtRouteResultTests.cs
CreatedResultTests.cs
EmptyResultTests.cs
FileContentResultTest.cs
FileResultTest.cs
FileStreamResultTest.cs
FlushReportingStream.cs
ForbidResultTest.cs
HttpNotFoundObjectResultTest.cs
HttpNotFoundResultTests.cs
HttpOkObjectResultTest.cs
HttpOkResultTest.cs
HttpStatusCodeResultTests.cs
HttpUnauthorizedResultTests.cs
LocalRedirectResultTest.cs
MediaTypeCollectionTest.cs
Microsoft.AspNetCore.Mvc.Core.Test.csproj Migrate to MSBuild 2017-02-28 21:20:39 -08:00
MvcOptionsTest.cs
NonDisposableStreamTest.cs
ObjectResultTests.cs
PhysicalFileResultTest.cs
ProducesAttributeTests.cs [Fixes #5012] ProducesAttribute should not inherit from ResultFilterAttribute 2017-01-25 14:00:35 -08:00
RedirectResultTest.cs
RedirectToActionResultTest.cs Redirects with fragment (#5519) 2016-12-06 10:32:01 -08:00
RedirectToRouteResultTest.cs Redirects with fragment (#5519) 2016-12-06 10:32:01 -08:00
RequireHttpsAttributeTests.cs
ResponseCacheAttributeTest.cs
SerializableErrorTests.cs
SignInResultTest.cs
SignOutResultTest.cs
TestApplicationPart.cs
TestFeatureProvider.cs
VirtualFileResultTest.cs
xunit.runner.json Migrate to MSBuild 2017-02-28 21:20:39 -08:00