aspnetcore/test
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
..
Microsoft.AspNetCore.Mvc.Razor.Extensions.Test Fixed a bug in VCTH pass and added an integration test 2017-05-25 15:44:24 -07:00
Microsoft.AspNetCore.Razor.Language.Test Add Checksum computation to RazorSourceDocument. 2017-05-26 12:29:36 -07:00
Microsoft.AspNetCore.Razor.Performance
Microsoft.AspNetCore.Razor.Runtime.Test
Microsoft.AspNetCore.Razor.Test.Common Add Checksum computation to RazorSourceDocument. 2017-05-26 12:29:36 -07:00
Microsoft.AspNetCore.Razor.Test.MvcShim Fixed a bug in VCTH pass and added an integration test 2017-05-25 15:44:24 -07:00
Microsoft.CodeAnalysis.Razor.Test Make ViewComponentTagHelper's bound attribute display names nicer. 2017-05-25 15:57:51 -07:00
Microsoft.VisualStudio.LanguageServices.Razor.Test Rename TagHelperBoundAttributeDescriptorBuilder => BoundAttributeDescriptorBuilder. 2017-05-19 12:44:07 -07:00
RazorPageGenerator.Test