aspnetcore/test
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
..
Microsoft.AspNetCore.Mvc.Razor.Extensions.Test Make extensible directive type token rendering allow value types. 2017-05-17 10:31:16 -07:00
Microsoft.AspNetCore.Razor.Language.Test Make extensible directive type token rendering allow value types. 2017-05-17 10:31:16 -07:00
Microsoft.AspNetCore.Razor.Performance
Microsoft.AspNetCore.Razor.Runtime.Test
Microsoft.AspNetCore.Razor.Test.Common
Microsoft.AspNetCore.Razor.Test.MvcShim
Microsoft.CodeAnalysis.Razor.Test
Microsoft.VisualStudio.LanguageServices.Razor.Test
RazorPageGenerator.Test