Uwe Mayer
Uwe Mayer
Hi Mikael, What about .NET standard? We would like to use your library in a client side Blazor app. Best regards, Uwe
Meanwhile, I tried to port the library myself and it may work. I would also suggest to add another plugin catalog type for web API sources. I'm working on a...
You are right and it makes sense to skip it for the long run. Unfortunately, I'll need a temporary solution right now. I'll adapt your lib to this purpose on...
Sorry for the following unconvenient way to send you the proposal, but I already had to adopt everything to be compatible to WebAssembly (main issue is no file system access)...
> > @FM1973 > > I call it in OnNavigatedTo: > > ``` > > protected async override void OnNavigatedTo(NavigatedToEventArgs args) > > { > > base.OnNavigatedTo(args); > > >...