aspnetcore/test/Microsoft.AspNetCore.Razor....
Doug Bunting a8d4da9f17 Add a couple of missing `global::` prefixes
- was missing when writing out full name of an `enum` value
- was missing in one case when writing out `TagHelperAttribute` type name

nit: updated `CSharpTagHelperFieldDeclarationVisitor.WritePrivateField()` to always include the prefix
- no change in generated code but centralizes the prefix addition and reduces intermediate `string`s
2016-03-26 19:12:36 -07:00
..
Chunks/Generators
CodeGenerators Add a couple of missing `global::` prefixes 2016-03-26 19:12:36 -07:00
Editor
Framework
Parser
TagHelpers Add CSS attribute selectors for `TagHelper` attributes. 2016-03-08 12:15:06 -08:00
TestFiles Add a couple of missing `global::` prefixes 2016-03-26 19:12:36 -07:00
Text
Tokenizer
Utils
CSharpRazorCodeLanguageTest.cs
Microsoft.AspNetCore.Razor.Test.xproj
RazorCodeLanguageTest.cs
RazorEngineHostTest.cs
RazorErrorTest.cs
RazorTemplateEngineTest.cs
SourceLocationTest.cs
StringTextBuffer.cs
project.json Fixed build 2016-03-25 02:36:27 -07:00