The IR lowering phase was attaching the 'tag helper fields' node to the builder instead of to the top-level node (document). This meant that things wouldn't be where we expect when the first tag helper occurrence is inside a directive block (section). Found this porting MVC to use the new Razor codebase. |
||
|---|---|---|
| .. | ||
| DefaultRazorIRBuilderTest.cs | ||
| DefaultRazorIRLoweringPhaseIntegrationTest.cs | ||
| RazorIRAssert.cs | ||
| RazorIRBuilderExtensionsTest.cs | ||
| RazorIRBuilderTest.cs | ||
| RazorIRNodeWalkerTest.cs | ||