Aleksei Petrov
Results
2
issues of
Aleksei Petrov
When Blazor WASM is hosted by ASP.NET Core and resides inside iframe, the debugger doesn't work. For example, I have Page1 with following html: ``` Loading... An unhandled error has...
bug
investigate
area-blazor
blazor-wasm
feature-blazor-debugging
affected-few
severity-major
Priority:3
For example there are 2 classes: ``` public class Source { public int? IntValue { get; set; } public string StringValue { get; set; } = "Some Value"; } public...