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 Updating to use cli 2016-02-22 17:49:51 -08:00
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 Revert "Move aspnet/External#18 comments into `SkipReason`" 2016-01-30 00:02:36 -08:00
ContentNegotiationTest.cs Revert "Move aspnet/External#18 comments into `SkipReason`" 2016-01-30 00:02:36 -08:00
ControllerFromServicesTests.cs [Fixes #3732] Simplify controller discovery. 2016-03-31 10:50:26 -07:00
CorsTests.cs
CustomRouteSampleTest.cs Updating to use cli 2016-02-22 17:49:51 -08:00
CustomUrlHelperTest.cs Updating to use cli 2016-02-22 17:49:51 -08:00
DefaultOrderTest.cs
DefaultValuesTest.cs
DirectivesTest.cs
EmbeddedViewSampleTest.cs Updating to use cli 2016-02-22 17:49:51 -08:00
ErrorPageTests.cs Transition to Netstandard. 2016-03-01 13:39:31 -08:00
FileResultTests.cs Revert "Remove dangling test workarounds for and mentions of closed bugs" 2016-01-30 00:02:57 -08:00
FiltersTest.cs Remove ModelBinding features from ResourceFilters 2016-03-16 16:33:14 -07:00
FlushPointTest.cs * Unignore test 2016-02-03 12:03:03 -08:00
FormFileUploadTest.cs [Fixes #4099] Add a functional test for creating a form with a file upload field 2016-02-29 18:13:52 -08:00
FormatFilterSampleTest.cs Updating to use cli 2016-02-22 17:49:51 -08:00
HtmlGenerationTest.cs Remove OSx+Mono skips related to aspnet/External#50 2016-01-30 22:51:48 -08:00
HtmlHelperOptionsTest.cs
InlineConstraintSampleTest.cs Updating to use cli 2016-02-22 17:49:51 -08:00
InputFormatterTests.cs Revert "Move aspnet/External#18 comments into `SkipReason`" 2016-01-30 00:02:36 -08:00
InputObjectValidationTests.cs Revert "Move aspnet/External#18 comments into `SkipReason`" 2016-01-30 00:02:36 -08:00
JsonOutputFormatterTests.cs Revert "Move aspnet/External#18 comments into `SkipReason`" 2016-01-30 00:02:36 -08:00
JsonPatchSampleTest.cs Updating to use cli 2016-02-22 17:49:51 -08:00
JsonResultTest.cs
LinkGenerationTests.cs Revert "Remove dangling test workarounds for and mentions of closed bugs" 2016-01-30 00:02:57 -08:00
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 Updating to use cli 2016-02-22 17:49:51 -08:00
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 * Give message correct path. 2016-02-02 11:08:41 -08:00
RemoteAttributeValidationTest.cs
RequestServicesTest.cs
RespectBrowserAcceptHeaderTests.cs Revert "Move aspnet/External#18 comments into `SkipReason`" 2016-01-30 00:02:36 -08:00
RouteDataTest.cs Updating to use cli 2016-02-22 17:49:51 -08:00
RoutingTests.cs
SerializableErrorTests.cs Revert "Move aspnet/External#18 comments into `SkipReason`" 2016-01-30 00:02:36 -08:00
SimpleTests.cs
StreamOutputFormatterTest.cs
SubAreaTests.cs Updating to use cli 2016-02-22 17:49:51 -08:00
TagHelperSampleTest.cs Updating to use cli 2016-02-22 17:49:51 -08:00
TagHelpersFromServicesTest.cs [Fixes #4087] Add support for AddTagHelpersAsServices() 2016-04-02 10:32:48 -07:00
TagHelpersTest.cs
TempDataTest.cs Revert "Remove dangling test workarounds for and mentions of closed bugs" 2016-01-30 00:02:57 -08:00
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 Revert "Move aspnet/External#18 comments into `SkipReason`" 2016-01-30 00:02:36 -08:00
XmlDataContractSerializerInputFormatterTest.cs Revert "Move aspnet/External#18 comments into `SkipReason`" 2016-01-30 00:02:36 -08:00
XmlOutputFormatterTests.cs Revert "Move aspnet/External#18 comments into `SkipReason`" 2016-01-30 00:02:36 -08:00
XmlSerializerFormattersWrappingTest.cs
XmlSerializerInputFormatterTests.cs
project.json Fixed packages 2016-03-25 12:27:49 -07:00