BizHawk/ExternalProjects/BizHawk.AnalyzersTests/BizHawk.Analyzer
YoshiRulz a3901f66e5
Add Analyzer to require `class`/`struct` keyword on records
fixes eef190d33, e8c957a7a, and c68dd703d
2024-10-19 04:53:35 +10:00
..
AmbiguousMoneyToFloatConversionAnalyzerTests.cs Add Analyzer to warn about decimal<=>float/double casts 2024-09-17 03:02:09 +10:00
ExprBodiedMemberFlowAnalyzerTests.cs Add analyzer (currently disabled) to enforce a newline policy for `=>` 2024-07-07 15:32:31 +10:00
FeatureNotImplementedAnalyzerTests.cs Add unit tests for first-party Analyzers 2024-07-02 05:59:31 +10:00
FirstOrDefaultOnStructAnalyzerTests.cs Add unit tests for first-party Analyzers 2024-07-02 05:59:31 +10:00
HawkSourceAnalyzerTests.cs Add Analyzer to require `class`/`struct` keyword on records 2024-10-19 04:53:35 +10:00
NoTargetTypedThrowAnalyzerTests.cs Fix copy-pasted method name 2024-09-14 02:44:08 +10:00
OrderBySelfAnalyzerTests.cs Add unit tests for first-party Analyzers 2024-07-02 05:59:31 +10:00
TernaryInferredTypeMismatchAnalyzerTests.cs Add Analyzer for finding errors with ternaries in interpolated strings 2024-09-14 02:44:08 +10:00
TryGetValueImplicitDiscardAnalyzerTests.cs Add unit tests for first-party Analyzers 2024-07-02 05:59:31 +10:00
UseNameofOperatorAnalyzerTests.cs Add unit tests for first-party Analyzers 2024-07-02 05:59:31 +10:00
UseSimplerBoolFlipAnalyzerTests.cs Add Analyzer to disallow `^= true` 2024-07-08 10:39:06 +10:00
UseTypeofOperatorAnalyzerTests.cs Add unit tests for first-party Analyzers 2024-07-02 05:59:31 +10:00