feat: making it work even better...i abandon writing tests first...😅

This commit is contained in:
Stevan Freeborn
2025-05-15 16:07:22 -05:00
parent 23a8bbb3a6
commit 3a2129f860
9 changed files with 183 additions and 40 deletions
+1 -1
View File
@@ -65,7 +65,7 @@ dotnet_style_prefer_auto_properties = true:suggestion
dotnet_style_prefer_collection_expression = when_types_loosely_match:suggestion
dotnet_style_prefer_compound_assignment = true:suggestion
dotnet_style_prefer_conditional_expression_over_assignment = true:suggestion
dotnet_style_prefer_conditional_expression_over_return = true:suggestion
dotnet_style_prefer_conditional_expression_over_return = false:silent
dotnet_style_prefer_foreach_explicit_cast_in_source = when_strongly_typed:suggestion
dotnet_style_prefer_inferred_anonymous_type_member_names = true:suggestion
dotnet_style_prefer_inferred_tuple_names = true:suggestion