aspnetcore/test/Microsoft.AspNetCore.Mvc.Co.../Internal
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
..
AcceptHeaderParserTest.cs
ActionConstraintCacheTest.cs
ActionDescriptorCollectionProviderTest.cs
ActionMethodExecutorTest.cs
ActionSelectorTest.cs
ApiBehaviorApplicationModelProviderTest.cs Infer multipart/form-data for FromFile parameters 2017-11-02 09:36:31 -07:00
AttributeRouteTest.cs
AttributeRoutingTest.cs
AuthorizationApplicationModelProviderTest.cs
ClientValidatorCacheTest.cs
ControllerActionDescriptorBuilderTest.cs
ControllerActionDescriptorProviderTests.cs
ControllerActionInvokerCacheTest.cs Improving logging - model binding 2018-01-11 14:51:53 -08:00
ControllerActionInvokerTest.cs Improve logging - filter pipeline execution 2017-12-14 11:22:13 -08:00
ControllerBinderDelegateProviderTest.cs Improving logging - model binding 2018-01-11 14:51:53 -08:00
DefaultApplicationModelProviderTest.cs Infer multipart/form-data for FromFile parameters 2017-11-02 09:36:31 -07:00
DefaultAssemblyPartDiscoveryProviderTest.cs [Fixes #7239] Add support for loading additional parts. 2018-01-21 08:02:20 -08:00
DefaultBindingMetadataProviderTest.cs
DefaultCollectionValidationStrategyTest.cs
DefaultComplexObjectValidationStrategyTest.cs
DefaultModelValidatorProviderTest.cs
DefaultObjectValidatorTests.cs Move `IHttpRequestStreamReaderFactory` from `.Internal` to `.Infrastructure` 2018-01-09 10:51:09 -08:00
DisableRequestSizeLimitFilterTest.cs
ElementalValueProviderTests.cs
ExplicitIndexCollectionValidationStrategyTest.cs
FilterFactoryTest.cs
FilterProviderTest.cs
HttpMethodActionConstraintTest.cs
MiddlewareFilterBuilderTest.cs Use `ExceptionDispatchInfo` in `MiddlewareFilterBuilder` if available 2018-01-02 14:56:41 -08:00
MiddlewareFilterConfigurationProviderTest.cs
MiddlewareFilterTest.cs Improving logging - model binding 2018-01-11 14:51:53 -08:00
MvcCoreLoggerExtensionsTest.cs Improve logging - filter pipeline execution 2017-12-14 11:22:13 -08:00
ParameterDefaultValuesTest.cs
PrefixContainerTest.cs
ReferenceEqualityComparerTest.cs
RequestFormLimitsFilterTest.cs
RequestSizeLimitFilterTest.cs
ResponseCacheFilterExecutorTest.cs
ResponseContentTypeHelperTest.cs
ShortFormDictionaryValidationStrategyTest.cs
ValidatorCacheTest.cs
ViewEnginePathTest.cs