aspnetcore/test/Microsoft.AspNetCore.Mvc.Ra...
N. Taylor Mullen b8ea008151 Make extensible directive type token rendering allow value types.
- Instead of rendering a null assigning statement for a type token we now render a `default(TTypeToken)`. With this approach type tokens can be value types without creating a design time error.
- Re-generated baseline files to reflect new directive token code generation.

#1176
2017-05-17 10:31:16 -07:00
..
IntegrationTests Validate line mappings for integration tests in Razor.Extensions. 2017-05-17 10:20:36 -07:00
Properties
TestFiles/IntegrationTests Make extensible directive type token rendering allow value types. 2017-05-17 10:31:16 -07:00
InjectDirectiveTargetExtensionTest.cs
InjectDirectiveTest.cs
InstrumentationPassTest.cs Remove RazorIRBuilder.Document 2017-05-12 18:12:30 -07:00
LineMappingsSerializer.cs
Microsoft.AspNetCore.Mvc.Razor.Extensions.Test.csproj Compile CodeGeneration tests 2017-05-16 16:26:47 -07:00
ModelDirectiveTest.cs
ModelExpressionPassTest.cs Compile CodeGeneration tests 2017-05-16 16:26:47 -07:00
MvcRazorTemplateEngineTest.cs Remove default usings 2017-05-12 17:08:58 -07:00
MvcViewDocumentClassifierPassTest.cs
NamespaceDirectiveTest.cs Remove RazorIRBuilder.Document 2017-05-12 18:12:30 -07:00
PageDirectiveTest.cs
RazorPageDocumentClassifierPassTest.cs
ViewComponentTagHelperDescriptorConventionsTest.cs
ViewComponentTagHelperPassTest.cs Fix #1311 add a base class for features 2017-05-12 21:15:59 -07:00
xunit.runner.json