.NET ⑨ (strongest version) (#3244)

* Initial .NET 9 bump

* Resolve selected .NET 9 analyzer warnings

* Fill TODO

* Fix build errors

* Misc

* Use new methods

* .NET 9 changes

* Dockerfiles no longer preview

* Misc

* Trimming works again

* Trimming works in docker too

* Test fix

* Update Directory.Build.props
This commit is contained in:
Łukasz Domeradzki
2024-11-13 00:28:52 +01:00
committed by GitHub
parent 4167b6be54
commit 1b626caa53
10 changed files with 16 additions and 29 deletions

View File

@@ -225,6 +225,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 #
###############################