.. |
.gitignore
|
Move some .gitignore entries to nested dirs
|
2023-04-19 15:59:34 +10:00 |
AmbiguousMoneyToFloatConversionAnalyzer.cs
|
Extract helpers for `Diagnostic.Create` in Analyzers
|
2025-02-22 16:22:23 +10:00 |
BizHawk.Analyzer.csproj
|
Clean up a few misc. spots in `BizHawk.Analyzer`
|
2025-02-22 14:31:55 +10:00 |
DefineCheckedOpAnalyzer.cs
|
Add Analyzer for suggesting adding `checked` operators
|
2025-02-22 17:07:35 +10:00 |
ExprBodiedMemberFlowAnalyzer.cs
|
Extract helpers for `Diagnostic.Create` in Analyzers
|
2025-02-22 16:22:23 +10:00 |
FeatureNotImplementedAnalyzer.cs
|
Add Analyzer for suggesting adding `checked` operators
|
2025-02-22 17:07:35 +10:00 |
FirstOrDefaultOnStructAnalyzer.cs
|
Extract helpers for `Diagnostic.Create` in Analyzers
|
2025-02-22 16:22:23 +10:00 |
HawkSourceAnalyzer.cs
|
Extract helpers for `Diagnostic.Create` in Analyzers
|
2025-02-22 16:22:23 +10:00 |
LINQOnStringsAnalyzer.cs
|
Extract helpers for `Diagnostic.Create` in Analyzers
|
2025-02-22 16:22:23 +10:00 |
NoTargetTypedThrowAnalyzer.cs
|
Extract helpers for `Diagnostic.Create` in Analyzers
|
2025-02-22 16:22:23 +10:00 |
OrderBySelfAnalyzer.cs
|
Extract helpers for `Diagnostic.Create` in Analyzers
|
2025-02-22 16:22:23 +10:00 |
TernaryInferredTypeMismatchAnalyzer.cs
|
Extract helpers for `Diagnostic.Create` in Analyzers
|
2025-02-22 16:22:23 +10:00 |
TryGetValueImplicitDiscardAnalyzer.cs
|
Extract helpers for `Diagnostic.Create` in Analyzers
|
2025-02-22 16:22:23 +10:00 |
UseNameofOperatorAnalyzer.cs
|
Extract helpers for `Diagnostic.Create` in Analyzers
|
2025-02-22 16:22:23 +10:00 |
UseSimplerBoolFlipAnalyzer.cs
|
Extract helpers for `Diagnostic.Create` in Analyzers
|
2025-02-22 16:22:23 +10:00 |
UseTypeofOperatorAnalyzer.cs
|
Extract helpers for `Diagnostic.Create` in Analyzers
|
2025-02-22 16:22:23 +10:00 |
build_debug.sh
|
Clean up project files of external .NET projects
|
2022-09-30 08:51:57 +10:00 |
build_release.sh
|
Clean up project files of external .NET projects
|
2022-09-30 08:51:57 +10:00 |
test_with_helloworld.sh
|
Add Analyzer to disallow discarding locals e.g. `_ = result;`
|
2023-04-29 01:52:43 +10:00 |