Question regarding Blazor Auto mode projects
I don't know where to post this but, is there a way to create blazor application with the auto mode like in VS? where it creates the blazor server and blazor webassembly in the same solution and we can interchange the render mode to auto, static server or dynamic?, because I created a solution like this in VS but when I open it in rider I receive an error that related to client.runtimeconfig.json not found, only exist the one for the server, but the same solution executed in VS not show this error, is this a Rider limitation?, thanks
Please sign in to leave a comment.
In the New Solution dialog, the interactive render mode selections are displayed in the “ Advanced Settings ” section.