We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c096baf commit bbd5aceCopy full SHA for bbd5ace
.editorconfig
@@ -146,6 +146,8 @@ dotnet_style_namespace_match_folder = true:suggestion
146
dotnet_style_operator_placement_when_wrapping = beginning_of_line
147
dotnet_style_prefer_collection_expression = when_types_loosely_match:suggestion
148
csharp_prefer_system_threading_lock = true:suggestion
149
+csharp_style_prefer_implicitly_typed_lambda_expression = true:suggestion
150
+csharp_style_prefer_unbound_generic_type_in_nameof = true:suggestion
151
152
# .NET Naming conventions
153
0 commit comments