mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-03 21:25:13 +00:00
Electron.NET Core 0.3.1 fail to compile base Blazor Web project #1041
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Denny09310 on GitHub (Dec 17, 2025).
Description
After upgrading Electron.NET Core from 0.3.0 to 0.3.1, the build fails with an exception related to missing metadata for generated static assets.
Environment
Error Message
I have observed the same issue in another project, where the error referenced different generated assets, such as:
*.razor.jsapp.cssExpected Behavior
The project should build successfully after upgrading Electron.NET Core from 0.3.0 to 0.3.1.
Actual Behavior
The build fails with a
SourceIdmetadata exception related to generated static web assets.Steps to Reproduce
Additional Notes
I've also saw that when re-opening the project the file affected by this exception can change, for example now it's "Components\Layout\MainLayout.razor.rz.scp.css", no idea how it calculates this static assets
electron-sample.zip