Andrej Kmetík

Results 25 comments of Andrej Kmetík

@skclusive Hi, I'm currently working on this, but I have a problem. I'm not a JSInterop guru and I can't figure out how you include JS files without manually including...

Do you have some build tool to copy the script to the .cs file?

This would be great. Currently we are still forced to use net472 - we are using [DllExport](https://github.com/3F/DllExport) for unmanaged exports and [Costura.Fody](https://github.com/Fody/Costura) for single library output. This feature would finally...

Sorry, forgot to mention you need to use 2 separate workflows to do this. The first workflow (Publish) creates the artifacts using `actions/upload-artifact@v3`, the second workflow (Release) is triggered on...

Correct me if I'm wrong, but the library size is only a concern when using client-side Blazor App (WebAssembly) - with server-side Blazor you don't really care. It's like 100...