Fix links
parent
e781470a95
commit
4c416e88d7
|
@ -28,7 +28,7 @@ As a reminder, the project files' include graph looks like:
|
||||||
└─ ... (other ext. tools)
|
└─ ... (other ext. tools)
|
||||||
```
|
```
|
||||||
`/Common.props` enables the .NET Analyzers and StyleCop, and imports BizHawk.Analyzer and some third-party Analyzers.
|
`/Common.props` enables the .NET Analyzers and StyleCop, and imports BizHawk.Analyzer and some third-party Analyzers.
|
||||||
See [Dependencies](Dependencies#main-solution) for the graph of every project in the main solution.
|
See [Dependencies](https://github.com/TASEmulators/BizHawk/wiki/Dependencies#main-solution) for the graph of every project in the main solution.
|
||||||
|
|
||||||
You can tell the Analyzers are working if `;;` is flagged with "MA0037: Remove empty statement".
|
You can tell the Analyzers are working if `;;` is flagged with "MA0037: Remove empty statement".
|
||||||
> Note: All Analyzers *except StyleCop* should run by default. You can enable StyleCop with `-p:RunStyleCop=true`.
|
> Note: All Analyzers *except StyleCop* should run by default. You can enable StyleCop with `-p:RunStyleCop=true`.
|
||||||
|
@ -44,4 +44,4 @@ The enabled Analyzers are:
|
||||||
- `Roslynator.Analyzers`, [docs](https://josefpihrt.github.io/docs/roslynator/analyzers/)
|
- `Roslynator.Analyzers`, [docs](https://josefpihrt.github.io/docs/roslynator/analyzers/)
|
||||||
- `StyleCop.Analyzers`, [docs](https://github.com/DotNetAnalyzers/StyleCopAnalyzers/tree/master/documentation)
|
- `StyleCop.Analyzers`, [docs](https://github.com/DotNetAnalyzers/StyleCopAnalyzers/tree/master/documentation)
|
||||||
- `Microsoft.CodeAnalysis.BannedApiAnalyzers` (only enabled in main solution), [docs](https://github.com/dotnet/roslyn/blob/main/src/RoslynAnalyzers/Microsoft.CodeAnalysis.BannedApiAnalyzers/BannedApiAnalyzers.Help.md)
|
- `Microsoft.CodeAnalysis.BannedApiAnalyzers` (only enabled in main solution), [docs](https://github.com/dotnet/roslyn/blob/main/src/RoslynAnalyzers/Microsoft.CodeAnalysis.BannedApiAnalyzers/BannedApiAnalyzers.Help.md)
|
||||||
- [`BizHawk.Analyzer`](ExternalProjects/BizHawk.Analyzer)
|
- [`BizHawk.Analyzer`](https://github.com/TASEmulators/BizHawk/tree/master/ExternalProjects/BizHawk.Analyzer)
|
Loading…
Reference in New Issue