mirror of https://github.com/dapr/dotnet-sdk.git
12 lines
332 B
INI
12 lines
332 B
INI
###############################
|
|
# Samples EditorConfig Options #
|
|
###############################
|
|
|
|
[*.cs]
|
|
#####################################
|
|
# Analayers Serverity Configuration #
|
|
#####################################
|
|
|
|
# CS1591: Missing XML comment for publicly visible type or member
|
|
dotnet_diagnostic.CS1591.severity = warning
|