Way to reproduce error "Cannot wait on monitors on this runtime" #1040
Unanswered
JohnGoldInc
asked this question in
Q&A
Replies: 3 comments 1 reply
-
Hey, It depends a bit what you mean with the Blazor runtime. Certainly we are using components of the library, but also have custom types. For example we have a custom renderer that builds on top of the Blazor base one. Blazor distinguishes between WebAssembly and Server in the technical code base as well. In what specific scenario are you interested in? |
Beta Was this translation helpful? Give feedback.
0 replies
-
I want to do test driven development fixing Microsoft.OData.Client so it
can do Linq Where clause based calls in blazor. It uses a .Wait() instead
of the async await pattern and errors because of the limitation of Blazor.
…On Sat, Apr 15, 2023 at 4:33 AM Steven Giesel ***@***.***> wrote:
Hey,
It depends a bit what you mean with the Blazor runtime. Certainly we are
using components of the library, but also have custom types.
For example we have a custom renderer that builds on top of the Blazor
base one. Blazor distinguishes between WebAssembly and Server in the
technical code base as well.
In what specific scenario are you interested in?
—
Reply to this email directly, view it on GitHub
<#1040 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABFYVEZAO7M4OVNA6JNK223XBJMNDANCNFSM6AAAAAAW63LSII>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
1 reply
-
Only reproducible in Web assembly, Thanks!
…On Mon, Apr 17, 2023 at 7:53 AM Steven Giesel ***@***.***> wrote:
The error message seems to come from the renderer itself. As WebAssembly
and Server have their own renderer: Is your issue reproducible in web
assembly as well as Blazor Server?
WebAssembly and Server are sharing a common abstract renderer.. and that
abstract renderer is where bunit hooks in.
—
Reply to this email directly, view it on GitHub
<#1040 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABFYVE3Z5C5GZ5WOMHVQ57TXBUVJ5ANCNFSM6AAAAAAW63LSII>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Does bUnit use the blazor runtiume?
I could not find "Cannot wait on monitors on this runtime" via a search, in here
Beta Was this translation helpful? Give feedback.
All reactions