feat: implement reconnecting

This commit is contained in:
Stevan Freeborn
2025-05-15 00:02:40 -05:00
parent 16aa4b5775
commit 499b1e3d4b
5 changed files with 319 additions and 26 deletions
+1 -1
View File
@@ -128,7 +128,7 @@ csharp_style_prefer_top_level_statements = true:silent
# Expression-level preferences
csharp_prefer_simple_default_expression = true:suggestion
csharp_style_deconstructed_variable_declaration = true:suggestion
csharp_style_deconstructed_variable_declaration = false:silent
csharp_style_implicit_object_creation_when_type_is_apparent = true:suggestion
csharp_style_inlined_variable_declaration = true:suggestion
csharp_style_prefer_index_operator = true:suggestion