diff --git a/.editorconfig b/.editorconfig index b1debc81f7..b210dcdbf6 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 0000000000..02d15827b9 --- /dev/null +++ b/eng/AllRulesDisabled.ruleset @@ -0,0 +1,216 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/eng/Dependencies.props b/eng/Dependencies.props index 51caea76d3..d302d52766 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 d30ee16788..f2e68c12c2 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 a8922df73b..c355896e58 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 57375fd55d..6b6c71d044 100644 --- a/src/Azure/AzureAD/AzureAD.ruleset +++ b/src/Azure/AzureAD/AzureAD.ruleset @@ -1,5 +1,8 @@  + + +