-
Notifications
You must be signed in to change notification settings - Fork 17
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
Error on .net9 rc2, Ubuntu 22 #47
Comments
Hi @felixf4xu, Could you try to use the version 5.0 preview 2? You can update your project by following the command: dotnet add package BlazorWasmPreRendering.Build --version 5.0.0-preview.2 Since the .NET 9 SDK has not been officially released yet, I've kept the latest version of the "BlazorWasmPreRendering" package as a preview release. |
I'm getting this same error on a standalone WASM project on .net 9. I'm running the latest release of this package.
|
@axiom-nz Could you show me the entire of your build log? The root causing error message must be there. |
This is the full build log.
|
@axiom-nz Hum... it is not usual. Could you share your project with me? I have to investigate why the build error happens on my side. |
Sorry I'm unable to share the repo. I kicked off a build with the I'll have a play around with moving this to I'm assuming an exception is bubbling up for @felixf4xu as well.
|
Hi @felixf4xu, |
Hi,
I'm testing blazorwasm in Ubuntu 22, with commands as below:
dotnet new blazorwasm -o WasmApp cd WasmApp/ dotnet add package BlazorWasmPreRendering.Build dotnet publish
then I have this error:
The text was updated successfully, but these errors were encountered: