aspnetcore/test/Microsoft.AspNetCore.Mvc.Ra...
Ryan Nowak c0e3519bc3 Set an order on @inject to run behind @namespace
The problem is that @inject uses the type name, and @namespace can change
it. Setting an explicit order makes sure that these things happen in a
sensible sequence.
2017-04-13 13:59:47 -07:00
..
IntegrationTests Rename ITagHelperDescriptorBuilder => TagHelperDescriptorBuilder. 2017-04-11 17:08:38 -07:00
Internal Remove unused files 2017-04-10 19:47:41 -07:00
Properties
TestFiles/IntegrationTests/CodeGenerationIntegrationTest Set an order on @inject to run behind @namespace 2017-04-13 13:59:47 -07:00
DictionaryPrefixTestTagHelper.cs
InjectDirectiveTargetExtensionTest.cs
InjectDirectiveTest.cs
InputTestTagHelper.cs
LineMappingsSerializer.cs
Microsoft.AspNetCore.Mvc.Razor.Extensions.Test.csproj Move test infrastructure 2017-04-10 19:42:56 -07:00
ModelDirectiveTest.cs
ModelExpressionPassTest.cs Rename ITagHelperDescriptorBuilder => TagHelperDescriptorBuilder. 2017-04-11 17:08:38 -07:00
MvcRazorTemplateEngineTest.cs
MvcViewDocumentClassifierPassTest.cs
NamespaceDirectiveTest.cs Implement @namespace 2017-04-11 12:46:02 -07:00
PageDirectiveTest.cs Add support for naming a page (#1204) 2017-04-11 10:10:45 -07:00
RazorPageDocumentClassifierPassTest.cs
ViewComponentTagHelperDescriptorConventionsTest.cs Rename ITagHelperDescriptorBuilder => TagHelperDescriptorBuilder. 2017-04-11 17:08:38 -07:00
ViewComponentTagHelperPassTest.cs Rename ITagHelperDescriptorBuilder => TagHelperDescriptorBuilder. 2017-04-11 17:08:38 -07:00
xunit.runner.json