aspnetcore/test
Javier Calvarro Nelson 1d6b02c1f5 [Fixes #7239] Add support for loading additional parts.
* Support loading parts through an assembly metadata attribute with a
  key of Microsoft.AspNetCore.Mvc.AdditionalReference and a value that
  describes the additional assembly to add to the list of parts and
  whether or not it should be added by default. The additional reference
  can only contain the file name of the assembly and it must be located
  side by side with the assembly where the additional reference is
  defined.
* Add an AdditionalAssemblyPart application parts to represent parts
  that are not part of the original application per se, like precompiled
  views.
* Update the ViewsFeatureProvider to search for razor views in the
  application part directly instead of trying to load the precompiled
  views assembly part.
2018-01-21 08:02:20 -08:00
..
Microsoft.AspNetCore.Mvc.Abstractions.Test
Microsoft.AspNetCore.Mvc.Analyzers.Test Introduce Mvc analyzers 2018-01-19 16:02:50 -08:00
Microsoft.AspNetCore.Mvc.ApiExplorer.Test
Microsoft.AspNetCore.Mvc.Core.Test [Fixes #7239] Add support for loading additional parts. 2018-01-21 08:02:20 -08:00
Microsoft.AspNetCore.Mvc.Cors.Test
Microsoft.AspNetCore.Mvc.DataAnnotations.Test Add `DisplayMetadata.NullDisplayTextProvider` and similar properties 2018-01-09 09:01:57 -08:00
Microsoft.AspNetCore.Mvc.Formatters.Json.Test Move option for JSON errors to MvcJsonOptions 2018-01-07 21:48:58 -08:00
Microsoft.AspNetCore.Mvc.Formatters.Xml.Test [Fixes 7139] Add format filter mapping for xml formatters 2018-01-10 15:18:37 -08:00
Microsoft.AspNetCore.Mvc.FunctionalTests Add PageConvention overloads for areas 2018-01-18 08:21:21 -08:00
Microsoft.AspNetCore.Mvc.IntegrationTests Improving logging - model binding 2018-01-11 14:51:53 -08:00
Microsoft.AspNetCore.Mvc.Localization.Test
Microsoft.AspNetCore.Mvc.Razor.Test [Fixes #7239] Add support for loading additional parts. 2018-01-21 08:02:20 -08:00
Microsoft.AspNetCore.Mvc.RazorPages.Test Add PageConvention overloads for areas 2018-01-18 08:21:21 -08:00
Microsoft.AspNetCore.Mvc.TagHelpers.Test Allow `null` or empty `fullName` in one special case 2018-01-09 08:53:37 -08:00
Microsoft.AspNetCore.Mvc.Test Use compatibility switch for auth filters 2018-01-11 17:42:32 -08:00
Microsoft.AspNetCore.Mvc.TestCommon Improving logging - model binding 2018-01-11 14:51:53 -08:00
Microsoft.AspNetCore.Mvc.TestDiagnosticListener
Microsoft.AspNetCore.Mvc.ViewFeatures.Test [Fixes #7115] Update property type check in SaveTempDataPropertyFilterBase to match TempDataSerializer requirements 2018-01-10 15:08:01 -08:00
Microsoft.AspNetCore.Mvc.WebApiCompatShimTest Use latest `Microsoft.AspNet.WebApi.Client` package 2018-01-05 16:42:28 -08:00
WebSites Update checksums 2018-01-18 10:54:15 -08:00
Directory.Build.props
MvcTests.ruleset