You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 29, 2022. It is now read-only.
Static assets from the library can't be consumed in a server-side blazor application
Even though the static assets in the library are correctly placed, they can only be consumed by client-side projects currently. We hope that this changes in the future previews.
If you're using server-side blazor or there is some issue with the static-asset-consumption, you should manually download the files from here, put them in the wwwroot folder of your project and directly reference them (forget _content in that case).
MissingMethodException when using client-side blazor
Currently there seems to be a serialization issue for client-side projects. It's related to this bug from json.net. Sadly there isn't really much we can do about this since we currently rely on json.net.
Thanks @SeppPenner for presenting a workaround that actually works. See this comment for how to do it and some more after that if you want details.
This bug will be entirely fixed either in an update of json.net, (blazor) or when the migration from Newtonsoft.Json to System.Text.Json is complete.