BizHawk/ExternalProjects/BizHawk.Analyzer
YoshiRulz a8e7c3d031
Add trailing commas to `switch` expressions
2025-03-29 07:18:49 +10:00
..
.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 Improve highlight locations of some BizHawk.Analyzer diagnostics 2025-03-20 07:35:47 +10:00
ExprBodiedMemberFlowAnalyzer.cs Extract helpers for `Diagnostic.Create` in Analyzers 2025-02-22 16:22:23 +10:00
FeatureNotImplementedAnalyzer.cs Improve highlight locations of some BizHawk.Analyzer diagnostics 2025-03-20 07:35:47 +10:00
FirstOrDefaultOnStructAnalyzer.cs Add trailing commas to `switch` expressions 2025-03-29 07:18:49 +10:00
HawkSourceAnalyzer.cs Add trailing commas to `switch` expressions 2025-03-29 07:18:49 +10:00
LINQOnStringsAnalyzer.cs Improve highlight locations of some BizHawk.Analyzer diagnostics 2025-03-20 07:35:47 +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 Improve highlight locations of some BizHawk.Analyzer diagnostics 2025-03-20 07:35:47 +10:00
UseNameofOperatorAnalyzer.cs Simplify some `ReportAt` calls in BizHawk.Analyzer 2025-03-20 07:35:09 +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