.. |
.gitignore
|
Move some .gitignore entries to nested dirs
|
2023-04-19 15:59:34 +10:00 |
AmbiguousMoneyToFloatConversionAnalyzer.cs
|
Use `SpecialType` where possible in BizHawk.Analyzer
|
2025-01-31 17:52:49 +10:00 |
BizHawk.Analyzer.csproj
|
Extract helper code for Analyzers and Source Generators
|
2022-10-01 04:13:55 +10:00 |
ExprBodiedMemberFlowAnalyzer.cs
|
Add Analyzer to warn about LINQ calls on string receivers
|
2025-01-31 14:49:40 +10:00 |
FeatureNotImplementedAnalyzer.cs
|
Fix code style warnings in satellite .NET projects
|
2024-07-07 12:54:11 +10:00 |
FirstOrDefaultOnStructAnalyzer.cs
|
Fix code style warnings in satellite .NET projects
|
2024-07-07 12:54:11 +10:00 |
HawkSourceAnalyzer.cs
|
Add Analyzer to require `class`/`struct` keyword on records
|
2024-10-19 04:53:35 +10:00 |
LINQOnStringsAnalyzer.cs
|
Add Analyzer to warn about LINQ calls on string receivers
|
2025-01-31 14:49:40 +10:00 |
NoTargetTypedThrowAnalyzer.cs
|
Add Analyzer (currently disabled) for target-typed `new` with `throw`
|
2024-07-09 00:12:46 +10:00 |
OrderBySelfAnalyzer.cs
|
Backport `IEnumerable.Order`/`OrderDescending` shorthand
|
2022-08-13 02:18:26 +10:00 |
TernaryInferredTypeMismatchAnalyzer.cs
|
Use `SpecialType` where possible in BizHawk.Analyzer
|
2025-01-31 17:52:49 +10:00 |
TryGetValueImplicitDiscardAnalyzer.cs
|
Apply `<GenerateDocumentationFile/>` to satellite .NET projects
|
2024-05-30 09:22:17 +10:00 |
UseNameofOperatorAnalyzer.cs
|
Fix code style warnings in satellite .NET projects
|
2024-07-07 12:54:11 +10:00 |
UseSimplerBoolFlipAnalyzer.cs
|
Use `SpecialType` where possible in BizHawk.Analyzer
|
2025-01-31 17:52:49 +10:00 |
UseTypeofOperatorAnalyzer.cs
|
Use `SpecialType` where possible in BizHawk.Analyzer
|
2025-01-31 17:52:49 +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 |