diff --git a/.editorconfig b/.editorconfig index 56e85e0..93cf8d1 100644 --- a/.editorconfig +++ b/.editorconfig @@ -174,6 +174,10 @@ csharp_wrap_before_ternary_opsigns = true #### Naming Conventions #### +# The per-rule severities below drive the IDE only. Build enforcement of naming +# (EnforceCodeStyleInBuild) reads the IDE1006 diagnostic severity. +dotnet_diagnostic.IDE1006.severity = warning + # Naming rules dotnet_naming_rule.interface_should_be_begins_with_i.severity = warning dotnet_naming_rule.interface_should_be_begins_with_i.symbols = interface diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5965fd3..d3c6aea 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,14 +5,18 @@ on: branches: [master, main] paths: - ".github/workflows/ci.yml" + - ".editorconfig" - "SemiStep/**" + - "SemiStep.slnx" - "ConfigFiles/**" - "global.json" - "!**.md" pull_request: paths: - ".github/workflows/ci.yml" + - ".editorconfig" - "SemiStep/**" + - "SemiStep.slnx" - "ConfigFiles/**" - "global.json" - "!**.md" diff --git a/.run/Debug MBE.run.xml b/.run/Debug MBE.run.xml index ed0f4be..06ef6d9 100644 --- a/.run/Debug MBE.run.xml +++ b/.run/Debug MBE.run.xml @@ -1,7 +1,7 @@ - + -