OYIon / LiveSharp

Public repository for the LiveSharp project
96 stars 4 forks source link

Exception in LiveSharp.Support.Blazor #88

Open princeoffoods opened 4 years ago

princeoffoods commented 4 years ago

Just FYI. Wanted to give try LiveSharp with blazor server project.

    Message "Object reference not set to an instance of an object." string
    Source  "LiveSharp.Support.Blazor"  string
    StackTrace  "   at LiveSharp.Support.Blazor.BlazorInspector.FormatData(Object data, Boolean encode)\r\n   at LiveSharp.Support.Blazor.BlazorInspector.Render(Object instance, Int32 key)\r\n   at LiveSharp.Support.Blazor.BlazorInspector.BuildRenderTreeCalled(Object instance)\r\n   at LiveSharp.Support.Blazor.BlazorUpdateHandler.HandleCall(Object instance, String methodIdentifier, Object[] args, Type[] argTypes)\r\n   at LiveSharp.Runtime.LiveSharpRuntime.GetUpdateByMethodIdentifier[TOwner](TOwner instance, String methodIdentifier, Type[] parameterTypes, Object[] args)\r\n   at LiveSharp.Runtime.LiveSharpRuntime.GetUpdate[TOwner](TOwner instance, String methodName, Type[] parameterTypes, Object[] args)\r\n   at LiveSharp.Runtime.LiveSharpRuntime.GetUpdate[TOwner,TArg0](String methodName, TOwner instance, TArg0 arg0)\r\n   at BotBlazor.Pages.ContractChartBig2.BuildRenderTree(RenderTreeBuilder __builder)"   string