Disable CA1822 "Member does not access instance data and can be made static"

This commit is contained in:
Cj
2025-08-09 23:13:14 -04:00
parent cc244f1e0d
commit 7321c9911b
+2
View File
@@ -145,9 +145,11 @@ csharp_space_between_square_brackets = false
# ReSharper properties
resharper_wrap_object_and_collection_initializer_style = chop_always
resharper_merge_into_pattern_highlighting = none
resharper_member_can_be_made_static_global_highlighting = none
# Ignored warnings
dotnet_diagnostic.CS1591.severity = none
dotnet_diagnostic.CA1822.severity = none
# Xml project files
[*.{csproj,vbproj,vcxproj,vcxproj.filters,proj,nativeproj,locproj}]