aspnetcore/test/Microsoft.AspNetCore.Razor..../Langauge
N. Taylor Mullen dcccea3004 Add Checksum computation to RazorSourceDocument.
- Renamed many of our `RazorSourceDocument` abstractions to not include the word `Razor`.
- Added a `GetChecksum()` method to `RazorSourceDocument` to allow source documents to compute their own checksums.
- Re-generated codegen tests that did not normalize new lines. Ones that did re-generate newlines converted from stream => string => normalized string and then ran the Razor parser.
- Added tests to validate `GetChecksum` for all source document types.
- Removed unused `LegacySourceDocument`.
2017-05-26 12:29:36 -07:00
..
IntegrationTests Removed ExecuteTagHelpersIRNode 2017-05-22 11:03:34 -07:00
Intermediate Removed ExecuteTagHelpersIRNode 2017-05-22 11:03:34 -07:00
RazorEngineBuilderExtensions.cs
TestFile.cs
TestProject.cs
TestRazorCodeDocument.cs
TestRazorProject.cs
TestRazorProjectItem.cs Add Checksum computation to RazorSourceDocument. 2017-05-26 12:29:36 -07:00
TestRazorSourceDocument.cs Add Checksum computation to RazorSourceDocument. 2017-05-26 12:29:36 -07:00
TestTagHelperFeature.cs Add a new THProvider api 2017-05-16 14:59:37 -07:00