Local Debug on Blazor Webassembly hosted on Service Fabric Cluster #28138
Unanswered
francescocristallo
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm building a Blazor project using Microservices Architecture hosted on Azure Service Fabric.
I created a new Azure Service Fabric Project in Visual Studio 2019 version 16.8.2, using the default Asp.NET Core Web App Stateless template.
I converted the above project in the Server part of a Blazor Webassembly project, and imported the Client one.
The app works as expected, but I'm unable to debug the Client side project., breakpoints are not hit.
I suspect the Service Fabric hosting environment is not compatible with the Blazor Webassembly debugging experience.
Anyone knows if this is expected or there is something that can be done to make it work?
Beta Was this translation helpful? Give feedback.
All reactions