I am currently developing a Blazor web app. I have created a Razor class library.
I want to debug the Razor class library without providing the main program source code.
I tried to debug using the method of attaching to processes in the Razor class library, but the hot loading function failed.
What I implemented is to implement hot loading and debugging of the Razor class library without providing the main program source code, while only providing exe for the main program.
Who can help me? Thank you