When implementing IDisposable in a blazor page (it can be @page "/" without any content) and setting a breakpoint in Dispose(), the method is called right after the application start. Is this a bug? How can I prevent this from happening?
↧
When implementing IDisposable in a blazor page (it can be @page "/" without any content) and setting a breakpoint in Dispose(), the method is called right after the application start. Is this a bug? How can I prevent this from happening?