Peer'Em

Results 8 comments of Peer'Em

We have the same problem with version 11.5.1 and a Blazor Server App (.NET 5). We would like to continue using Electron.Net in the future because it looks like the...

I can't upload files from my work computer, but I can copy the code as text and describe the small modifications to a standard Blazor app template. Is that enough...

1. Create project from template: ![Screenshot 2024-11-15 191118](https://github.com/user-attachments/assets/00f58461-0e5a-453b-8a9c-a47360ac7fd7) ![Screenshot 2024-11-15 191213](https://github.com/user-attachments/assets/4b5c5dc6-2115-4f4f-8853-0dbd3bdd404e) 2. Create "files.js" in "wwwroot" folder: ``` function mount(dotNet) { // Mount db const dbFolder = '/data'; Blazor.runtime.Module.FS.mkdir(dbFolder); Blazor.runtime.Module.FS.mount(Blazor.runtime.Module.FS.filesystems.IDBFS,...

In .Net 8 this code runs without any problems (with a few adjustments in the Javascript). I have now changed my project file as follows: ``` net9.0 -lidbfs.js ``` Then...