Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Blazor WASM project types #18

Open
johnkiddjr opened this issue Dec 9, 2020 · 1 comment
Open

Support for Blazor WASM project types #18

johnkiddjr opened this issue Dec 9, 2020 · 1 comment

Comments

@johnkiddjr
Copy link

Not sure if there is no support, or if I'm just doing something wrong here.

I'm using .Net Core 3.1, with a Blazor WASM standalone project, which does not have a _host.cshtml file under pages. Some quick research tells me the index.html under wwwroot is basically the same since I can set scripts and css that affect the whole project there just like _host.cshtml.

Problem is that even with the script set to load there I can't deploy or test my project as it tells me it can't find the DataJuggler namespace.

Is there a different procedure for setting this up on WASM, or am I just out of luck here?

@DataJuggler
Copy link
Owner

DataJuggler commented Dec 9, 2020 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants