Hello,
I have a project where i want to host a server-side blazor in a winforms application (or any other).
I successfully did it, it works.
I created a blazor project, then changed it to class library, and called what is in the program.cs from an other class.
Everything is fine, it works, BUT :
Static assets (from project and third-party nugets) are not dumped when i build or publish the winforms app.
Is it possible to make it work ?
Thanks in advance.