BizHawk/ExternalProjects/BizHawk.Analyzer
YoshiRulz a5652ee3bc
Backport `IEnumerable.Order`/`OrderDescending` shorthand
at time of writing, in .NET 7 preview
https://github.com/dotnet/runtime/pull/70525
2022-08-13 02:18:26 +10:00
..
BizHawk.Analyzer.csproj Add `BizHawk.Analyzer` project 2022-07-14 04:26:27 +10:00
FeatureNotImplementedAnalyzer.cs Fast-fail Analyzer properly, fix typo 2022-07-22 03:51:36 +10:00
FirstOrDefaultOnStructAnalyzer.cs Add Analyzer rule to warn of `FirstOrDefault` on list of structs 2022-07-28 03:06:01 +10:00
HawkSourceAnalyzer.cs Do the analysis for BHI1005 properly 2022-07-15 22:22:28 +10:00
OrderBySelfAnalyzer.cs Backport `IEnumerable.Order`/`OrderDescending` shorthand 2022-08-13 02:18:26 +10:00
RoslynUtils.cs Add Analyzer rules to prohibit `this.GetType()` 2022-07-22 03:51:42 +10:00
UseNameofOperatorAnalyzer.cs Add Analyzer rule to prohibit `typeof(T).ToString()` 2022-07-22 03:51:43 +10:00
UseTypeofOperatorAnalyzer.cs Add Analyzer rules to prohibit `this.GetType()` 2022-07-22 03:51:42 +10:00