-
-
Notifications
You must be signed in to change notification settings - Fork 23
Unobserved Task MudExBaseFormComponent #38
Description
Unobserved Task Exception: A Task's exception(s) were not observed either by Waiting on the Task or accessing its Exception property. As a result, the unobserved exception was rethrown by the finalizer thread. (An attempt was made to transition a task to a final state when it had already completed.)
[{"ClassName":"System.InvalidOperationException","Message":"An attempt was made to transition a task to a final state when it had already completed.","Data":null,"InnerException":null,"HelpURL":null,"StackTraceString":" at System.Threading.Tasks.TaskCompletionSource.SetResult()\n at MudBlazor.Extensions.Components.Base.MudExBaseFormComponent3[[MudExRichTextEditor.MudExRichTextEdit, MudExRichTextEditor, Version=8.5.2.0, Culture=neutral, PublicKeyToken=null],[System.String, System.Private.CoreLib, Version=9.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=9.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]].OnFinishedRenderAsync()\n at MudBlazor.Extensions.Components.Base.MudExBaseFormComponent3.<b__61_0>d[[MudExRichTextEditor.MudExRichTextEdit, MudExRichTextEditor, Version=8.5.2.0, Culture=neutral, PublicKeyToken=null],[System.String, System.Private.CoreLib, Version=9.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=9.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]].MoveNext()","RemoteStackTraceString":null,"RemoteStackIndex":0,"ExceptionMethod":null,"HResult":-2146233079,"Source":"System.Private.CoreLib","WatsonBuckets":null}]
Component:
<MudExRichTextEdit
@bind-Value="@element.Value"
EnableResize="true"
Tools="_tools"
ValueHtmlBehavior="GetHtmlBehavior.SemanticHtml"
Placeholder="@element.DisplayName"/>
I have multiplies in foreach loop