Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions distribution/project-frameworks/azurefunctions/.editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# ATC coding rules - https://github.com/atc-net/atc-coding-rules
# Version: 1.0.0
# Updated: 27-03-2024
# Location: azurefunctions
# Distribution: Frameworks

##########################################
# Code Analyzers Rules
##########################################
[*.{cs}]

##########################################
# Custom - Code Analyzers Rules
##########################################
14 changes: 14 additions & 0 deletions distribution/project-frameworks/blazor/.editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# ATC coding rules - https://github.com/atc-net/atc-coding-rules
# Version: 1.0.0
# Updated: 27-03-2024
# Location: blazor
# Distribution: Frameworks

##########################################
# Code Analyzers Rules
##########################################
[*.{cs}]

##########################################
# Custom - Code Analyzers Rules
##########################################
14 changes: 14 additions & 0 deletions distribution/project-frameworks/maui/.editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# ATC coding rules - https://github.com/atc-net/atc-coding-rules
# Version: 1.0.0
# Updated: 27-03-2024
# Location: maui
# Distribution: Frameworks

##########################################
# Code Analyzers Rules
##########################################
[*.{cs}]

##########################################
# Custom - Code Analyzers Rules
##########################################
14 changes: 14 additions & 0 deletions distribution/project-frameworks/webapi/.editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# ATC coding rules - https://github.com/atc-net/atc-coding-rules
# Version: 1.0.0
# Updated: 27-03-2024
# Location: webapi
# Distribution: Frameworks

##########################################
# Code Analyzers Rules
##########################################
[*.{cs}]

##########################################
# Custom - Code Analyzers Rules
##########################################
16 changes: 16 additions & 0 deletions distribution/project-frameworks/winforms/.editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# ATC coding rules - https://github.com/atc-net/atc-coding-rules
# Version: 1.0.0
# Updated: 27-03-2024
# Location: winforms
# Distribution: Frameworks

##########################################
# Code Analyzers Rules
##########################################
[*.{cs}]

dotnet_diagnostic.MA0004.severity = error # Use Task.ConfigureAwait(false) https://github.com/meziantou/Meziantou.Analyzer/blob/main/docs/Rules/MA0004.md

##########################################
# Custom - Code Analyzers Rules
##########################################
16 changes: 16 additions & 0 deletions distribution/project-frameworks/wpf/.editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# ATC coding rules - https://github.com/atc-net/atc-coding-rules
# Version: 1.0.0
# Updated: 27-03-2024
# Location: wpf
# Distribution: Frameworks

##########################################
# Code Analyzers Rules
##########################################
[*.{cs}]

dotnet_diagnostic.MA0004.severity = error # Use Task.ConfigureAwait(false) https://github.com/meziantou/Meziantou.Analyzer/blob/main/docs/Rules/MA0004.md

##########################################
# Custom - Code Analyzers Rules
##########################################