Standardize how projects reference each other
Open
Central-EngSys
enhancement
server-Azure.Mcp
- Dominant language
- C#
- Stars
- 3.7k
- Forks
- 624
- Avg merge
- 2d 20h
- Merged PRs (30d)
- 220
Description
Project references are mixed on how they reference each other, some use `$(RepoRoot)` to use a fully qualified path while others use `..\..\..\..\` to create a relative path. This should be reviewed and standardized to make maintaining the repository easier.
Contributor guide
Research direction
Search the repository's project files for references using `$(RepoRoot)` and `..\..\..\..\` and compare how each pattern is used. Determine the standard to apply with project maintainers, update the affected references consistently, and verify that the projects still build.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- build-system
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 42/100