BizHawk/ExternalProjects/BizHawk.AnalyzersTests/BizHawk.Analyzer
YoshiRulz af32948756
Add Analyzer to warn about LINQ calls on string receivers
2025-01-31 14:49:40 +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
LINQOnStringsAnalyzerTests.cs Add Analyzer to warn about LINQ calls on string receivers 2025-01-31 14:49:40 +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