diff --git a/distribution/dotnet5/.editorconfig b/distribution/dotnet5/.editorconfig index aae60aa..e27a371 100644 --- a/distribution/dotnet5/.editorconfig +++ b/distribution/dotnet5/.editorconfig @@ -1,6 +1,6 @@ # ATC coding rules - https://github.com/atc-net/atc-coding-rules -# Version: 1.0.7 -# Updated: 18-06-2021 +# Version: 1.0.8 +# Updated: 01-02-2022 # Location: Root # Inspired by: https://docs.microsoft.com/en-us/dotnet/fundamentals/code-analysis/code-style-rule-options @@ -485,6 +485,10 @@ dotnet_diagnostic.SA1649.severity = error # https://github.com/atc-net # https://rules.sonarsource.com/csharp dotnet_diagnostic.S1135.severity = suggestion # https://github.com/atc-net/atc-coding-rules/blob/main/documentation/CodeAnalyzersRules/SonarAnalyzerCSharp/S1135.md +########################################## +# Custom - File Extension Settings +########################################## + ########################################## # Custom - Code Analyzers Rules diff --git a/distribution/dotnet6/.editorconfig b/distribution/dotnet6/.editorconfig index 56aad56..f751e03 100644 --- a/distribution/dotnet6/.editorconfig +++ b/distribution/dotnet6/.editorconfig @@ -1,6 +1,6 @@ # ATC coding rules - https://github.com/atc-net/atc-coding-rules -# Version: 1.0.7 -# Updated: 18-06-2021 +# Version: 1.0.8 +# Updated: 01-02-2022 # Location: Root # Inspired by: https://docs.microsoft.com/en-us/dotnet/fundamentals/code-analysis/code-style-rule-options @@ -486,6 +486,10 @@ dotnet_diagnostic.SA1649.severity = error # https://github.com/atc-net # https://rules.sonarsource.com/csharp dotnet_diagnostic.S1135.severity = suggestion # https://github.com/atc-net/atc-coding-rules/blob/main/documentation/CodeAnalyzersRules/SonarAnalyzerCSharp/S1135.md +########################################## +# Custom - File Extension Settings +########################################## + ########################################## # Custom - Code Analyzers Rules diff --git a/distribution/dotnetcore/.editorconfig b/distribution/dotnetcore/.editorconfig index aae60aa..e27a371 100644 --- a/distribution/dotnetcore/.editorconfig +++ b/distribution/dotnetcore/.editorconfig @@ -1,6 +1,6 @@ # ATC coding rules - https://github.com/atc-net/atc-coding-rules -# Version: 1.0.7 -# Updated: 18-06-2021 +# Version: 1.0.8 +# Updated: 01-02-2022 # Location: Root # Inspired by: https://docs.microsoft.com/en-us/dotnet/fundamentals/code-analysis/code-style-rule-options @@ -485,6 +485,10 @@ dotnet_diagnostic.SA1649.severity = error # https://github.com/atc-net # https://rules.sonarsource.com/csharp dotnet_diagnostic.S1135.severity = suggestion # https://github.com/atc-net/atc-coding-rules/blob/main/documentation/CodeAnalyzersRules/SonarAnalyzerCSharp/S1135.md +########################################## +# Custom - File Extension Settings +########################################## + ########################################## # Custom - Code Analyzers Rules