From cb81cfe53a4cd2e58851ada6a054d7a809c615a5 Mon Sep 17 00:00:00 2001 From: Ladi Prosek Date: Thu, 21 Sep 2023 12:26:58 +0200 Subject: [PATCH] Delete ExcludeFromStyleCop --- ...Microsoft.Build.Engine.OM.UnitTests.csproj | 36 +- .../Microsoft.Build.Engine.UnitTests.csproj | 59 +- src/Build/Microsoft.Build.csproj | 263 ++------ src/MSBuild/MSBuild.csproj | 83 +-- src/Tasks/Microsoft.Build.Tasks.csproj | 614 +++++------------- 5 files changed, 252 insertions(+), 803 deletions(-) diff --git a/src/Build.OM.UnitTests/Microsoft.Build.Engine.OM.UnitTests.csproj b/src/Build.OM.UnitTests/Microsoft.Build.Engine.OM.UnitTests.csproj index 57cba86c10c..14564896ecb 100644 --- a/src/Build.OM.UnitTests/Microsoft.Build.Engine.OM.UnitTests.csproj +++ b/src/Build.OM.UnitTests/Microsoft.Build.Engine.OM.UnitTests.csproj @@ -36,21 +36,11 @@ EncodingStringWriter.cs - - true - - - true - - - true - - - true - - - true - + + + + + EngineTestEnvironment.cs @@ -61,18 +51,10 @@ BuildEnvironmentHelper.cs - - true - - - true - - - true - - - true - + + + + TestData\GlobbingTestData.cs diff --git a/src/Build.UnitTests/Microsoft.Build.Engine.UnitTests.csproj b/src/Build.UnitTests/Microsoft.Build.Engine.UnitTests.csproj index 92fc5c72239..f55d0de0b4d 100644 --- a/src/Build.UnitTests/Microsoft.Build.Engine.UnitTests.csproj +++ b/src/Build.UnitTests/Microsoft.Build.Engine.UnitTests.csproj @@ -53,62 +53,31 @@ - - - true - - - true - - - true - - - true - - - true - - - true - - - true - - - true - - - true - + + + + + + + + + - - true - - - true - + + EngineTestEnvironment.cs TestEnvironment.cs - - true - - - true - + + - true XmakeAttributes_Tests.cs - - true - + - true AssemblyNameEx_Tests.cs diff --git a/src/Build/Microsoft.Build.csproj b/src/Build/Microsoft.Build.csproj index 6669e7c3e40..57a10354c83 100644 --- a/src/Build/Microsoft.Build.csproj +++ b/src/Build/Microsoft.Build.csproj @@ -78,7 +78,6 @@ BackEnd\Components\RequestBuilder\IntrinsicTasks\CanonicalError.cs - True IConstrainedEqualityComparer.cs @@ -88,7 +87,6 @@ BackEnd\Components\RequestBuilder\IntrinsicTasks\PropertyParser.cs - True SharedUtilities\StringExtensions.cs @@ -117,25 +115,20 @@ PlatformNegotiation.cs - true BackEnd\Components\RequestBuilder\IntrinsicTasks\TaskLoggingHelper.cs - True BackEnd\Components\RequestBuilder\IntrinsicTasks\TaskLoggingHelperExtension.cs - True - - true - + @@ -219,14 +212,10 @@ - - true - + - - true - + @@ -254,18 +243,10 @@ - - true - - - true - - - true - - - true - + + + + @@ -322,9 +303,7 @@ - - true - + @@ -340,18 +319,12 @@ - - true - - - true - + + - - true - + @@ -391,9 +364,7 @@ - - true - + @@ -431,12 +402,8 @@ - - true - - - true - + + @@ -449,9 +416,7 @@ - - true - + @@ -462,85 +427,33 @@ - - true - - - true - - - true - - - true - + + + + - - true - - - true - - - true - - - true - - - true - - - true - - - true - - - true - - - true - - - true - - - true - - - true - - - true - - - true - - - true - - - true - - - true - - - true - - - true - - - true - - - true - - - true - + + + + + + + + + + + + + + + + + + + + + + @@ -600,9 +513,7 @@ - - true - + @@ -612,39 +523,19 @@ - - true - - - true - - - true - - - true - - - true - + + + + + - - true - - - true - + + - - true - - - true - - - true - + + + @@ -658,120 +549,87 @@ - - true - - - true - + + - - true - + - - true - - - true - + + - - true - + SharedUtilities\AssemblyLoadInfo.cs - true SharedUtilities\ReadOnlyEmptyDictionary.cs SharedUtilities\AssemblyNameExtension.cs - true SharedUtilities\BuildEventFileInfo.cs - true SharedUtilities\ConversionUtilities.cs - true SharedUtilities\FileDelegates.cs - true Errors\ErrorUtilities.cs - true SharedUtilities\EscapingUtilities.cs - true SharedUtilities\VersionUtilities.cs - true SharedUtilities\EventArgsFormatting.cs - true SharedUtilities\ExceptionHandling.cs SharedUtilities\FileMatcher.cs - true SharedUtilities\FileUtilities.cs - true - - true - + SharedUtilities\FileUtilitiesRegex.cs - true SharedUtilities\FrameworkLocationHelper.cs - true SharedUtilities\IElementLocation.cs SharedUtilities\LoadedType.cs - true InprocTrackingNativeMethods.cs - true Errors\ProjectErrorUtilities.cs - true Errors\ProjectFileErrorUtilities.cs - true SharedUtilities\ProjectWriter.cs - true SharedUtilities\ResourceUtilities.cs - true @@ -786,15 +644,12 @@ Resources\XMakeAttributes.cs - true Resources\XMakeElements.cs - true SharedUtilities\XmlUtilities.cs - true diff --git a/src/MSBuild/MSBuild.csproj b/src/MSBuild/MSBuild.csproj index f552d2c765f..72b71371e3b 100644 --- a/src/MSBuild/MSBuild.csproj +++ b/src/MSBuild/MSBuild.csproj @@ -72,41 +72,26 @@ FileDelegates.cs - true FileUtilities.cs - true FileUtilitiesRegex.cs - true IConstrainedEqualityComparer.cs - - true - + RegisteredTaskObjectCacheBase.cs - - true - - - true - - - true - - - true - - - true - + + + + + @@ -115,15 +100,11 @@ - - true - + TempFileUtilities.cs - - true - + @@ -141,59 +122,35 @@ - - true - - - true - + + - - true - - - true - + + - - true - - - true - + + - - true - - - true - + + - - true - + - - true - + - - true - + - - true - + diff --git a/src/Tasks/Microsoft.Build.Tasks.csproj b/src/Tasks/Microsoft.Build.Tasks.csproj index d791ba1e021..d7423cf5c26 100644 --- a/src/Tasks/Microsoft.Build.Tasks.csproj +++ b/src/Tasks/Microsoft.Build.Tasks.csproj @@ -61,21 +61,17 @@ CanonicalError.cs - True - - true - + ExtensionFoldersRegistryKey.cs FileDelegates.cs - true NGen.cs @@ -83,18 +79,15 @@ PropertyParser.cs - True ReadOnlyEmptyCollection.cs RegistryDelegates.cs - true RegistryHelper.cs - true StrongNameHelpers.cs @@ -104,34 +97,26 @@ TaskLoggingHelperExtension.cs - True MetadataConversionUtilities.cs - true StreamMappedString.cs - true ExceptionHandling.cs FileUtilities.cs - true EscapingUtilities.cs - true - - - true + Modifiers.cs - true @@ -139,192 +124,76 @@ VersionUtilities.cs - true VisualStudioConstants.cs - - true - - - true - - - true - - - true - - - true - - - true - - - true - - - true - - - true - - - true - - - true - - - true - - - true - - - true - - - true - + + + + + + + + + + + + + + + PlatformNegotiation.cs - true - - - true - - - true - - - true - - - true + + + + - - true - - - true - - - true - - - true - - - true - - - true - - - true - - - true - - - true - - - true - - - true - - - true - - - true - - - true - + + + + + + + + + + + + + + - - true - - - true - - - true - - - true - - - true - - - true - - - true - - - true - - - true - - - true - - - true - - - true - - - true - - - true - - - true - + + + + + + + + + + + + + + + - - true - - - true - + + - - true - + - - true - - - true - - - true - - - true - - - true - - - true - + + + + + + @@ -334,174 +203,70 @@ - - true - - - true - - - true - - - true - - - true - - - true - - - true - - - true - - - true - - - true - - - true - - - true - + + + + + + + + + + + + - - true - + - - true - - - true - - - true - - - true - - - true - - - true - - - true - - - true - - - true - - - true - - - true - - - true - + + + + + + + + + + + + - - true - - - true - - - true - - - true - - - true - - - true - - - true - - - true - - - true - - - true - - - true - - - true - - - true - - - true - - - true - + + + + + + + + + + + + + + + - - true - - - true - - - true - + + + - - true - - - true - - - true - - - true - - - true - + + + + + - - true - - - true - - - true - - - true - + + + + @@ -509,32 +274,18 @@ - - true - - - true - + + - - true - + - - true - - - true - + + - - true - - - true - + + @@ -552,117 +303,53 @@ - - true - - - true - - - true - - - true - - - true - - - true - + + + + + + - - true - - - true - - - true - + + + - - true - - - true - - - true - - - true - + + + + - - true - - - true - + + - - true - - - true - - - true - - - true - - - true - - - true - - - true - - - true - - - true - + + + + + + + + + - - true - + - - true - - - true - - - true - + + + - - true - + - - true - + - - true - + - - true - + @@ -824,7 +511,6 @@ true Microsoft.Build.Tasks.SR System.Design.resources - true