-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Description
This issue has been moved from a ticket on Developer Community.
While implementing the Blazor Server screen with .Net Core 5.0, the desynchronization of the DB processing did not work well by linking the DB processing using EFCore and the Blazor screen, and I was addicted to not displaying the "in-process overlay".
-StateHasChanged () is not resolved even if the number of execution points is increased.
・ Even if the O / R mapper is changed to Dapper instead of EFCore, the problem persists.
-Execute await Task.Delay (1); and forcibly return the thread to the screen to solve the problem.
Original Comments
Feedback Bot on 9/26/2021, 01:07 AM:
We have directed your feedback to the appropriate engineering team for further evaluation. The team will review the feedback and notify you about the next steps.
Original Solutions
(no solutions)