slightly less verbose logging
This commit is contained in:
parent
dce148b844
commit
8f154ce5ae
5 changed files with 4 additions and 23 deletions
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue