diff --git a/src/.editorconfig b/src/.editorconfig
index b9cb4f0f..03026225 100644
--- a/src/.editorconfig
+++ b/src/.editorconfig
@@ -11,6 +11,11 @@ indent_style = space
indent_size = 4
charset = utf-8
+# Redundant accessor body
+resharper_redundant_accessor_body_highlighting = error
+
+# Replace with field keyword
+resharper_replace_with_field_keyword_highlighting = error
# Declare types in namespaces
dotnet_diagnostic.CA1050.severity = None
@@ -200,6 +205,7 @@ resharper_field_can_be_made_read_only_local_highlighting = none
resharper_merge_into_logical_pattern_highlighting = warning
resharper_merge_into_pattern_highlighting = error
resharper_method_has_async_overload_highlighting = warning
+# because stop rider giving errors before source generators have run
resharper_partial_type_with_single_part_highlighting = warning
resharper_redundant_base_qualifier_highlighting = warning
resharper_redundant_cast_highlighting = error
@@ -316,7 +322,7 @@ ij_xml_space_inside_empty_tag = true
indent_size = 2
# Verify settings
-[*.{received,verified}.{txt,xml,json,md,sql,csv,html}]
+[*.{received,verified}.{txt,xml,json,md,sql,csv,html,md}]
charset = "utf-8-bom"
end_of_line = lf
indent_size = unset
diff --git a/src/Directory.Packages.props b/src/Directory.Packages.props
index 84d22ac8..d14361c5 100644
--- a/src/Directory.Packages.props
+++ b/src/Directory.Packages.props
@@ -11,10 +11,10 @@
-
+
-
+