Skip to content

Commit

Permalink
Fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
nowsprinting committed Feb 14, 2023
1 parent df62d3d commit 554d3a5
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ Packages
### Creating DotSettings files

And creating .csproj.DotSettings file for each assembly.
This file is set up to make the "Namespace does not correspond to file location" inspection work as expected in JetBrains Rider.
This file is set up to make the [Namespace does not correspond to file location](https://www.jetbrains.com/help/rider/CheckNamespace.html) inspection work as expected in JetBrains Rider.
Do not forget to commit .DotSettings files for that project.

Specifically, disabled the [Namespace provider](https://www.jetbrains.com/help/rider/Refactorings__Adjust_Namespaces.html) for the following folders.
Expand All @@ -100,10 +100,7 @@ This will result in the expected namespace per folder as follows.
- Tests/Editor: YourFeature.Editor
- Tests/Runtime: YourFeature

See more information:

- [Code Inspections in C# | JetBrains Rider Documentation](https://www.jetbrains.com/help/rider/Reference__Code_Inspections_CSHARP.html)
- [Code Inspection: Namespace does not correspond to file location | JetBrains Rider Documentation](https://www.jetbrains.com/help/rider/CheckNamespace.html)
See also: [Code Inspections in C# | JetBrains Rider Documentation](https://www.jetbrains.com/help/rider/Reference__Code_Inspections_CSHARP.html)


## Installation
Expand Down

0 comments on commit 554d3a5

Please sign in to comment.