mirror of
https://github.com/JustArchiNET/ArchiSteamFarm
synced 2024-11-10 07:04:27 +00:00
Fill TODO
This commit is contained in:
parent
5581dbe72f
commit
21b6b2d4b7
2 changed files with 4 additions and 3 deletions
|
@ -227,6 +227,10 @@ dotnet_style_qualification_for_property = false:warning
|
||||||
dotnet_style_readonly_field = true:warning
|
dotnet_style_readonly_field = true:warning
|
||||||
dotnet_style_require_accessibility_modifiers = always: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 #
|
# JetBrains, IntelliJ/Rider #
|
||||||
###############################
|
###############################
|
||||||
|
|
|
@ -51,9 +51,6 @@
|
||||||
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
||||||
<WarningsAsErrors />
|
<WarningsAsErrors />
|
||||||
<WarningsNotAsErrors>CS8002,IL2026,IL2104,NU1901,NU1902,NU1903,NU1904</WarningsNotAsErrors>
|
<WarningsNotAsErrors>CS8002,IL2026,IL2104,NU1901,NU1902,NU1903,NU1904</WarningsNotAsErrors>
|
||||||
|
|
||||||
<!-- TODO: .NET 9 -->
|
|
||||||
<WarningsNotAsErrors>$(WarningsNotAsErrors),CA1515,CA1859,CA2263,CA2264</WarningsNotAsErrors>
|
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<!-- Enable public signing if not part of Visual Studio, which is too stupid to understand what public signing is -->
|
<!-- Enable public signing if not part of Visual Studio, which is too stupid to understand what public signing is -->
|
||||||
|
|
Loading…
Reference in a new issue