Skip to content

Inconsistent use of the ILinkProvider interface #2

@bsstahl

Description

@bsstahl

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    BestPracticeIssues that don't cause functional problems, but are not implemented in the best possible way

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions