Disable 'Missing XML Comment' warnings

This commit is contained in:
Archangel
2025-08-05 16:58:40 +02:00
parent 984e10ae76
commit 36984aed91
+3
View File
@@ -146,6 +146,9 @@ csharp_space_between_square_brackets = false
resharper_wrap_object_and_collection_initializer_style = chop_always
resharper_merge_into_pattern_highlighting = none
# Ignored warnings
dotnet_diagnostic.CS1591.severity = none
# Xml project files
[*.{csproj,vbproj,vcxproj,vcxproj.filters,proj,nativeproj,locproj}]
indent_size = 2