aspnetcore/test/Microsoft.AspNet.Razor.Test
Doug Bunting d545f47fe4 Avoid errors when generating baselines
- ignore missing expected output resources in this mode
- update `BaselineWriter` to avoid `IOException`s (file access issues)
 - serialize file operations
 - one file handle per file
- repeatedly `rm TestFiles/CodeGenerator/Output/*; `dnx . test`; no errors

also
- add generation of design-time line mappings
- fix ChunkGenerator -> CodeGenerator typo in path names
- update files only if they have changed
 - new `TestFiles.Exists()` method to support this check
- do not check results in `CSharpCodeBuilderTests` if `GENERATE_BASELINES` set

nits:
- update BOM in CodeBlockWithTextElement.cs to avoid future `git diff`s
- use more `var` and improve variable names in `TestFile`
- wrap long lines
2015-06-01 08:42:23 -07:00
..
Chunks/Generators Addressed code review comments. 2015-05-29 12:50:01 -07:00
CodeGenerators Avoid errors when generating baselines 2015-06-01 08:42:23 -07:00
Editor Address a round of nits 2015-05-19 17:39:26 -07:00
Framework Addressed code review comments. 2015-05-29 12:50:01 -07:00
Parser Addressed code review comments. 2015-05-29 12:50:01 -07:00
TagHelpers Remove special casing of '*' in TagHelperDescriptorProvider. 2015-05-29 15:06:14 -07:00
TestFiles Avoid errors when generating baselines 2015-06-01 08:42:23 -07:00
Text
Tokenizer Renamed CodeBuilder related classes to CodeGenerator 2015-05-27 17:00:41 -07:00
Utils Avoid errors when generating baselines 2015-06-01 08:42:23 -07:00
CSharpRazorCodeLanguageTest.cs Addressed code review comments. 2015-05-29 12:50:01 -07:00
Microsoft.AspNet.Razor.Test.xproj
RazorCodeLanguageTest.cs
RazorEngineHostTest.cs Addressed code review comments. 2015-05-29 12:50:01 -07:00
RazorErrorTest.cs
RazorTemplateEngineTest.cs Addressed code review comments. 2015-05-29 12:50:01 -07:00
SourceLocationTest.cs
StringTextBuffer.cs
project.json Revert "Reacting to updated CoreCLR packages" 2015-05-15 12:19:37 -07:00