chore: ClientState => IClientState

This commit is contained in:
goat 2023-06-13 22:22:04 +02:00
parent 45f5bb4dbe
commit f1dfaa92c9
No known key found for this signature in database
GPG key ID: 49E2AA8C6A76498B
5 changed files with 147 additions and 91 deletions

View file

@ -26,7 +26,7 @@ csharp_style_var_for_built_in_types = true:suggestion
csharp_style_var_when_type_is_apparent = true:suggestion
dotnet_code_quality_unused_parameters = non_public
dotnet_naming_rule.event_rule.severity = warning
dotnet_naming_rule.event_rule.style = on_upper_camel_case_style
dotnet_naming_rule.event_rule.style = upper_camel_case_style
dotnet_naming_rule.event_rule.symbols = event_symbols
dotnet_naming_rule.private_constants_rule.severity = warning
dotnet_naming_rule.private_constants_rule.style = upper_camel_case_style