From 5682d453b0577f9ed452180e49e7d285a654ecc3 Mon Sep 17 00:00:00 2001 From: Natalia Portillo Date: Sun, 21 Dec 2025 20:06:00 +0000 Subject: [PATCH] [Code style] Do not suggest Resharper annotation of parameter nullability. --- .editorconfig | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.editorconfig b/.editorconfig index 5b8389045..1a38ce026 100644 --- a/.editorconfig +++ b/.editorconfig @@ -261,10 +261,6 @@ resharper_xml_keep_user_linebreaks resharper_xml_pi_attribute_style = first_attribute_on_single_line # ReSharper inspection severities -resharper_annotate_can_be_null_parameter_highlighting = warning -resharper_annotate_can_be_null_type_member_highlighting = warning -resharper_annotate_not_null_parameter_highlighting = warning -resharper_annotate_not_null_type_member_highlighting = warning resharper_arguments_style_anonymous_function_highlighting = warning resharper_arguments_style_literal_highlighting = warning resharper_arguments_style_named_expression_highlighting = warning