BlazorFileUpload icon indicating copy to clipboard operation
BlazorFileUpload copied to clipboard

Support for Blazor WASM project types

Open johnkiddjr opened this issue 4 years ago • 1 comments
trafficstars

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?

johnkiddjr avatar Dec 09 '20 00:12 johnkiddjr

I recently upgrade to .Net 5. If you are using .Net Core 3.1 you will have to use a previous version.

Sorry, I got rid of all my .Net Core packages and I am trying to use only .Net 5 going forward.

Sorry for the confusion.

From: John Kidd Jr [email protected] Sent: Tuesday, December 8, 2020 6:34 PM To: DataJuggler/BlazorFileUpload [email protected] Cc: Subscribed [email protected] Subject: [DataJuggler/BlazorFileUpload] Support for Blazor WASM project types (#18)

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?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/DataJuggler/BlazorFileUpload/issues/18, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AGI4P7OYZWH4QMXLJRQLGXTST3AXVANCNFSM4USXLREQ.

DataJuggler avatar Dec 09 '20 00:12 DataJuggler