- Removed `Minimized` from `TagHelperAttribute` and replaced it with `HtmlAttributeValueStyle`. - Removed `AddMinimizedTagHelperAttribute` method from `TagHelperExecutionContext` since we always provide a `HtmlAttributeValueStyle` now. - Stopped manually escaping double quotes because we now know how an attribute was originally written. - Updated tests to account for new attribute format (from kvp). #705 |
||
|---|---|---|
| .. | ||
| AddImportChunkGeneratorTest.cs | ||
| CSharpCodeGeneratorTest.cs | ||
| CSharpCodeWriterTest.cs | ||
| CSharpLineMappingWriterTest.cs | ||
| CSharpPaddingBuilderTests.cs | ||
| CSharpRazorChunkGeneratorTest.cs | ||
| CSharpTagHelperRenderingTest.cs | ||
| CSharpTagHelperRenderingUnitTest.cs | ||
| CodeGenTestCodeGenerator.cs | ||
| CodeGenTestHost.cs | ||
| CodeWriterTest.cs | ||
| DynamicAttributeBlockChunkGeneratorTest.cs | ||
| LineMappingTest.cs | ||
| RazorChunkGeneratorTest.cs | ||
| RazorCommentChunkGeneratorTest.cs | ||
| TabTest.cs | ||
| TagHelperAttributeValueCodeRendererTest.cs | ||
| TagHelperTestBase.cs | ||
| TestSpan.cs | ||