slightly less verbose logging

This commit is contained in:
sam 2024-10-29 21:32:33 +01:00
parent dce148b844
commit 8f154ce5ae
Signed by: sam
GPG key ID: 5F3C3C1B3166639D
5 changed files with 4 additions and 23 deletions

View file

@ -14,4 +14,7 @@ resharper_entity_framework_model_validation_unlimited_string_length_highlighting
# This is raised for every single property of records returned by endpoints
resharper_not_accessed_positional_property_local_highlighting = none
# ReSharper yells at us for the name "GuildCache", for some reason
resharper_inconsistent_naming_highlighting = none
resharper_inconsistent_naming_highlighting = none
# From the docs: "You might consider excluding [FirstOrDefault or LastOrDefault] if readability is a concern,
# since the code you'd write to replace them is not easily readable."
dotnet_code_quality.CA1826.exclude_ordefault_methods = true