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 Revisit the unwrapping code in ControllerActionInvoker 2017-09-19 09:49:37 -07:00
ActionSelectorTest.cs Remove TestOptionsManager 2017-10-30 17:49:15 -07:00
ApiBehaviorApplicationModelProviderTest.cs Infer multipart/form-data for FromFile parameters 2017-11-02 09:36:31 -07:00
AttributeRouteTest.cs
AttributeRoutingTest.cs
AuthorizationApplicationModelProviderTest.cs Remove TestOptionsManager 2017-10-30 17:49:15 -07:00
ClientValidatorCacheTest.cs
ControllerActionDescriptorBuilderTest.cs
ControllerActionDescriptorProviderTests.cs Remove TestOptionsManager 2017-10-30 17:49:15 -07:00
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 Support validation and BindBehavior on top-level action parameters and bound properties. Fixes #6790 2017-09-22 10:13:48 +01:00
DefaultCollectionValidationStrategyTest.cs
DefaultComplexObjectValidationStrategyTest.cs
DefaultModelValidatorProviderTest.cs
DefaultObjectValidatorTests.cs Move `IHttpRequestStreamReaderFactory` from `.Internal` to `.Infrastructure` 2018-01-09 10:51:09 -08:00
DisableRequestSizeLimitFilterTest.cs Changed RequestSizeLimitAttribute to create an authorization filter rather than a resource filter. 2017-09-12 17:03:24 -07:00
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 Added RequestFormLimits filter. 2017-09-18 13:48:15 -07:00
RequestSizeLimitFilterTest.cs Changed RequestSizeLimitAttribute to create an authorization filter rather than a resource filter. 2017-09-12 17:03:24 -07:00
ResponseCacheFilterExecutorTest.cs Fix #4914 patternize filter overrides 2017-09-18 12:12:44 -07:00
ResponseContentTypeHelperTest.cs
ShortFormDictionaryValidationStrategyTest.cs
ValidatorCacheTest.cs
ViewEnginePathTest.cs