BizHawk/ExternalProjects/BizHawk.Analyzer
YoshiRulz 4a752f66b7
Add Analyzer to require checking or discarding `TryGetValue`
I'm pretty sure all the existing instances were intended to use `default(T)` if
the key isn't present, except maybe the cheatcode converters but I don't care to
rewrite those at the moment
2023-05-05 06:27:15 +10:00
..
.gitignore Move some .gitignore entries to nested dirs 2023-04-19 15:59:34 +10:00
BizHawk.Analyzer.csproj Extract helper code for Analyzers and Source Generators 2022-10-01 04:13:55 +10:00
FeatureNotImplementedAnalyzer.cs Fast-fail Analyzer properly, fix typo 2022-07-22 03:51:36 +10:00
FirstOrDefaultOnStructAnalyzer.cs Blindly update NuGet deps 2023-04-16 09:02:40 +10:00
HawkSourceAnalyzer.cs Add Analyzer to disallow discarding locals e.g. `_ = result;` 2023-04-29 01:52:43 +10:00
OrderBySelfAnalyzer.cs Backport `IEnumerable.Order`/`OrderDescending` shorthand 2022-08-13 02:18:26 +10:00
TryGetValueImplicitDiscardAnalyzer.cs Add Analyzer to require checking or discarding `TryGetValue` 2023-05-05 06:27:15 +10:00
UseNameofOperatorAnalyzer.cs Add Analyzer rule to prohibit `typeof(T).ToString()` 2022-07-22 03:51:43 +10:00
UseTypeofOperatorAnalyzer.cs Blindly update NuGet deps 2023-04-16 09:02:40 +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