My Blazor app runs fine in the browser, but the styles break as soon as I add references to ElectronNET.Core and ElectronNET.Core.AspNet (per the docs).
Without ElectronNET, the CSS file is named Diyokee-server.wfd35pxtfm.styles.css—the wfd35pxtfm part looks like a hash Blazor adds. With ElectronNET, the reference drops the hash and points to Diyokee-server.styles.css, which doesn’t exist.
What am I missing?