Manuel Grundner
Manuel Grundner
Had a quick look into the gut's of dotnet-script guts and it's doable, but requires a lot of work. Another one for after #347
Maybe paranoid, Maybe both. If plugin provisioning is easy with #348 the script feature would be maxiumum a nice to have. Probably we drop support for it now and focus...
@ryanvolum I am facing the same issue, trying to include the `recipient` in the `createConversationUpdateActivity` function didn't do the trick. Still getting null in the C# bot when replying. Any...
Hi @yehia2amer! I started that project after I discovered Chromely. But now Microsoft aquired Github and Atom (therefore Electron) I think there will be some investment made by microsoft to...
Given i faced the same problem there are 2 scrubbers i found helpful: ```cs VerifierSettings.ScrubInlineGuids(); ``` will replace the `blazor:elementreference` value. Good enough for most stuff. second one is remove...