Fill TODO

This commit is contained in:
Łukasz Domeradzki 2024-06-25 00:18:29 +02:00
parent 5581dbe72f
commit 21b6b2d4b7
No known key found for this signature in database
GPG key ID: 6B138B4C64555AEA
2 changed files with 4 additions and 3 deletions

View file

@ -227,6 +227,10 @@ dotnet_style_qualification_for_property = false:warning
dotnet_style_readonly_field = true:warning
dotnet_style_require_accessibility_modifiers = always:warning
[ArchiSteamFarm/**.cs]
# ASF project includes plugin system, therefore CA1515 typically doesn't make sense there
dotnet_diagnostic.ca1515.severity = silent
###############################
# JetBrains, IntelliJ/Rider #
###############################

View file

@ -51,9 +51,6 @@
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<WarningsAsErrors />
<WarningsNotAsErrors>CS8002,IL2026,IL2104,NU1901,NU1902,NU1903,NU1904</WarningsNotAsErrors>
<!-- TODO: .NET 9 -->
<WarningsNotAsErrors>$(WarningsNotAsErrors),CA1515,CA1859,CA2263,CA2264</WarningsNotAsErrors>
</PropertyGroup>
<!-- Enable public signing if not part of Visual Studio, which is too stupid to understand what public signing is -->