From 2cedf2d42a302b3370cb8665ffac475700334b66 Mon Sep 17 00:00:00 2001 From: Manish Vasani Date: Thu, 28 Oct 2021 11:10:57 +0530 Subject: [PATCH 1/2] Update Microsoft.Build.CommonTypes.xsd Update the allowed values enumeration for `AnalysisLevel` and `AnalysisMode` as per the changes in .NET6. Documentation at https://docs.microsoft.com/dotnet/core/project-sdk/msbuild-props#analysislevel and https://docs.microsoft.com/dotnet/core/project-sdk/msbuild-props#analysismode respectively --- .../MSBuild/Microsoft.Build.CommonTypes.xsd | 35 ++++++++++++++++--- 1 file changed, 31 insertions(+), 4 deletions(-) diff --git a/src/MSBuild/MSBuild/Microsoft.Build.CommonTypes.xsd b/src/MSBuild/MSBuild/Microsoft.Build.CommonTypes.xsd index c032f6978c2..e3bda4ca92e 100644 --- a/src/MSBuild/MSBuild/Microsoft.Build.CommonTypes.xsd +++ b/src/MSBuild/MSBuild/Microsoft.Build.CommonTypes.xsd @@ -1164,9 +1164,11 @@ elementFormDefault="qualified"> - - - + + + + + @@ -1608,7 +1610,32 @@ elementFormDefault="qualified"> Web, Unc, or Disk - + + + Customizes the set of rules that are enabled by default. + + + + + + + + + + + + + + + + + + + + + + + From e7c8681514026c3d19aeea8cde92cd7d1d862f5f Mon Sep 17 00:00:00 2001 From: Manish Vasani Date: Thu, 28 Oct 2021 11:24:34 +0530 Subject: [PATCH 2/2] Update src/MSBuild/MSBuild/Microsoft.Build.CommonTypes.xsd --- src/MSBuild/MSBuild/Microsoft.Build.CommonTypes.xsd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/MSBuild/MSBuild/Microsoft.Build.CommonTypes.xsd b/src/MSBuild/MSBuild/Microsoft.Build.CommonTypes.xsd index e3bda4ca92e..6643148f7ff 100644 --- a/src/MSBuild/MSBuild/Microsoft.Build.CommonTypes.xsd +++ b/src/MSBuild/MSBuild/Microsoft.Build.CommonTypes.xsd @@ -1610,7 +1610,7 @@ elementFormDefault="qualified"> Web, Unc, or Disk - + Customizes the set of rules that are enabled by default.