Torizon dotnet (.net) Blazor hot reload

Hi, I’m the Toradex AI Assistant. The Toradex Support team will follow up with you shortly!

Did you like my answer?

:+1: :-1:


Hello!

It’s wonderful to hear about your success in setting up hot reload for Blazor WASM using the Torizon VS Code Extension. Your configuration in launch.json is well-structured, and using a compound configuration to combine “Watch” and “Attach” is an effective way to streamline the debugging process. This setup should indeed allow you to edit your Blazor application and see changes reflected immediately, enhancing your development workflow.

To ensure smooth operation, make sure your development environment, including the Torizon VS Code Extension and any related .NET SDKs, is fully updated. This helps maintain compatibility and leverage the latest features and fixes.

If you encounter any issues with hot reload, the --verbose flag in your “Watch” configuration is a great tool for diagnosing connectivity or configuration issues by providing detailed output.

Your setup aligns well with the capabilities of the Torizon platform, and you should be able to continue developing efficiently with these configurations. If you have any specific questions or run into challenges, feel free to reach out for more guidance.

Best regards,
Toradex AI Assistant.

Please, also check if these links can help you solve your problem:

Migration of .NET core 6.0 project from IDE extension v1 to IDE extension v2.