Untitled
unknown
plain_text
7 days ago
6.5 kB
22
No Index
#pragma checksum "C:\Users\Fabian\source\repos\BlazorEnderalTalentCalculatorV5\Pages\TalentCalculator.razor" "{8829d00f-11b8-4213-878b-770e8597ac16}" "6b37737e33c620b0b795e3a47ac1278c94ec2e554549f71e34516ac6654672a6"
// <auto-generated/>
#pragma warning disable 1591
namespace BlazorEnderalTalentCalculatorV5.Pages
{
#line default
using global::System;
using global::System.Collections.Generic;
using global::System.Linq;
using global::System.Threading.Tasks;
using global::Microsoft.AspNetCore.Components;
#nullable restore
#line (1,2)-(1,23) "C:\Users\Fabian\source\repos\BlazorEnderalTalentCalculatorV5\_Imports.razor"
using System.Net.Http
#nullable disable
;
#nullable restore
#line (2,2)-(2,28) "C:\Users\Fabian\source\repos\BlazorEnderalTalentCalculatorV5\_Imports.razor"
using System.Net.Http.Json
#nullable disable
;
#nullable restore
#line (3,2)-(3,45) "C:\Users\Fabian\source\repos\BlazorEnderalTalentCalculatorV5\_Imports.razor"
using Microsoft.AspNetCore.Components.Forms
#nullable disable
;
#nullable restore
#line (4,2)-(4,47) "C:\Users\Fabian\source\repos\BlazorEnderalTalentCalculatorV5\_Imports.razor"
using Microsoft.AspNetCore.Components.Routing
#nullable disable
;
#nullable restore
#line (5,2)-(5,43) "C:\Users\Fabian\source\repos\BlazorEnderalTalentCalculatorV5\_Imports.razor"
using Microsoft.AspNetCore.Components.Web
#nullable disable
;
#nullable restore
#line (6,2)-(6,58) "C:\Users\Fabian\source\repos\BlazorEnderalTalentCalculatorV5\_Imports.razor"
using Microsoft.AspNetCore.Components.Web.Virtualization
#nullable disable
;
#nullable restore
#line (7,2)-(7,56) "C:\Users\Fabian\source\repos\BlazorEnderalTalentCalculatorV5\_Imports.razor"
using Microsoft.AspNetCore.Components.WebAssembly.Http
#nullable disable
;
#nullable restore
#line (8,2)-(8,27) "C:\Users\Fabian\source\repos\BlazorEnderalTalentCalculatorV5\_Imports.razor"
using Microsoft.JSInterop
#nullable disable
;
#nullable restore
#line (9,2)-(9,39) "C:\Users\Fabian\source\repos\BlazorEnderalTalentCalculatorV5\_Imports.razor"
using BlazorEnderalTalentCalculatorV5
#nullable disable
;
#nullable restore
#line (10,2)-(10,46) "C:\Users\Fabian\source\repos\BlazorEnderalTalentCalculatorV5\_Imports.razor"
using BlazorEnderalTalentCalculatorV5.Layout
#nullable disable
;
#line default
#line hidden
[global::Microsoft.AspNetCore.Components.RouteAttribute(
// language=Route,Component
#nullable restore
#line (1,7)-(1,26) "C:\Users\Fabian\source\repos\BlazorEnderalTalentCalculatorV5\Pages\TalentCalculator.razor"
"/talentcalculator"
#line default
#line hidden
#nullable disable
)]
#nullable restore
public partial class TalentCalculator : global::Microsoft.AspNetCore.Components.ComponentBase
#nullable disable
{
#pragma warning disable 1998
protected override void BuildRenderTree(global::Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder __builder)
{
__builder.OpenComponent<global::Microsoft.AspNetCore.Components.Web.PageTitle>(0);
__builder.AddAttribute(1, "ChildContent", (global::Microsoft.AspNetCore.Components.RenderFragment)((__builder2) => {
__builder2.AddContent(2, "Enderal Talent Calculator");
}
));
__builder.CloseComponent();
__builder.AddMarkupContent(3, "\r\n\r\n");
__builder.AddMarkupContent(4, "<h3>Talent Calculator</h3>\r\n\r\n");
__builder.OpenElement(5, "div");
__builder.OpenElement(6, "button");
__builder.AddAttribute(7, "onclick", global::Microsoft.AspNetCore.Components.EventCallback.Factory.Create<global::Microsoft.AspNetCore.Components.Web.MouseEventArgs>(this,
#nullable restore
#line (7,23)-(7,23) "C:\Users\Fabian\source\repos\BlazorEnderalTalentCalculatorV5\Pages\TalentCalculator.razor"
#line default
#line hidden
#nullable disable
));
__builder.AddContent(8, "Generate Circles");
__builder.CloseElement();
__builder.CloseElement();
__builder.AddMarkupContent(9, "\r\n\r\n");
__builder.OpenElement(10, "div");
__builder.OpenElement(11, "p");
#nullable restore
#line (11,9)-(11,22) 25 "C:\Users\Fabian\source\repos\BlazorEnderalTalentCalculatorV5\Pages\TalentCalculator.razor"
__builder.AddContent(12, Talent.except
#line default
#line hidden
#nullable disable
);
__builder.CloseElement();
__builder.AddMarkupContent(13, "\r\n ");
__builder.OpenElement(14, "p");
#nullable restore
#line (12,9)-(12,20) 25 "C:\Users\Fabian\source\repos\BlazorEnderalTalentCalculatorV5\Pages\TalentCalculator.razor"
__builder.AddContent(15, Talent.test
#line default
#line hidden
#nullable disable
);
__builder.CloseElement();
__builder.CloseElement();
__builder.AddMarkupContent(16, "\r\n\r\n\r\n\r\n");
__builder.OpenElement(17, "div");
__builder.OpenElement(18, "svg");
__builder.AddAttribute(19, "width", "600");
__builder.AddAttribute(20, "height", "520");
#nullable restore
#line (19,10)-(19,18) 25 "C:\Users\Fabian\source\repos\BlazorEnderalTalentCalculatorV5\Pages\TalentCalculator.razor"
__builder.AddContent(21, HtmlTest
#line default
#line hidden
#nullable disable
);
__builder.CloseElement();
__builder.CloseElement();
}
#pragma warning restore 1998
#nullable restore
#line (36,8)-(54,1) "C:\Users\Fabian\source\repos\BlazorEnderalTalentCalculatorV5\Pages\TalentCalculator.razor"
public static string HtmlTest;
protected override Task OnInitializedAsync()
{
Talent.deseralizeJsonIntoListOfTalentObjects();
for (int i = 0; i < Talent.talentDataWarriorKeeper.Count(); i++)
{
HtmlTest += $"<circle id=\"{Talent.talentDataWarriorKeeper[0].Id}\" r=\"8\" cx=\"{Talent.talentDataWarriorKeeper[0].CoordinateX}\" cy=\"{Talent.talentDataWarriorKeeper[0].CoordinateY}\" fill=\"none\" stroke=\"#C71616\" stroke-width=\"3\"/> ";
}
Console.WriteLine(HtmlTest);
return base.OnInitializedAsync();
}
#line default
#line hidden
#nullable disable
}
}
#pragma warning restore 1591
Editor is loading...
Leave a Comment