parent
80d6dfea89
commit
2317fc9687
|
|
@ -28,7 +28,7 @@ IDisposable __typeHelper = default!;
|
||||||
private static System.Object __o = null;
|
private static System.Object __o = null;
|
||||||
#pragma warning restore 0414
|
#pragma warning restore 0414
|
||||||
#pragma warning disable 1998
|
#pragma warning disable 1998
|
||||||
protected override void BuildRenderTree(Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder builder)
|
protected override void BuildRenderTree(Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder __builder)
|
||||||
{
|
{
|
||||||
__o =
|
__o =
|
||||||
#nullable restore
|
#nullable restore
|
||||||
|
|
|
||||||
|
|
@ -5,19 +5,19 @@ Generated Location: (641:17,0 [11] )
|
||||||
|
|
||||||
Source Location: (38:1,13 [15] TestFiles/IntegrationTests/CodeGenerationIntegrationTest/BasicComponent.cshtml)
|
Source Location: (38:1,13 [15] TestFiles/IntegrationTests/CodeGenerationIntegrationTest/BasicComponent.cshtml)
|
||||||
|this.ToString()|
|
|this.ToString()|
|
||||||
Generated Location: (1238:35,13 [15] )
|
Generated Location: (1240:35,13 [15] )
|
||||||
|this.ToString()|
|
|this.ToString()|
|
||||||
|
|
||||||
Source Location: (79:3,5 [29] TestFiles/IntegrationTests/CodeGenerationIntegrationTest/BasicComponent.cshtml)
|
Source Location: (79:3,5 [29] TestFiles/IntegrationTests/CodeGenerationIntegrationTest/BasicComponent.cshtml)
|
||||||
|string.Format("{0}", "Hello")|
|
|string.Format("{0}", "Hello")|
|
||||||
Generated Location: (1435:43,6 [29] )
|
Generated Location: (1437:43,6 [29] )
|
||||||
|string.Format("{0}", "Hello")|
|
|string.Format("{0}", "Hello")|
|
||||||
|
|
||||||
Source Location: (132:6,12 [37] TestFiles/IntegrationTests/CodeGenerationIntegrationTest/BasicComponent.cshtml)
|
Source Location: (132:6,12 [37] TestFiles/IntegrationTests/CodeGenerationIntegrationTest/BasicComponent.cshtml)
|
||||||
|
|
|
|
||||||
void IDisposable.Dispose(){ }
|
void IDisposable.Dispose(){ }
|
||||||
|
|
|
|
||||||
Generated Location: (1687:52,12 [37] )
|
Generated Location: (1689:52,12 [37] )
|
||||||
|
|
|
|
||||||
void IDisposable.Dispose(){ }
|
void IDisposable.Dispose(){ }
|
||||||
|
|
|
|
||||||
|
|
|
||||||
|
|
@ -12,10 +12,10 @@ namespace __GeneratedComponent
|
||||||
public class AspNetCore_d3c3d6059615673cb46fc4974164d61eabadb890 : Microsoft.AspNetCore.Components.ComponentBase, IDisposable
|
public class AspNetCore_d3c3d6059615673cb46fc4974164d61eabadb890 : Microsoft.AspNetCore.Components.ComponentBase, IDisposable
|
||||||
{
|
{
|
||||||
#pragma warning disable 1998
|
#pragma warning disable 1998
|
||||||
protected override void BuildRenderTree(Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder builder)
|
protected override void BuildRenderTree(Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder __builder)
|
||||||
{
|
{
|
||||||
builder.OpenElement(0, "div");
|
__builder.OpenElement(0, "div");
|
||||||
builder.AddAttribute(1, "class",
|
__builder.AddAttribute(1, "class",
|
||||||
#nullable restore
|
#nullable restore
|
||||||
#line 2 "TestFiles/IntegrationTests/CodeGenerationIntegrationTest/BasicComponent.cshtml"
|
#line 2 "TestFiles/IntegrationTests/CodeGenerationIntegrationTest/BasicComponent.cshtml"
|
||||||
this.ToString()
|
this.ToString()
|
||||||
|
|
@ -24,8 +24,8 @@ namespace __GeneratedComponent
|
||||||
#line hidden
|
#line hidden
|
||||||
#nullable disable
|
#nullable disable
|
||||||
);
|
);
|
||||||
builder.AddMarkupContent(2, "\r\n Hello world\r\n ");
|
__builder.AddMarkupContent(2, "\r\n Hello world\r\n ");
|
||||||
builder.AddContent(3,
|
__builder.AddContent(3,
|
||||||
#nullable restore
|
#nullable restore
|
||||||
#line 4 "TestFiles/IntegrationTests/CodeGenerationIntegrationTest/BasicComponent.cshtml"
|
#line 4 "TestFiles/IntegrationTests/CodeGenerationIntegrationTest/BasicComponent.cshtml"
|
||||||
string.Format("{0}", "Hello")
|
string.Format("{0}", "Hello")
|
||||||
|
|
@ -34,8 +34,8 @@ namespace __GeneratedComponent
|
||||||
#line hidden
|
#line hidden
|
||||||
#nullable disable
|
#nullable disable
|
||||||
);
|
);
|
||||||
builder.AddMarkupContent(4, "\r\n");
|
__builder.AddMarkupContent(4, "\r\n");
|
||||||
builder.CloseElement();
|
__builder.CloseElement();
|
||||||
}
|
}
|
||||||
#pragma warning restore 1998
|
#pragma warning restore 1998
|
||||||
#nullable restore
|
#nullable restore
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue