diff --git a/.editorconfig b/.editorconfig index b1debc81f775..b210dcdbf67f 100644 --- a/.editorconfig +++ b/.editorconfig @@ -26,6 +26,10 @@ dotnet_sort_system_directives_first = true [*.{xml,config,*proj,nuspec,props,resx,targets,yml,tasks}] indent_size = 2 +# Xml config files +[*.{props,targets,ruleset,config,nuspec,resx,vsixmanifest,vsct}] +indent_size = 2 + [*.json] indent_size = 2 diff --git a/eng/AllRulesDisabled.ruleset b/eng/AllRulesDisabled.ruleset new file mode 100644 index 000000000000..02d15827b9f8 --- /dev/null +++ b/eng/AllRulesDisabled.ruleset @@ -0,0 +1,216 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/eng/Dependencies.props b/eng/Dependencies.props index 51caea76d333..d302d52766cf 100644 --- a/eng/Dependencies.props +++ b/eng/Dependencies.props @@ -111,6 +111,7 @@ and are generated based on the last package release. + diff --git a/eng/Versions.props b/eng/Versions.props index d30ee16788d7..f2e68c12c284 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -188,6 +188,7 @@ 3.7.0-4.20351.7 3.7.0-4.20351.7 3.7.0-4.20351.7 + 3.0.0 1.0.0-20200708.1 3.19.8 5.5.0 diff --git a/eng/targets/CSharp.Common.props b/eng/targets/CSharp.Common.props index a8922df73b3d..c355896e5884 100644 --- a/eng/targets/CSharp.Common.props +++ b/eng/targets/CSharp.Common.props @@ -33,6 +33,14 @@ + + + + + + $(RepoRoot)eng\AllRulesDisabled.ruleset + + diff --git a/src/Azure/AzureAD/AzureAD.ruleset b/src/Azure/AzureAD/AzureAD.ruleset index 57375fd55d9d..6b6c71d044e0 100644 --- a/src/Azure/AzureAD/AzureAD.ruleset +++ b/src/Azure/AzureAD/AzureAD.ruleset @@ -1,5 +1,8 @@  + + +