Jérôme Laban

Results 500 comments of Jérôme Laban

If you build the application and deploy it through VS, the icon of the site should be updated.

> It turned out that somewhere (not in my project `.csproj`) a reference to `Microsoft.Windows.Compatibility` with version `5.0.0` was added. Note that this behavior will be adjusted when `net7.0` is...

Thanks for the report! Files are a tricky topic. Content files are part of the website payload, but are not populated as part of the emscripten VFS. You'll need to...

It's something we have not needed at this point, but we contemplating adding a specific metadata to flag (e.g. `` to enable that scenario. In the larger Uno Platform project...

It's not possible to make a single file WebAssembly package using mono, yet. It still needs a javascript satellite file (emscripten needs it), and the DLLs for the metadata support.

Thanks for the report. In this case, it's likely that the package itself is removed by the "Web" .NET SDK, but otherwise, there's nothing specific that the bootstrapper is doing...

Thanks for the update. Can you check if the files are actually downloaded when opening the app?

Ok, so they are only copied to the dist folder. It could be related to how the linker is configured, good to know. Thanks!

You can run the script, but once it's done even if it fails, you'll need to install .NET 5 manually: https://docs.microsoft.com/en-us/dotnet/core/install/linux-ubuntu#2004- We'll adjust the script based on the distribution Install...