aspnetcore/test/Microsoft.AspNetCore.Razor..../CodeGeneration
N. Taylor Mullen dc76027a7a Generate line pragmas even for whitespace.
- We need to pre-emptively generate line pragmas to handle C# scenarios which are session based. For instance, if a C# completion session starts at a location without a pragma they capture the origination point; at which point if a user keeps typing we generate a line pragma drastically changing where the copmletion started resulting in a broken C# completion experience.
- Updated test files to reflect new behavior.

#2299
2018-06-11 14:48:38 -07:00
..
CSharpCodeWriterTest.cs Convert most of CodeWriter into extensions 2017-07-07 10:55:33 -07:00
CodeTargetTest.cs
DefaultCodeTargetBuilderTest.cs
DefaultCodeTargetTest.cs
DefaultDocumentWriterTest.cs Add support for type parameters to class nodes 2018-04-05 15:26:42 -07:00
DesignTimeNodeWriterTest.cs Generate line pragmas even for whitespace. 2018-06-11 14:48:38 -07:00
LiteralRuntimeNodeWriterTest.cs Convert most of CodeWriter into extensions 2017-07-07 10:55:33 -07:00
RuntimeNodeWriterTest.cs Obsoleted IRazorEngineBuilder APIs 2018-04-13 12:35:53 -07:00
TagHelperHtmlAttributeRuntimeNodeWriterTest.cs Obsoleted IRazorEngineBuilder APIs 2018-04-13 12:35:53 -07:00