I am working on a Blazor project, and couldn't help but notice that the navigation is not type-safe. It is really hindering the development process, as it is really easy to make mistakes related to it. Is there a (failry) easy way, or even a library to make sure to avoid any navigation to non-existent routes?
I tried to search for the problem, but I didn't really find any articles about the issue.