-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
BestPracticeIssues that don't cause functional problems, but are not implemented in the best possible wayIssues that don't cause functional problems, but are not implemented in the best possible way
Description
There are places in the code that generate their own URLs rather than using the ILinkProvider service. It is important to use the service so that the implementation of links remains consistent throughout the project and can be swapped-out with a more professional library (like Flurl perhaps) down the road.
We need to find everywhere in the code where a URL is generated that does not use the ILinkProvider to do so, and fix it.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
BestPracticeIssues that don't cause functional problems, but are not implemented in the best possible wayIssues that don't cause functional problems, but are not implemented in the best possible way