Skip to content
This repository was archived by the owner on Apr 29, 2022. It is now read-only.
This repository was archived by the owner on Apr 29, 2022. It is now read-only.

Known-issues #18

@Joelius300

Description

@Joelius300

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions