aspnetcore/test/Microsoft.AspNetCore.Mvc.Fu...
jacalvar 574ecbb3eb [Fixes #4087] Add support for AddTagHelpersAsServices()
* Added TagHelperFeature and TagHelperFeatureProvider to perform tag helper discovery.
* Changed tag helper discovery to use application parts when using tag helpers as services.
* Added FeatureTagHelperTypeResolver to resolve tag helper type definitions from the list of application parts.
* Added AddTagHelpersAsServices extension method on IMvcBuilder and IMvcCoreBuilder that
  performs tag helper discovery through the ApplicationPartManager and registers those tag helpers as
  services in the service collection. Assemblies should be added to the ApplicationPartManager
  in order to discover tag helpers in them in them. The @addTagHelper directive is still required on
  Razor pages to indicate what tag helpers to use.
2016-04-02 10:32:48 -07:00
..
compiler/resources Use a prefix tree as a backing store for ModelStateDictionary 2016-03-17 10:09:36 -07:00
ActionConstraintSampleTest.cs
AntiforgeryTestHelper.cs
AntiforgeryTests.cs
ApiExplorerTest.cs Added new attribute ProducesResponseTypeAttribute to enable ApiExplorer to expose response type and StatusCode. 2016-03-30 11:51:58 -07:00
ApplicationModelTest.cs
BasicTests.cs [Fixes #3732] Simplify controller discovery. 2016-03-31 10:50:26 -07:00
CompilationOptionsTests.cs Reacting to CoreCLR package changes 2016-03-22 14:49:43 -07:00
ConsumesAttributeTests.cs
ContentNegotiationTest.cs
ControllerFromServicesTests.cs [Fixes #3732] Simplify controller discovery. 2016-03-31 10:50:26 -07:00
CorsTests.cs
CustomRouteSampleTest.cs
CustomUrlHelperTest.cs
DefaultOrderTest.cs
DefaultValuesTest.cs
DirectivesTest.cs
EmbeddedViewSampleTest.cs
ErrorPageTests.cs Transition to Netstandard. 2016-03-01 13:39:31 -08:00
FileResultTests.cs
FiltersTest.cs Remove ModelBinding features from ResourceFilters 2016-03-16 16:33:14 -07:00
FlushPointTest.cs
FormFileUploadTest.cs
FormatFilterSampleTest.cs
HtmlGenerationTest.cs
HtmlHelperOptionsTest.cs
InlineConstraintSampleTest.cs
InputFormatterTests.cs
InputObjectValidationTests.cs
JsonOutputFormatterTests.cs
JsonPatchSampleTest.cs
JsonResultTest.cs
LinkGenerationTests.cs
LocalizationSampleTest.cs Reacting to Localization CookieName change 2016-03-04 10:33:50 -08:00
Microsoft.AspNetCore.Mvc.FunctionalTests.xproj Remove project name from output path 2016-03-02 14:39:12 -08:00
MvcEncodedTestFixtureOfT.cs Reacting to Hosting changes 2016-03-15 10:50:53 -07:00
MvcSampleFixture.cs Reacting to KoreBuild xunit test changes 2016-03-07 21:09:19 -08:00
MvcSandboxTest.cs
MvcTestFixture.cs Remove IAssemblyProvider and update DNX to work with application parts. 2016-04-01 11:01:09 -07:00
OutputFormatterTest.cs
RazorPageExecutionInstrumentationTest.cs
RazorViewLocationSpecificationTest.cs
RemoteAttributeValidationTest.cs
RequestServicesTest.cs
RespectBrowserAcceptHeaderTests.cs
RouteDataTest.cs
RoutingTests.cs
SerializableErrorTests.cs
SimpleTests.cs
StreamOutputFormatterTest.cs
SubAreaTests.cs
TagHelperSampleTest.cs
TagHelpersFromServicesTest.cs [Fixes #4087] Add support for AddTagHelpersAsServices() 2016-04-02 10:32:48 -07:00
TagHelpersTest.cs
TempDataTest.cs
UrlResolutionTest.cs
VersioningTests.cs
ViewComponentFromServicesTests.cs [Fixes #4087] Add AddViewComponentsAsServices() and ServiceBasedViewComponentActivator 2016-04-01 10:55:04 -07:00
ViewEngineTests.cs Reacting to Localization CookieName change 2016-03-04 10:33:50 -08:00
WebApiCompatShimActionResultTest.cs
WebApiCompatShimActionSelectionTest.cs
WebApiCompatShimBasicTest.cs Fix failing functional tests 2016-03-16 20:33:41 -07:00
WebApiCompatShimParameterBindingTest.cs
XmlDataContractSerializerFormattersWrappingTest.cs
XmlDataContractSerializerInputFormatterTest.cs
XmlOutputFormatterTests.cs
XmlSerializerFormattersWrappingTest.cs
XmlSerializerInputFormatterTests.cs
project.json Fixed packages 2016-03-25 12:27:49 -07:00