diff --git a/src/.editorconfig b/src/.editorconfig index b9cb4f0..0302622 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 16f7287..64acd1b 100644 --- a/src/Directory.Packages.props +++ b/src/Directory.Packages.props @@ -10,7 +10,7 @@ - - + + \ No newline at end of file diff --git a/src/Tests/Tests.csproj b/src/Tests/Tests.csproj index 911c121..9c6c982 100644 --- a/src/Tests/Tests.csproj +++ b/src/Tests/Tests.csproj @@ -1,6 +1,6 @@ - net8.0 + net9.0 diff --git a/src/WaffleGenerator.Bogus/WaffleGenerator.Bogus.csproj b/src/WaffleGenerator.Bogus/WaffleGenerator.Bogus.csproj index 5939653..e9720a0 100644 --- a/src/WaffleGenerator.Bogus/WaffleGenerator.Bogus.csproj +++ b/src/WaffleGenerator.Bogus/WaffleGenerator.Bogus.csproj @@ -1,6 +1,6 @@ - net8;net48 + net9;net48 Produces Bogus (https://github.com/bchavez/Bogus) text which, on first glance, looks like real, ponderous, prose; replete with clichés. $(DefineConstants);Bogus diff --git a/src/WaffleGenerator/WaffleGenerator.csproj b/src/WaffleGenerator/WaffleGenerator.csproj index a0661d0..da29928 100644 --- a/src/WaffleGenerator/WaffleGenerator.csproj +++ b/src/WaffleGenerator/WaffleGenerator.csproj @@ -1,6 +1,6 @@ - net8;net48 + net8.0;net9.0;net48 Produces of text which, on first glance, looks like real, ponderous, prose; replete with clichés.