mkgn
mkgn
I am also wondering about this
Hmm... it's funny... the line it shows in console is 19. When you apply a CSP policy with **"script-src 'self'** does it complain?
Hello, My question is also along the same line. However I want some insight so I can try to modify your code to do this. Let me brief my setup....
This is sorted. Reason for this was instead of sending an ExpandoObject i sent a dynamic {} and for some reason it didn't work. When I create a ExpandoObject explicitly...
I think it'll be useful. I'll try to explain my case. I have two independent components. 1) Dashboard which is the vue-grid 2) A bucket component of sort that populates...
Yes you are correct. Having Add/Remove event won't do much. Thank you! We can close this.
As per the documentation at https://mongodb-entities.com/wiki/DB-Instances.html, I am trying to create DBContext per request based on TenantId (identified via a Middleware). The DBContext is returned via below method per request...
@attilabicsko - I am trying to do the same thing. Did you implement it successfully? How did you made builder.Services.AddIdentity() .AddMongoDbStores(...) to work? Since inside this extension method it always...
> > > This is an example, not a library. It shouldn't be 404 in either case. Any chance you have something else wrong? Can you fork the code and...
ASP.Net Core with .Net 5.0 Will you be able to update your example to give a full walk-through? Like what you have now + a JWT auth API end point...