diff --git a/Directory.Build.props b/Directory.Build.props
index 3e76022487983d..c46c07b0b12971 100644
--- a/Directory.Build.props
+++ b/Directory.Build.props
@@ -313,6 +313,7 @@
$(RepositoryEngineeringDir)NoTargetsSdk.BeforeTargets.targets
+ $(RepositoryEngineeringDir)NoTargetsSdk.AfterTargets.targets
$(RepositoryEngineeringDir)TraversalSdk.AfterTargets.targets
diff --git a/docs/coding-guidelines/updating-ref-source.md b/docs/coding-guidelines/updating-ref-source.md
index fa33fe51d7e02a..5b47ec2f56665a 100644
--- a/docs/coding-guidelines/updating-ref-source.md
+++ b/docs/coding-guidelines/updating-ref-source.md
@@ -2,7 +2,7 @@ This document provides the steps you need to take to update the reference assemb
## For most assemblies within libraries
-1. Implement the API in the source assembly and [build it](../workflow/building/libraries/README.md#building-individual-libraries). Note that when adding new public types, this might fail with a `TypeMustExist` error. The deadlock can be worked around by disabling the `RunApiCompat` property: `dotnet build /p:RunApiCompat=false`.
+1. Implement the API in the source assembly and [build it](../workflow/building/libraries/README.md#building-individual-libraries). Note that when adding new public types, this might fail with a `TypeMustExist` error. The deadlock can be worked around by disabling ApiCompat's assembly validation: `dotnet build /p:ApiCompatValidateAssemblies=false`.
2. Run the following command (from the src directory) `dotnet msbuild /t:GenerateReferenceAssemblySource` to update the reference assembly**.
3. Navigate to the ref directory and build the reference assembly.
4. Add, build, and run tests.
diff --git a/eng/NoTargetsSdk.AfterTargets.targets b/eng/NoTargetsSdk.AfterTargets.targets
new file mode 100644
index 00000000000000..b659aca5f802e8
--- /dev/null
+++ b/eng/NoTargetsSdk.AfterTargets.targets
@@ -0,0 +1,7 @@
+
+
+
+
+
+
diff --git a/eng/TraversalSdk.AfterTargets.targets b/eng/TraversalSdk.AfterTargets.targets
index 4eac57bd138aff..7ae0b789b9b5c7 100644
--- a/eng/TraversalSdk.AfterTargets.targets
+++ b/eng/TraversalSdk.AfterTargets.targets
@@ -1,5 +1,9 @@
+
+ BuildAllProjects=true
+
+
$(BuildDependsOn);ResolveP2PReferences
diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml
index 3205c28239ef34..d0d3ef502a902e 100644
--- a/eng/Version.Details.xml
+++ b/eng/Version.Details.xml
@@ -94,11 +94,7 @@
https://github.com/dotnet/arcade
d2d39276af2db3da7816ee2dc543e120d7e5781e
-
- https://github.com/dotnet/arcade
- d2d39276af2db3da7816ee2dc543e120d7e5781e
-
-
+
https://github.com/dotnet/arcade
d2d39276af2db3da7816ee2dc543e120d7e5781e
@@ -322,7 +318,7 @@
https://github.com/dotnet/roslyn-analyzers
ea9fb45000311153bfc91690f306cca2b80e6b83
-
+
https://github.com/dotnet/sdk
3f2524bd65a6ab77b9160bcc23824dbc03990f3d
diff --git a/eng/Versions.props b/eng/Versions.props
index 02ac0f29f79864..ce94ff7cc6e578 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -74,24 +74,23 @@
0.2.0
- 8.0.100-alpha.1.22462.3
+ 8.0.100-alpha.1.22511.23
- 8.0.0-beta.22503.1
- 8.0.0-beta.22503.1
- 8.0.0-beta.22503.1
- 8.0.0-beta.22503.1
- 8.0.0-beta.22503.1
- 8.0.0-beta.22503.1
- 2.5.1-beta.22503.1
- 8.0.0-beta.22503.1
- 8.0.0-beta.22503.1
- 8.0.0-beta.22503.1
- 8.0.0-beta.22503.1
- 8.0.0-beta.22503.1
- 8.0.0-beta.22503.1
- 8.0.0-beta.22503.1
- 8.0.0-beta.22503.1
- 8.0.0-beta.22503.1
+ 8.0.0-beta.22480.2
+ 8.0.0-beta.22480.2
+ 8.0.0-beta.22480.2
+ 8.0.0-beta.22480.2
+ 8.0.0-beta.22480.2
+ 2.5.1-beta.22480.2
+ 8.0.0-beta.22480.2
+ 8.0.0-beta.22480.2
+ 8.0.0-beta.22480.2
+ 8.0.0-beta.22480.2
+ 8.0.0-beta.22480.2
+ 8.0.0-beta.22480.2
+ 8.0.0-beta.22480.2
+ 8.0.0-beta.22480.2
+ 8.0.0-beta.22480.2
6.0.0-preview.1.102
diff --git a/eng/illink.targets b/eng/illink.targets
index 91ff0da2c3abc6..13b761e9e99827 100644
--- a/eng/illink.targets
+++ b/eng/illink.targets
@@ -3,8 +3,8 @@
true
_EmbedILLinkXmls;$(PrepareResourcesDependsOn)
$(TargetsTriggeredByCompilation);ILLinkTrimAssembly
-
- $(ApiCompatDependsOn);ILLinkTrimAssembly
+
+ $(ApiCompatValidateAssembliesDependsOn);ILLinkTrimAssembly
- $([MSBuild]::ValueOrDefault('$(IsSourceProject)', 'false'))
- $([MSBuild]::ValueOrDefault('$(IsSourceProject)', 'false'))
- true
+ true
+
+ true
+ true
diff --git a/eng/resolveContract.targets b/eng/resolveContract.targets
index 4a2b0a5adfcbd6..57bd5587745581 100644
--- a/eng/resolveContract.targets
+++ b/eng/resolveContract.targets
@@ -1,13 +1,13 @@
-
- @(ReferencePath->'%(RelativeDir)'->Distinct())
-
- $(ContractDependencyPaths);$(MicrosoftNetCoreAppRefPackRefDir)
-
+ ResolvedMatchingContract
+ true
+ <_ApiCompatCaptureGroupPattern>.+%5C$([System.IO.Path]::DirectorySeparatorChar)(.+)%5C$([System.IO.Path]::DirectorySeparatorChar)(.+)
+ <_ApiCompatRuntimePrefixPattern>(.+)/(net%5Cd.%5Cd)-(.+)/(.+)
+ <_ApiCompatLibReplacementString>lib/$1/$2
+
+ <_ApiCompatLibReplacementString Condition="'$(MSBuildProjectName)' == 'System.Private.CoreLib'">lib/$(NetCoreAppCurrent)/$2
-
$(RepositoryEngineeringDir)DefaultGenApiDocIds.txt
$(RepositoryEngineeringDir)LicenseHeader.txt
$([MSBuild]::NormalizePath('$(MSBuildProjectDirectory)', '..', 'ref', '$(AssemblyName).cs'))
@@ -15,15 +15,38 @@
$(CoreLibProject)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
$(LibrariesProjectRoot)$(MSBuildProjectName)\ref\$(MSBuildProjectName).csproj
true
+
+
+
- false
+ false
+
+
+ false
-
-
+
+
+
diff --git a/src/coreclr/Directory.Build.targets b/src/coreclr/Directory.Build.targets
index 96f240a9ec05e2..77095b48bfe2fa 100644
--- a/src/coreclr/Directory.Build.targets
+++ b/src/coreclr/Directory.Build.targets
@@ -1,7 +1,7 @@
-
+
<_DebugSymbolToMove Include="@(DebugSymbolsProjectOutputGroupOutput->Metadata('FinalOutputPath'))"
FolderName="$([System.IO.Directory]::GetParent('%(Identity)').Name)" />
<_DebugSymbolToMoveToExclude Include="@(_DebugSymbolToMove->WithMetadataValue('FolderName', 'aotsdk'))" />
diff --git a/src/coreclr/System.Private.CoreLib/CompatibilitySuppressions.xml b/src/coreclr/System.Private.CoreLib/CompatibilitySuppressions.xml
new file mode 100644
index 00000000000000..67b36e1e9b4623
--- /dev/null
+++ b/src/coreclr/System.Private.CoreLib/CompatibilitySuppressions.xml
@@ -0,0 +1,33 @@
+
+
+
+ CP0001
+ T:Internal.Console
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:System.Runtime.CompilerServices.ICastable
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0002
+ F:System.Resources.ResourceManager.BaseNameField
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0002
+ F:System.Resources.ResourceSet.Reader
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0014
+ M:System.Runtime.InteropServices.Marshal.CreateWrapperOfType(System.Object,System.Type)->object?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute]
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
\ No newline at end of file
diff --git a/src/coreclr/System.Private.CoreLib/MatchingRefApiCompatBaseline.txt b/src/coreclr/System.Private.CoreLib/MatchingRefApiCompatBaseline.txt
deleted file mode 100644
index 99b72c1b4394af..00000000000000
--- a/src/coreclr/System.Private.CoreLib/MatchingRefApiCompatBaseline.txt
+++ /dev/null
@@ -1,5 +0,0 @@
-Compat issues with assembly System.Private.CoreLib:
-TypesMustExist : Type 'Internal.Console' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'System.Runtime.CompilerServices.ICastable' does not exist in the reference but it does exist in the implementation.
-MembersMustExist : Member 'protected System.Resources.IResourceReader System.Resources.IResourceReader System.Resources.ResourceSet.Reader' does not exist in the reference but it does exist in the implementation.
-MembersMustExist : Member 'protected System.String System.String System.Resources.ResourceManager.BaseNameField' does not exist in the reference but it does exist in the implementation.
\ No newline at end of file
diff --git a/src/coreclr/System.Private.CoreLib/System.Private.CoreLib.csproj b/src/coreclr/System.Private.CoreLib/System.Private.CoreLib.csproj
index 76870f0bf94720..13d0859831b761 100644
--- a/src/coreclr/System.Private.CoreLib/System.Private.CoreLib.csproj
+++ b/src/coreclr/System.Private.CoreLib/System.Private.CoreLib.csproj
@@ -350,7 +350,6 @@
true
- true
diff --git a/src/coreclr/nativeaot/System.Private.CoreLib/src/CompatibilitySuppressions.xml b/src/coreclr/nativeaot/System.Private.CoreLib/src/CompatibilitySuppressions.xml
new file mode 100644
index 00000000000000..85821f1324037e
--- /dev/null
+++ b/src/coreclr/nativeaot/System.Private.CoreLib/src/CompatibilitySuppressions.xml
@@ -0,0 +1,1491 @@
+
+
+
+ CP0001
+ T:Internal.Console
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.DeveloperExperience.DeveloperExperience
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Metadata.NativeFormat.ArraySignature
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Metadata.NativeFormat.ArraySignatureHandle
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Metadata.NativeFormat.AssemblyFlags
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Metadata.NativeFormat.AssemblyHashAlgorithm
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Metadata.NativeFormat.BooleanCollection
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Metadata.NativeFormat.ByReferenceSignature
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Metadata.NativeFormat.ByReferenceSignatureHandle
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Metadata.NativeFormat.ByteCollection
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Metadata.NativeFormat.CharCollection
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Metadata.NativeFormat.ConstantBooleanArray
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Metadata.NativeFormat.ConstantBooleanArrayHandle
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Metadata.NativeFormat.ConstantBooleanValue
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Metadata.NativeFormat.ConstantBooleanValueHandle
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Metadata.NativeFormat.ConstantBoxedEnumValue
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Metadata.NativeFormat.ConstantBoxedEnumValueHandle
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Metadata.NativeFormat.ConstantByteArray
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Metadata.NativeFormat.ConstantByteArrayHandle
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Metadata.NativeFormat.ConstantByteValue
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Metadata.NativeFormat.ConstantByteValueHandle
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Metadata.NativeFormat.ConstantCharArray
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Metadata.NativeFormat.ConstantCharArrayHandle
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Metadata.NativeFormat.ConstantCharValue
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Metadata.NativeFormat.ConstantCharValueHandle
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Metadata.NativeFormat.ConstantDoubleArray
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Metadata.NativeFormat.ConstantDoubleArrayHandle
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Metadata.NativeFormat.ConstantDoubleValue
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Metadata.NativeFormat.ConstantDoubleValueHandle
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Metadata.NativeFormat.ConstantEnumArray
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Metadata.NativeFormat.ConstantEnumArrayHandle
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Metadata.NativeFormat.ConstantHandleArray
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Metadata.NativeFormat.ConstantHandleArrayHandle
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Metadata.NativeFormat.ConstantInt16Array
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Metadata.NativeFormat.ConstantInt16ArrayHandle
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Metadata.NativeFormat.ConstantInt16Value
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Metadata.NativeFormat.ConstantInt16ValueHandle
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Metadata.NativeFormat.ConstantInt32Array
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Metadata.NativeFormat.ConstantInt32ArrayHandle
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Metadata.NativeFormat.ConstantInt32Value
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Metadata.NativeFormat.ConstantInt32ValueHandle
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Metadata.NativeFormat.ConstantInt64Array
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Metadata.NativeFormat.ConstantInt64ArrayHandle
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Metadata.NativeFormat.ConstantInt64Value
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Metadata.NativeFormat.ConstantInt64ValueHandle
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Metadata.NativeFormat.ConstantReferenceValue
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Metadata.NativeFormat.ConstantReferenceValueHandle
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Metadata.NativeFormat.ConstantSByteArray
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Metadata.NativeFormat.ConstantSByteArrayHandle
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Metadata.NativeFormat.ConstantSByteValue
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Metadata.NativeFormat.ConstantSByteValueHandle
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Metadata.NativeFormat.ConstantSingleArray
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Metadata.NativeFormat.ConstantSingleArrayHandle
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Metadata.NativeFormat.ConstantSingleValue
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Metadata.NativeFormat.ConstantSingleValueHandle
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Metadata.NativeFormat.ConstantStringArray
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Metadata.NativeFormat.ConstantStringArrayHandle
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Metadata.NativeFormat.ConstantStringValue
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Metadata.NativeFormat.ConstantStringValueHandle
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Metadata.NativeFormat.ConstantUInt16Array
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Metadata.NativeFormat.ConstantUInt16ArrayHandle
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Metadata.NativeFormat.ConstantUInt16Value
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Metadata.NativeFormat.ConstantUInt16ValueHandle
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Metadata.NativeFormat.ConstantUInt32Array
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Metadata.NativeFormat.ConstantUInt32ArrayHandle
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Metadata.NativeFormat.ConstantUInt32Value
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Metadata.NativeFormat.ConstantUInt32ValueHandle
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Metadata.NativeFormat.ConstantUInt64Array
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Metadata.NativeFormat.ConstantUInt64ArrayHandle
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Metadata.NativeFormat.ConstantUInt64Value
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Metadata.NativeFormat.ConstantUInt64ValueHandle
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Metadata.NativeFormat.CustomAttribute
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Metadata.NativeFormat.CustomAttributeHandle
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Metadata.NativeFormat.CustomAttributeHandleCollection
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Metadata.NativeFormat.DoubleCollection
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Metadata.NativeFormat.Event
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Metadata.NativeFormat.EventHandle
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Metadata.NativeFormat.EventHandleCollection
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Metadata.NativeFormat.Field
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Metadata.NativeFormat.FieldHandle
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Metadata.NativeFormat.FieldHandleCollection
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Metadata.NativeFormat.FieldSignature
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Metadata.NativeFormat.FieldSignatureHandle
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Metadata.NativeFormat.FunctionPointerSignature
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Metadata.NativeFormat.FunctionPointerSignatureHandle
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Metadata.NativeFormat.GenericParameter
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Metadata.NativeFormat.GenericParameterHandle
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Metadata.NativeFormat.GenericParameterHandleCollection
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Metadata.NativeFormat.GenericParameterKind
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Metadata.NativeFormat.Handle
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Metadata.NativeFormat.HandleCollection
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Metadata.NativeFormat.HandleType
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Metadata.NativeFormat.Int16Collection
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Metadata.NativeFormat.Int32Collection
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Metadata.NativeFormat.Int64Collection
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Metadata.NativeFormat.MemberReference
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Metadata.NativeFormat.MemberReferenceHandle
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Metadata.NativeFormat.MetadataReader
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Metadata.NativeFormat.Method
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Metadata.NativeFormat.MethodHandle
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Metadata.NativeFormat.MethodHandleCollection
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Metadata.NativeFormat.MethodInstantiation
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Metadata.NativeFormat.MethodInstantiationHandle
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Metadata.NativeFormat.MethodSemantics
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Metadata.NativeFormat.MethodSemanticsAttributes
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Metadata.NativeFormat.MethodSemanticsHandle
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Metadata.NativeFormat.MethodSemanticsHandleCollection
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Metadata.NativeFormat.MethodSignature
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Metadata.NativeFormat.MethodSignatureHandle
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Metadata.NativeFormat.MethodTypeVariableSignature
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Metadata.NativeFormat.MethodTypeVariableSignatureHandle
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Metadata.NativeFormat.ModifiedType
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Metadata.NativeFormat.ModifiedTypeHandle
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Metadata.NativeFormat.NamedArgument
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Metadata.NativeFormat.NamedArgumentHandle
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Metadata.NativeFormat.NamedArgumentHandleCollection
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Metadata.NativeFormat.NamedArgumentMemberKind
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Metadata.NativeFormat.NamespaceDefinition
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Metadata.NativeFormat.NamespaceDefinitionHandle
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Metadata.NativeFormat.NamespaceDefinitionHandleCollection
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Metadata.NativeFormat.NamespaceReference
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Metadata.NativeFormat.NamespaceReferenceHandle
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Metadata.NativeFormat.NativeFormatReaderExtensions
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Metadata.NativeFormat.Parameter
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Metadata.NativeFormat.ParameterHandle
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Metadata.NativeFormat.ParameterHandleCollection
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Metadata.NativeFormat.PInvokeAttributes
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Metadata.NativeFormat.PointerSignature
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Metadata.NativeFormat.PointerSignatureHandle
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Metadata.NativeFormat.Property
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Metadata.NativeFormat.PropertyHandle
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Metadata.NativeFormat.PropertyHandleCollection
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Metadata.NativeFormat.PropertySignature
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Metadata.NativeFormat.PropertySignatureHandle
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Metadata.NativeFormat.QualifiedField
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Metadata.NativeFormat.QualifiedFieldHandle
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Metadata.NativeFormat.QualifiedMethod
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Metadata.NativeFormat.QualifiedMethodHandle
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Metadata.NativeFormat.SByteCollection
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Metadata.NativeFormat.ScopeDefinition
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Metadata.NativeFormat.ScopeDefinitionHandle
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Metadata.NativeFormat.ScopeDefinitionHandleCollection
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Metadata.NativeFormat.ScopeReference
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Metadata.NativeFormat.ScopeReferenceHandle
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Metadata.NativeFormat.SingleCollection
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Metadata.NativeFormat.SZArraySignature
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Metadata.NativeFormat.SZArraySignatureHandle
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Metadata.NativeFormat.TypeDefinition
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Metadata.NativeFormat.TypeDefinitionHandle
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Metadata.NativeFormat.TypeDefinitionHandleCollection
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Metadata.NativeFormat.TypeForwarder
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Metadata.NativeFormat.TypeForwarderHandle
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Metadata.NativeFormat.TypeForwarderHandleCollection
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Metadata.NativeFormat.TypeInstantiationSignature
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Metadata.NativeFormat.TypeInstantiationSignatureHandle
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Metadata.NativeFormat.TypeReference
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Metadata.NativeFormat.TypeReferenceHandle
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Metadata.NativeFormat.TypeSpecification
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Metadata.NativeFormat.TypeSpecificationHandle
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Metadata.NativeFormat.TypeVariableSignature
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Metadata.NativeFormat.TypeVariableSignatureHandle
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Metadata.NativeFormat.UInt16Collection
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Metadata.NativeFormat.UInt32Collection
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Metadata.NativeFormat.UInt64Collection
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Reflection.Augments.ReflectionAugments
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Reflection.Augments.ReflectionCoreCallbacks
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Reflection.Core.AssemblyBinder
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Reflection.Core.AssemblyBindResult
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Reflection.Core.Execution.ExecutionDomain
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Reflection.Core.Execution.ExecutionEnvironment
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Reflection.Core.Execution.FieldAccessor
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Reflection.Core.Execution.MethodInvoker
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Reflection.Core.Execution.ReflectionCoreExecution
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Reflection.Core.QScopeDefinition
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Reflection.Core.ReflectionDomainSetup
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Reflection.Extensions.NonPortable.CustomAttributeInheritanceRules
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Reflection.Extensions.NonPortable.CustomAttributeInstantiator
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Runtime.Augments.DynamicDelegateAugments
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Runtime.Augments.ReflectionExecutionDomainCallbacks
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Runtime.Augments.RuntimeAugments
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Runtime.Augments.StackTraceMetadataCallbacks
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Runtime.Augments.TypeLoaderCallbacks
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Runtime.CanonTypeKind
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Runtime.CompilerHelpers.MathHelpers
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Runtime.CompilerHelpers.StartupCodeHelpers
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Runtime.CompilerHelpers.ThrowHelpers
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Runtime.CompilerServices.FixupRuntimeTypeHandle
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Runtime.CompilerServices.FunctionPointerOps
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Runtime.CompilerServices.GenericMethodDescriptor
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Runtime.CompilerServices.MethodNameAndSignature
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Runtime.CompilerServices.OpenMethodResolver
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Runtime.CompilerServices.RuntimeFieldHandleInfo
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Runtime.CompilerServices.RuntimeMethodHandleInfo
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Runtime.CompilerServices.RuntimeSignature
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Runtime.ReadyToRunSectionType
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.Runtime.TypeManagerHandle
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.TypeSystem.ExceptionStringID
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:Internal.TypeSystem.LockFreeReaderHashtable`2
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:System.Array`1
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:System.Diagnostics.DebugAnnotations
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:System.Diagnostics.DebuggerGuidedStepThroughAttribute
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:System.Diagnostics.Tracing.PropertyValue
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:System.MDArray
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:System.Reflection.AssemblyRuntimeNameHelpers
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:System.Reflection.BinderBundle
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:System.Reflection.DynamicInvokeInfo
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:System.Reflection.EnumInfo
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:System.Reflection.Runtime.General.MetadataReaderExtensions
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:System.Reflection.Runtime.General.NativeFormatMetadataReaderExtensions
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:System.Reflection.Runtime.General.QGenericParameter
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:System.Reflection.Runtime.General.QHandle
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:System.Reflection.Runtime.General.QMethodDefinition
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:System.Reflection.Runtime.General.QSignatureTypeHandle
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:System.Reflection.Runtime.General.QTypeDefinition
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:System.Reflection.Runtime.General.QTypeDefRefOrSpec
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:System.Reflection.RuntimeAssembly
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:System.Reflection.RuntimeAssemblyName
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:System.Resources.RuntimeResourceSet
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:System.Runtime.CompilerServices.EagerStaticClassConstructionAttribute
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:System.Runtime.CompilerServices.ForceDictionaryLookupsAttribute
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:System.Runtime.CompilerServices.ForceLazyDictionaryAttribute
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:System.Runtime.CompilerServices.ICastable
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:System.Runtime.CompilerServices.ReflectionBlockedAttribute
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:System.Runtime.CompilerServices.StaticClassConstructionContext
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:System.Runtime.ExceptionIDs
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:System.Runtime.InteropServices.InteropExtensions
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:System.Runtime.InteropServices.NativeFunctionPointerWrapper
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:System.Runtime.InteropServices.PInvokeMarshal
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:System.Runtime.InteropServices.UnsafeGCHandle
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:System.Runtime.RhFailFastReason
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:System.Runtime.RuntimeImportAttribute
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:System.Runtime.RuntimeImports
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:System.Runtime.RuntimeObjectFactory
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:System.Runtime.TypeLoaderExports
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:System.RuntimeExceptionHelpers
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:System.RuntimeType
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:System.Threading.Condition
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:System.Threading.Lock
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:System.Threading.LockHolder
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0002
+ F:System.Resources.ResourceManager.BaseNameField
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0002
+ F:System.Resources.ResourceSet.Reader
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0002
+ M:System.ModuleHandle.#ctor(System.Reflection.Module)
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0002
+ M:System.Reflection.MethodBase.get_MetadataDefinitionMethod
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0002
+ M:System.Reflection.MethodBase.GetParametersNoCopy
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0002
+ M:System.TypedReference.get_IsNull
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0014
+ M:System.Runtime.CompilerServices.RuntimeHelpers.GetObjectValue(System.Object)->object?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute]
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0014
+ M:System.Runtime.InteropServices.Marshal.CreateWrapperOfType(System.Object,System.Type)->object?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute]
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0016
+ M:System.Runtime.InteropServices.Marshal.GetObjectForNativeVariant``1(System.IntPtr)->T?:[T:System.Diagnostics.CodeAnalysis.MaybeNullAttribute]
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
\ No newline at end of file
diff --git a/src/coreclr/nativeaot/System.Private.CoreLib/src/MatchingRefApiCompatBaseline.txt b/src/coreclr/nativeaot/System.Private.CoreLib/src/MatchingRefApiCompatBaseline.txt
deleted file mode 100644
index a00ad23f61fb2b..00000000000000
--- a/src/coreclr/nativeaot/System.Private.CoreLib/src/MatchingRefApiCompatBaseline.txt
+++ /dev/null
@@ -1,246 +0,0 @@
-Compat issues with assembly System.Private.CoreLib:
-TypesMustExist : Type 'Internal.Console' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.DeveloperExperience.DeveloperExperience' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Metadata.NativeFormat.ArraySignature' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Metadata.NativeFormat.ArraySignatureHandle' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Metadata.NativeFormat.AssemblyFlags' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Metadata.NativeFormat.AssemblyHashAlgorithm' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Metadata.NativeFormat.BooleanCollection' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Metadata.NativeFormat.ByReferenceSignature' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Metadata.NativeFormat.ByReferenceSignatureHandle' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Metadata.NativeFormat.ByteCollection' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Metadata.NativeFormat.CharCollection' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Metadata.NativeFormat.ConstantBooleanArray' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Metadata.NativeFormat.ConstantBooleanArrayHandle' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Metadata.NativeFormat.ConstantBooleanValue' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Metadata.NativeFormat.ConstantBooleanValueHandle' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Metadata.NativeFormat.ConstantBoxedEnumValue' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Metadata.NativeFormat.ConstantBoxedEnumValueHandle' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Metadata.NativeFormat.ConstantByteArray' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Metadata.NativeFormat.ConstantByteArrayHandle' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Metadata.NativeFormat.ConstantByteValue' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Metadata.NativeFormat.ConstantByteValueHandle' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Metadata.NativeFormat.ConstantCharArray' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Metadata.NativeFormat.ConstantCharArrayHandle' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Metadata.NativeFormat.ConstantCharValue' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Metadata.NativeFormat.ConstantCharValueHandle' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Metadata.NativeFormat.ConstantDoubleArray' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Metadata.NativeFormat.ConstantDoubleArrayHandle' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Metadata.NativeFormat.ConstantDoubleValue' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Metadata.NativeFormat.ConstantDoubleValueHandle' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Metadata.NativeFormat.ConstantEnumArray' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Metadata.NativeFormat.ConstantEnumArrayHandle' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Metadata.NativeFormat.ConstantHandleArray' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Metadata.NativeFormat.ConstantHandleArrayHandle' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Metadata.NativeFormat.ConstantInt16Array' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Metadata.NativeFormat.ConstantInt16ArrayHandle' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Metadata.NativeFormat.ConstantInt16Value' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Metadata.NativeFormat.ConstantInt16ValueHandle' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Metadata.NativeFormat.ConstantInt32Array' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Metadata.NativeFormat.ConstantInt32ArrayHandle' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Metadata.NativeFormat.ConstantInt32Value' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Metadata.NativeFormat.ConstantInt32ValueHandle' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Metadata.NativeFormat.ConstantInt64Array' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Metadata.NativeFormat.ConstantInt64ArrayHandle' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Metadata.NativeFormat.ConstantInt64Value' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Metadata.NativeFormat.ConstantInt64ValueHandle' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Metadata.NativeFormat.ConstantReferenceValue' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Metadata.NativeFormat.ConstantReferenceValueHandle' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Metadata.NativeFormat.ConstantSByteArray' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Metadata.NativeFormat.ConstantSByteArrayHandle' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Metadata.NativeFormat.ConstantSByteValue' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Metadata.NativeFormat.ConstantSByteValueHandle' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Metadata.NativeFormat.ConstantSingleArray' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Metadata.NativeFormat.ConstantSingleArrayHandle' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Metadata.NativeFormat.ConstantSingleValue' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Metadata.NativeFormat.ConstantSingleValueHandle' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Metadata.NativeFormat.ConstantStringArray' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Metadata.NativeFormat.ConstantStringArrayHandle' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Metadata.NativeFormat.ConstantStringValue' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Metadata.NativeFormat.ConstantStringValueHandle' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Metadata.NativeFormat.ConstantUInt16Array' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Metadata.NativeFormat.ConstantUInt16ArrayHandle' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Metadata.NativeFormat.ConstantUInt16Value' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Metadata.NativeFormat.ConstantUInt16ValueHandle' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Metadata.NativeFormat.ConstantUInt32Array' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Metadata.NativeFormat.ConstantUInt32ArrayHandle' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Metadata.NativeFormat.ConstantUInt32Value' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Metadata.NativeFormat.ConstantUInt32ValueHandle' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Metadata.NativeFormat.ConstantUInt64Array' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Metadata.NativeFormat.ConstantUInt64ArrayHandle' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Metadata.NativeFormat.ConstantUInt64Value' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Metadata.NativeFormat.ConstantUInt64ValueHandle' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Metadata.NativeFormat.CustomAttribute' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Metadata.NativeFormat.CustomAttributeHandle' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Metadata.NativeFormat.CustomAttributeHandleCollection' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Metadata.NativeFormat.DoubleCollection' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Metadata.NativeFormat.Event' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Metadata.NativeFormat.EventHandle' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Metadata.NativeFormat.EventHandleCollection' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Metadata.NativeFormat.Field' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Metadata.NativeFormat.FieldHandle' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Metadata.NativeFormat.FieldHandleCollection' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Metadata.NativeFormat.FieldSignature' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Metadata.NativeFormat.FieldSignatureHandle' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Metadata.NativeFormat.FunctionPointerSignature' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Metadata.NativeFormat.FunctionPointerSignatureHandle' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Metadata.NativeFormat.GenericParameter' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Metadata.NativeFormat.GenericParameterHandle' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Metadata.NativeFormat.GenericParameterHandleCollection' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Metadata.NativeFormat.GenericParameterKind' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Metadata.NativeFormat.Handle' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Metadata.NativeFormat.HandleCollection' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Metadata.NativeFormat.HandleType' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Metadata.NativeFormat.Int16Collection' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Metadata.NativeFormat.Int32Collection' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Metadata.NativeFormat.Int64Collection' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Metadata.NativeFormat.MemberReference' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Metadata.NativeFormat.MemberReferenceHandle' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Metadata.NativeFormat.MetadataReader' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Metadata.NativeFormat.Method' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Metadata.NativeFormat.MethodHandle' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Metadata.NativeFormat.MethodHandleCollection' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Metadata.NativeFormat.MethodInstantiation' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Metadata.NativeFormat.MethodInstantiationHandle' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Metadata.NativeFormat.MethodSemantics' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Metadata.NativeFormat.MethodSemanticsAttributes' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Metadata.NativeFormat.MethodSemanticsHandle' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Metadata.NativeFormat.MethodSemanticsHandleCollection' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Metadata.NativeFormat.MethodSignature' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Metadata.NativeFormat.MethodSignatureHandle' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Metadata.NativeFormat.MethodTypeVariableSignature' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Metadata.NativeFormat.MethodTypeVariableSignatureHandle' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Metadata.NativeFormat.ModifiedType' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Metadata.NativeFormat.ModifiedTypeHandle' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Metadata.NativeFormat.NamedArgument' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Metadata.NativeFormat.NamedArgumentHandle' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Metadata.NativeFormat.NamedArgumentHandleCollection' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Metadata.NativeFormat.NamedArgumentMemberKind' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Metadata.NativeFormat.NamespaceDefinition' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Metadata.NativeFormat.NamespaceDefinitionHandle' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Metadata.NativeFormat.NamespaceDefinitionHandleCollection' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Metadata.NativeFormat.NamespaceReference' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Metadata.NativeFormat.NamespaceReferenceHandle' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Metadata.NativeFormat.NativeFormatReaderExtensions' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Metadata.NativeFormat.Parameter' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Metadata.NativeFormat.ParameterHandle' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Metadata.NativeFormat.ParameterHandleCollection' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Metadata.NativeFormat.PInvokeAttributes' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Metadata.NativeFormat.PointerSignature' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Metadata.NativeFormat.PointerSignatureHandle' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Metadata.NativeFormat.Property' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Metadata.NativeFormat.PropertyHandle' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Metadata.NativeFormat.PropertyHandleCollection' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Metadata.NativeFormat.PropertySignature' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Metadata.NativeFormat.PropertySignatureHandle' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Metadata.NativeFormat.QualifiedField' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Metadata.NativeFormat.QualifiedFieldHandle' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Metadata.NativeFormat.QualifiedMethod' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Metadata.NativeFormat.QualifiedMethodHandle' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Metadata.NativeFormat.SByteCollection' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Metadata.NativeFormat.ScopeDefinition' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Metadata.NativeFormat.ScopeDefinitionHandle' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Metadata.NativeFormat.ScopeDefinitionHandleCollection' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Metadata.NativeFormat.ScopeReference' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Metadata.NativeFormat.ScopeReferenceHandle' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Metadata.NativeFormat.SingleCollection' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Metadata.NativeFormat.SZArraySignature' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Metadata.NativeFormat.SZArraySignatureHandle' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Metadata.NativeFormat.TypeDefinition' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Metadata.NativeFormat.TypeDefinitionHandle' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Metadata.NativeFormat.TypeDefinitionHandleCollection' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Metadata.NativeFormat.TypeForwarder' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Metadata.NativeFormat.TypeForwarderHandle' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Metadata.NativeFormat.TypeForwarderHandleCollection' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Metadata.NativeFormat.TypeInstantiationSignature' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Metadata.NativeFormat.TypeInstantiationSignatureHandle' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Metadata.NativeFormat.TypeReference' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Metadata.NativeFormat.TypeReferenceHandle' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Metadata.NativeFormat.TypeSpecification' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Metadata.NativeFormat.TypeSpecificationHandle' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Metadata.NativeFormat.TypeVariableSignature' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Metadata.NativeFormat.TypeVariableSignatureHandle' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Metadata.NativeFormat.UInt16Collection' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Metadata.NativeFormat.UInt32Collection' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Metadata.NativeFormat.UInt64Collection' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Reflection.Augments.ReflectionAugments' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Reflection.Augments.ReflectionCoreCallbacks' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Reflection.Core.AssemblyBinder' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Reflection.Core.AssemblyBindResult' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Reflection.Core.QScopeDefinition' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Reflection.Core.ReflectionDomainSetup' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Reflection.Core.Execution.ExecutionDomain' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Reflection.Core.Execution.ExecutionEnvironment' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Reflection.Core.Execution.FieldAccessor' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Reflection.Core.Execution.MethodInvoker' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Reflection.Core.Execution.ReflectionCoreExecution' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Reflection.Extensions.NonPortable.CustomAttributeInheritanceRules' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Reflection.Extensions.NonPortable.CustomAttributeInstantiator' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Runtime.CanonTypeKind' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Runtime.ReadyToRunSectionType' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Runtime.TypeManagerHandle' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Runtime.Augments.DynamicDelegateAugments' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Runtime.Augments.ReflectionExecutionDomainCallbacks' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Runtime.Augments.RuntimeAugments' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Runtime.Augments.StackTraceMetadataCallbacks' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Runtime.Augments.TypeLoaderCallbacks' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Runtime.CompilerHelpers.MathHelpers' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Runtime.CompilerHelpers.StartupCodeHelpers' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Runtime.CompilerHelpers.ThrowHelpers' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Runtime.CompilerServices.FixupRuntimeTypeHandle' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Runtime.CompilerServices.FunctionPointerOps' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Runtime.CompilerServices.GenericMethodDescriptor' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Runtime.CompilerServices.MethodNameAndSignature' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Runtime.CompilerServices.OpenMethodResolver' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Runtime.CompilerServices.RuntimeFieldHandleInfo' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Runtime.CompilerServices.RuntimeMethodHandleInfo' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.Runtime.CompilerServices.RuntimeSignature' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.TypeSystem.ExceptionStringID' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'Internal.TypeSystem.LockFreeReaderHashtable' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'System.Array' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'System.MDArray' does not exist in the reference but it does exist in the implementation.
-MembersMustExist : Member 'public void System.ModuleHandle..ctor(System.Reflection.Module)' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'System.RuntimeExceptionHelpers' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'System.RuntimeType' does not exist in the reference but it does exist in the implementation.
-MembersMustExist : Member 'public System.Boolean System.TypedReference.IsNull.get()' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'System.Diagnostics.DebugAnnotations' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'System.Diagnostics.DebuggerGuidedStepThroughAttribute' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'System.Diagnostics.Tracing.PropertyValue' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'System.Reflection.AssemblyRuntimeNameHelpers' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'System.Reflection.BinderBundle' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'System.Reflection.DynamicInvokeInfo' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'System.Reflection.EnumInfo' does not exist in the reference but it does exist in the implementation.
-MembersMustExist : Member 'public System.Reflection.ParameterInfo[] System.Reflection.MethodBase.GetParametersNoCopy()' does not exist in the reference but it does exist in the implementation.
-MembersMustExist : Member 'public System.Reflection.MethodBase System.Reflection.MethodBase.MetadataDefinitionMethod.get()' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'System.Reflection.RuntimeAssembly' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'System.Reflection.RuntimeAssemblyName' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'System.Reflection.Runtime.General.MetadataReaderExtensions' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'System.Reflection.Runtime.General.NativeFormatMetadataReaderExtensions' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'System.Reflection.Runtime.General.QGenericParameter' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'System.Reflection.Runtime.General.QHandle' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'System.Reflection.Runtime.General.QMethodDefinition' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'System.Reflection.Runtime.General.QSignatureTypeHandle' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'System.Reflection.Runtime.General.QTypeDefinition' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'System.Reflection.Runtime.General.QTypeDefRefOrSpec' does not exist in the reference but it does exist in the implementation.
-MembersMustExist : Member 'protected System.Resources.IResourceReader System.Resources.IResourceReader System.Resources.ResourceSet.Reader' does not exist in the reference but it does exist in the implementation.
-MembersMustExist : Member 'protected System.String System.String System.Resources.ResourceManager.BaseNameField' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'System.Resources.RuntimeResourceSet' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'System.Runtime.ExceptionIDs' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'System.Runtime.RhFailFastReason' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'System.Runtime.RuntimeImportAttribute' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'System.Runtime.RuntimeImports' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'System.Runtime.RuntimeObjectFactory' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'System.Runtime.TypeLoaderExports' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'System.Runtime.CompilerServices.EagerStaticClassConstructionAttribute' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'System.Runtime.CompilerServices.ForceDictionaryLookupsAttribute' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'System.Runtime.CompilerServices.ForceLazyDictionaryAttribute' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'System.Runtime.CompilerServices.ICastable' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'System.Runtime.CompilerServices.ReflectionBlockedAttribute' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'System.Runtime.CompilerServices.StaticClassConstructionContext' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'System.Runtime.InteropServices.InteropExtensions' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'System.Runtime.InteropServices.NativeFunctionPointerWrapper' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'System.Runtime.InteropServices.PInvokeMarshal' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'System.Runtime.InteropServices.UnsafeGCHandle' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'System.Threading.Condition' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'System.Threading.Lock' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'System.Threading.LockHolder' does not exist in the reference but it does exist in the implementation.
\ No newline at end of file
diff --git a/src/coreclr/nativeaot/System.Private.CoreLib/src/System.Private.CoreLib.csproj b/src/coreclr/nativeaot/System.Private.CoreLib/src/System.Private.CoreLib.csproj
index d32fb80194b10c..240f723cbaadad 100644
--- a/src/coreclr/nativeaot/System.Private.CoreLib/src/System.Private.CoreLib.csproj
+++ b/src/coreclr/nativeaot/System.Private.CoreLib/src/System.Private.CoreLib.csproj
@@ -604,7 +604,6 @@
true
- true
diff --git a/src/libraries/Directory.Build.targets b/src/libraries/Directory.Build.targets
index 46cc84f810c209..37fc0f12c2420f 100644
--- a/src/libraries/Directory.Build.targets
+++ b/src/libraries/Directory.Build.targets
@@ -141,12 +141,6 @@
-
-
-
-
-
diff --git a/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/CompatibilitySuppressions.xml b/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/CompatibilitySuppressions.xml
new file mode 100644
index 00000000000000..dd190ecbdbe9cf
--- /dev/null
+++ b/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/CompatibilitySuppressions.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ CP0002
+ M:Microsoft.Extensions.DependencyInjection.Specification.ClassWithOptionalArgsCtorWithStructs.#ctor(System.DateTime,System.DateTime,System.TimeSpan,System.TimeSpan,System.DateTimeOffset,System.DateTimeOffset,System.Guid,System.Guid,Microsoft.Extensions.DependencyInjection.Specification.ClassWithOptionalArgsCtorWithStructs.CustomStruct,Microsoft.Extensions.DependencyInjection.Specification.ClassWithOptionalArgsCtorWithStructs.CustomStruct,System.Nullable{System.ConsoleColor},System.Nullable{System.ConsoleColor},System.Nullable{System.Int32},System.Nullable{System.Int32})
+ true
+
+
+
+ CP0002
+ M:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.ExplictServiceRegisterationWithIsService
+ true
+
+
+
+ CP0002
+ M:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.TypeActivatorCreateInstanceUsesFirstMathchedConstructor(System.Object,System.String)
+ true
+
+
\ No newline at end of file
diff --git a/src/libraries/Microsoft.NET.WebAssembly.Threading/src/Microsoft.NET.WebAssembly.Threading.proj b/src/libraries/Microsoft.NET.WebAssembly.Threading/src/Microsoft.NET.WebAssembly.Threading.proj
index 7b653510fa026d..49f863237a7f97 100644
--- a/src/libraries/Microsoft.NET.WebAssembly.Threading/src/Microsoft.NET.WebAssembly.Threading.proj
+++ b/src/libraries/Microsoft.NET.WebAssembly.Threading/src/Microsoft.NET.WebAssembly.Threading.proj
@@ -3,21 +3,27 @@
$(NetCoreAppCurrent)
true
false
+
true
true
Exposes Threading APIs for WebAssembly projects
-
+
$(NoWarn);NU5128;NU5131;PKV004
ref
-
+
diff --git a/src/libraries/Microsoft.VisualBasic.Core/src/ApiCompatBaseline.txt b/src/libraries/Microsoft.VisualBasic.Core/src/ApiCompatBaseline.txt
deleted file mode 100644
index 1f68939b3527a5..00000000000000
--- a/src/libraries/Microsoft.VisualBasic.Core/src/ApiCompatBaseline.txt
+++ /dev/null
@@ -1,11 +0,0 @@
-# C# doesn't permit setting the parameter name of the setter.
-ParameterNamesCannotChange : Parameter name on member 'Microsoft.VisualBasic.ComClassAttribute.InterfaceShadows.set(System.Boolean)' is 'AutoPropertyValue' in the implementation but 'value' in the contract.
-ParameterNamesCannotChange : Parameter name on member 'Microsoft.VisualBasic.DateAndTime.DateString.set(System.String)' is 'Value' in the implementation but 'value' in the contract.
-ParameterNamesCannotChange : Parameter name on member 'Microsoft.VisualBasic.DateAndTime.TimeOfDay.set(System.DateTime)' is 'Value' in the implementation but 'value' in the contract.
-ParameterNamesCannotChange : Parameter name on member 'Microsoft.VisualBasic.DateAndTime.TimeString.set(System.String)' is 'Value' in the implementation but 'value' in the contract.
-ParameterNamesCannotChange : Parameter name on member 'Microsoft.VisualBasic.DateAndTime.Today.set(System.DateTime)' is 'Value' in the implementation but 'value' in the contract.
-ParameterNamesCannotChange : Parameter name on member 'Microsoft.VisualBasic.ErrObject.Description.set(System.String)' is 'Value' in the implementation but 'value' in the contract.
-ParameterNamesCannotChange : Parameter name on member 'Microsoft.VisualBasic.ErrObject.HelpContext.set(System.Int32)' is 'Value' in the implementation but 'value' in the contract.
-ParameterNamesCannotChange : Parameter name on member 'Microsoft.VisualBasic.ErrObject.HelpFile.set(System.String)' is 'Value' in the implementation but 'value' in the contract.
-ParameterNamesCannotChange : Parameter name on member 'Microsoft.VisualBasic.ErrObject.Number.set(System.Int32)' is 'Value' in the implementation but 'value' in the contract.
-ParameterNamesCannotChange : Parameter name on member 'Microsoft.VisualBasic.ErrObject.Source.set(System.String)' is 'Value' in the implementation but 'value' in the contract.
diff --git a/src/libraries/Microsoft.VisualBasic.Core/src/CompatibilitySuppressions.xml b/src/libraries/Microsoft.VisualBasic.Core/src/CompatibilitySuppressions.xml
new file mode 100644
index 00000000000000..694c5ec1802e6b
--- /dev/null
+++ b/src/libraries/Microsoft.VisualBasic.Core/src/CompatibilitySuppressions.xml
@@ -0,0 +1,55 @@
+
+
+
+ CP0014
+ M:Microsoft.VisualBasic.CompilerServices.Conversions.ToGenericParameter``1(System.Object)->T?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute]
+
+
+ CP0014
+ M:Microsoft.VisualBasic.CompilerServices.StringType.FromObject(System.Object)->string?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute]
+
+
+ CP0014
+ M:Microsoft.VisualBasic.Strings.LCase(System.String)->string?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute]
+
+
+ CP0017
+ M:Microsoft.VisualBasic.ComClassAttribute.set_InterfaceShadows(System.Boolean)$0
+
+
+ CP0017
+ M:Microsoft.VisualBasic.DateAndTime.set_DateString(System.String)$0
+
+
+ CP0017
+ M:Microsoft.VisualBasic.DateAndTime.set_TimeOfDay(System.DateTime)$0
+
+
+ CP0017
+ M:Microsoft.VisualBasic.DateAndTime.set_TimeString(System.String)$0
+
+
+ CP0017
+ M:Microsoft.VisualBasic.DateAndTime.set_Today(System.DateTime)$0
+
+
+ CP0017
+ M:Microsoft.VisualBasic.ErrObject.set_Description(System.String)$0
+
+
+ CP0017
+ M:Microsoft.VisualBasic.ErrObject.set_HelpContext(System.Int32)$0
+
+
+ CP0017
+ M:Microsoft.VisualBasic.ErrObject.set_HelpFile(System.String)$0
+
+
+ CP0017
+ M:Microsoft.VisualBasic.ErrObject.set_Number(System.Int32)$0
+
+
+ CP0017
+ M:Microsoft.VisualBasic.ErrObject.set_Source(System.String)$0
+
+
\ No newline at end of file
diff --git a/src/libraries/Microsoft.VisualBasic.Core/src/MatchingRefApiCompatBaseline.txt b/src/libraries/Microsoft.VisualBasic.Core/src/MatchingRefApiCompatBaseline.txt
deleted file mode 100644
index e7285872ee998b..00000000000000
--- a/src/libraries/Microsoft.VisualBasic.Core/src/MatchingRefApiCompatBaseline.txt
+++ /dev/null
@@ -1,12 +0,0 @@
-Compat issues with assembly Microsoft.VisualBasic.Core:
-ParameterNamesCannotChange : Parameter name on member 'Microsoft.VisualBasic.ComClassAttribute.InterfaceShadows.set(System.Boolean)' is 'value' in the reference but 'AutoPropertyValue' in the implementation.
-ParameterNamesCannotChange : Parameter name on member 'Microsoft.VisualBasic.DateAndTime.DateString.set(System.String)' is 'value' in the reference but 'Value' in the implementation.
-ParameterNamesCannotChange : Parameter name on member 'Microsoft.VisualBasic.DateAndTime.TimeOfDay.set(System.DateTime)' is 'value' in the reference but 'Value' in the implementation.
-ParameterNamesCannotChange : Parameter name on member 'Microsoft.VisualBasic.DateAndTime.TimeString.set(System.String)' is 'value' in the reference but 'Value' in the implementation.
-ParameterNamesCannotChange : Parameter name on member 'Microsoft.VisualBasic.DateAndTime.Today.set(System.DateTime)' is 'value' in the reference but 'Value' in the implementation.
-ParameterNamesCannotChange : Parameter name on member 'Microsoft.VisualBasic.ErrObject.Description.set(System.String)' is 'value' in the reference but 'Value' in the implementation.
-ParameterNamesCannotChange : Parameter name on member 'Microsoft.VisualBasic.ErrObject.HelpContext.set(System.Int32)' is 'value' in the reference but 'Value' in the implementation.
-ParameterNamesCannotChange : Parameter name on member 'Microsoft.VisualBasic.ErrObject.HelpFile.set(System.String)' is 'value' in the reference but 'Value' in the implementation.
-ParameterNamesCannotChange : Parameter name on member 'Microsoft.VisualBasic.ErrObject.Number.set(System.Int32)' is 'value' in the reference but 'Value' in the implementation.
-ParameterNamesCannotChange : Parameter name on member 'Microsoft.VisualBasic.ErrObject.Source.set(System.String)' is 'value' in the reference but 'Value' in the implementation.
-Total Issues: 10
diff --git a/src/libraries/Microsoft.Win32.SystemEvents/src/CompatibilitySuppressions.xml b/src/libraries/Microsoft.Win32.SystemEvents/src/CompatibilitySuppressions.xml
new file mode 100644
index 00000000000000..f08f9dcce879f5
--- /dev/null
+++ b/src/libraries/Microsoft.Win32.SystemEvents/src/CompatibilitySuppressions.xml
@@ -0,0 +1,9 @@
+
+
+
+ CP0015
+ E:Microsoft.Win32.SystemEvents.LowMemory:[T:System.ObsoleteAttribute]
+ lib/netstandard2.0/Microsoft.Win32.SystemEvents.dll
+ lib/net462/Microsoft.Win32.SystemEvents.dll
+
+
\ No newline at end of file
diff --git a/src/libraries/System.AppContext/src/MatchingRefApiCompatBaseline.txt b/src/libraries/System.AppContext/src/MatchingRefApiCompatBaseline.txt
deleted file mode 100644
index c73b6cd016a689..00000000000000
--- a/src/libraries/System.AppContext/src/MatchingRefApiCompatBaseline.txt
+++ /dev/null
@@ -1,9 +0,0 @@
-Compat issues with assembly System.AppContext:
-MembersMustExist : Member 'public void System.AppContext.add_FirstChanceException(System.EventHandler)' does not exist in the reference but it does exist in the implementation.
-MembersMustExist : Member 'public void System.AppContext.add_ProcessExit(System.EventHandler)' does not exist in the reference but it does exist in the implementation.
-MembersMustExist : Member 'public void System.AppContext.add_UnhandledException(System.UnhandledExceptionEventHandler)' does not exist in the reference but it does exist in the implementation.
-MembersMustExist : Member 'public void System.AppContext.remove_FirstChanceException(System.EventHandler)' does not exist in the reference but it does exist in the implementation.
-MembersMustExist : Member 'public void System.AppContext.remove_ProcessExit(System.EventHandler)' does not exist in the reference but it does exist in the implementation.
-MembersMustExist : Member 'public void System.AppContext.remove_UnhandledException(System.UnhandledExceptionEventHandler)' does not exist in the reference but it does exist in the implementation.
-MembersMustExist : Member 'public void System.AppContext.SetData(System.String, System.Object)' does not exist in the reference but it does exist in the implementation.
-Total Issues: 7
diff --git a/src/libraries/System.CodeDom/src/CompatibilitySuppressions.xml b/src/libraries/System.CodeDom/src/CompatibilitySuppressions.xml
new file mode 100644
index 00000000000000..abed7359129fd8
--- /dev/null
+++ b/src/libraries/System.CodeDom/src/CompatibilitySuppressions.xml
@@ -0,0 +1,51 @@
+
+
+
+ CP0015
+ M:Microsoft.CSharp.CSharpCodeProvider.CreateCompiler:[T:System.ObsoleteAttribute]
+ lib/netstandard2.0/System.CodeDom.dll
+ lib/net462/System.CodeDom.dll
+
+
+ CP0015
+ M:Microsoft.CSharp.CSharpCodeProvider.CreateGenerator:[T:System.ObsoleteAttribute]
+ lib/netstandard2.0/System.CodeDom.dll
+ lib/net462/System.CodeDom.dll
+
+
+ CP0015
+ M:Microsoft.VisualBasic.VBCodeProvider.CreateCompiler:[T:System.ObsoleteAttribute]
+ lib/netstandard2.0/System.CodeDom.dll
+ lib/net462/System.CodeDom.dll
+
+
+ CP0015
+ M:Microsoft.VisualBasic.VBCodeProvider.CreateGenerator:[T:System.ObsoleteAttribute]
+ lib/netstandard2.0/System.CodeDom.dll
+ lib/net462/System.CodeDom.dll
+
+
+ CP0015
+ M:System.CodeDom.Compiler.CodeDomProvider.CreateCompiler:[T:System.ObsoleteAttribute]
+ lib/netstandard2.0/System.CodeDom.dll
+ lib/net462/System.CodeDom.dll
+
+
+ CP0015
+ M:System.CodeDom.Compiler.CodeDomProvider.CreateGenerator:[T:System.ObsoleteAttribute]
+ lib/netstandard2.0/System.CodeDom.dll
+ lib/net462/System.CodeDom.dll
+
+
+ CP0015
+ M:System.CodeDom.Compiler.CodeDomProvider.CreateParser:[T:System.ObsoleteAttribute]
+ lib/netstandard2.0/System.CodeDom.dll
+ lib/net462/System.CodeDom.dll
+
+
+ CP0017
+ M:System.CodeDom.Compiler.CodeGenerator.GenerateStatements(System.CodeDom.CodeStatementCollection)$0
+ lib/netstandard2.0/System.CodeDom.dll
+ lib/net462/System.CodeDom.dll
+
+
\ No newline at end of file
diff --git a/src/libraries/System.Collections.Specialized/src/CompatibilitySuppressions.xml b/src/libraries/System.Collections.Specialized/src/CompatibilitySuppressions.xml
new file mode 100644
index 00000000000000..a941952fee7773
--- /dev/null
+++ b/src/libraries/System.Collections.Specialized/src/CompatibilitySuppressions.xml
@@ -0,0 +1,8 @@
+
+
+
+
+ CP0001
+ T:System.Collections.Specialized.ListDictionary.DictionaryNode
+
+
\ No newline at end of file
diff --git a/src/libraries/System.Collections.Specialized/src/MatchingRefApiCompatBaseline.txt b/src/libraries/System.Collections.Specialized/src/MatchingRefApiCompatBaseline.txt
deleted file mode 100644
index 0a2d30f76fa53a..00000000000000
--- a/src/libraries/System.Collections.Specialized/src/MatchingRefApiCompatBaseline.txt
+++ /dev/null
@@ -1,2 +0,0 @@
-# Type exposed publicly in implementation only for serialization purposes
-TypesMustExist : Type 'System.Collections.Specialized.ListDictionary.DictionaryNode' does not exist in the reference but it does exist in the implementation.
diff --git a/src/libraries/System.Collections/src/CompatibilitySuppressions.xml b/src/libraries/System.Collections/src/CompatibilitySuppressions.xml
new file mode 100644
index 00000000000000..c313881d43172b
--- /dev/null
+++ b/src/libraries/System.Collections/src/CompatibilitySuppressions.xml
@@ -0,0 +1,19 @@
+
+
+
+ CP0001
+ T:System.Collections.Generic.SortedDictionary`2.KeyValuePairComparer
+
+
+ CP0001
+ T:System.Collections.Generic.SortedList`2.KeyList
+
+
+ CP0001
+ T:System.Collections.Generic.SortedList`2.ValueList
+
+
+ CP0001
+ T:System.Collections.Generic.TreeSet`1
+
+
\ No newline at end of file
diff --git a/src/libraries/System.Collections/src/MatchingRefApiCompatBaseline.txt b/src/libraries/System.Collections/src/MatchingRefApiCompatBaseline.txt
deleted file mode 100644
index ab97ed0345af53..00000000000000
--- a/src/libraries/System.Collections/src/MatchingRefApiCompatBaseline.txt
+++ /dev/null
@@ -1,6 +0,0 @@
-Compat issues with assembly System.Collections:
-TypesMustExist : Type 'System.Collections.Generic.SortedDictionary.KeyValuePairComparer' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'System.Collections.Generic.SortedList.KeyList' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'System.Collections.Generic.SortedList.ValueList' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'System.Collections.Generic.TreeSet' does not exist in the reference but it does exist in the implementation.
-Total Issues: 6
diff --git a/src/libraries/System.Configuration.ConfigurationManager/src/CompatibilitySuppressions.xml b/src/libraries/System.Configuration.ConfigurationManager/src/CompatibilitySuppressions.xml
index d1476fafd0f8a8..7a150462088b38 100644
--- a/src/libraries/System.Configuration.ConfigurationManager/src/CompatibilitySuppressions.xml
+++ b/src/libraries/System.Configuration.ConfigurationManager/src/CompatibilitySuppressions.xml
@@ -36,4 +36,76 @@
lib/netstandard2.0/System.Configuration.ConfigurationManager.dll
lib/net462/System.Configuration.ConfigurationManager.dll
+
+ CP0014
+ F:System.Configuration.SettingsSerializeAs.Binary:[T:System.ObsoleteAttribute]
+ lib/netstandard2.0/System.Configuration.ConfigurationManager.dll
+ lib/net462/System.Configuration.ConfigurationManager.dll
+
+
+ CP0015
+ M:System.Configuration.ConfigurationException.#ctor:[T:System.ObsoleteAttribute]
+ lib/netstandard2.0/System.Configuration.ConfigurationManager.dll
+ lib/net462/System.Configuration.ConfigurationManager.dll
+
+
+ CP0015
+ M:System.Configuration.ConfigurationException.#ctor(System.String,System.Exception,System.String,System.Int32):[T:System.ObsoleteAttribute]
+ lib/netstandard2.0/System.Configuration.ConfigurationManager.dll
+ lib/net462/System.Configuration.ConfigurationManager.dll
+
+
+ CP0015
+ M:System.Configuration.ConfigurationException.#ctor(System.String,System.Exception,System.Xml.XmlNode):[T:System.ObsoleteAttribute]
+ lib/netstandard2.0/System.Configuration.ConfigurationManager.dll
+ lib/net462/System.Configuration.ConfigurationManager.dll
+
+
+ CP0015
+ M:System.Configuration.ConfigurationException.#ctor(System.String,System.Exception):[T:System.ObsoleteAttribute]
+ lib/netstandard2.0/System.Configuration.ConfigurationManager.dll
+ lib/net462/System.Configuration.ConfigurationManager.dll
+
+
+ CP0015
+ M:System.Configuration.ConfigurationException.#ctor(System.String,System.String,System.Int32):[T:System.ObsoleteAttribute]
+ lib/netstandard2.0/System.Configuration.ConfigurationManager.dll
+ lib/net462/System.Configuration.ConfigurationManager.dll
+
+
+ CP0015
+ M:System.Configuration.ConfigurationException.#ctor(System.String,System.Xml.XmlNode):[T:System.ObsoleteAttribute]
+ lib/netstandard2.0/System.Configuration.ConfigurationManager.dll
+ lib/net462/System.Configuration.ConfigurationManager.dll
+
+
+ CP0015
+ M:System.Configuration.ConfigurationException.#ctor(System.String):[T:System.ObsoleteAttribute]
+ lib/netstandard2.0/System.Configuration.ConfigurationManager.dll
+ lib/net462/System.Configuration.ConfigurationManager.dll
+
+
+ CP0015
+ M:System.Configuration.ConfigurationException.GetXmlNodeFilename(System.Xml.XmlNode):[T:System.ObsoleteAttribute]
+ lib/netstandard2.0/System.Configuration.ConfigurationManager.dll
+ lib/net462/System.Configuration.ConfigurationManager.dll
+
+
+ CP0015
+ M:System.Configuration.ConfigurationException.GetXmlNodeLineNumber(System.Xml.XmlNode):[T:System.ObsoleteAttribute]
+ lib/netstandard2.0/System.Configuration.ConfigurationManager.dll
+ lib/net462/System.Configuration.ConfigurationManager.dll
+
+
+ CP0015
+ M:System.Configuration.ConfigurationSettings.GetConfig(System.String):[T:System.ObsoleteAttribute]
+ lib/netstandard2.0/System.Configuration.ConfigurationManager.dll
+ lib/net462/System.Configuration.ConfigurationManager.dll
+
+
+ CP0015
+ P:System.Configuration.ConfigurationSettings.AppSettings:[T:System.ObsoleteAttribute]
+ lib/netstandard2.0/System.Configuration.ConfigurationManager.dll
+ lib/net462/System.Configuration.ConfigurationManager.dll
+
\ No newline at end of file
diff --git a/src/libraries/System.Configuration.ConfigurationManager/src/MatchingRefApiCompatBaseline.netstandard2.0.txt b/src/libraries/System.Configuration.ConfigurationManager/src/MatchingRefApiCompatBaseline.netstandard2.0.txt
deleted file mode 100644
index de5f6939344e00..00000000000000
--- a/src/libraries/System.Configuration.ConfigurationManager/src/MatchingRefApiCompatBaseline.netstandard2.0.txt
+++ /dev/null
@@ -1,5 +0,0 @@
-Compat issues with assembly System.Configuration.ConfigurationManager:
-# Cannot remove the serialization constructors because they are needed for serialization
-MembersMustExist : Member 'protected void System.Configuration.SettingsAttributeDictionary..ctor(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)' does not exist in the reference but it does exist in the implementation.
-MembersMustExist : Member 'protected void System.Configuration.SettingsContext..ctor(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)' does not exist in the reference but it does exist in the implementation.
-Total Issues: 2
diff --git a/src/libraries/System.Data.Odbc/src/CompatibilitySuppressions.xml b/src/libraries/System.Data.Odbc/src/CompatibilitySuppressions.xml
index aa3db2f7c74b64..518978d754e657 100644
--- a/src/libraries/System.Data.Odbc/src/CompatibilitySuppressions.xml
+++ b/src/libraries/System.Data.Odbc/src/CompatibilitySuppressions.xml
@@ -1,5 +1,6 @@
+
CP0001
T:System.Data.Odbc.ODBC32
@@ -7,6 +8,79 @@
lib/netstandard2.0/System.Data.Odbc.dll
true
+
+ CP0001
+ T:System.Data.Odbc.ODBC32
+ ref/net6.0/System.Data.Odbc.dll
+ runtimes/freebsd/lib/net6.0/System.Data.Odbc.dll
+
+
+ CP0001
+ T:System.Data.Odbc.ODBC32
+ ref/net6.0/System.Data.Odbc.dll
+ runtimes/linux/lib/net6.0/System.Data.Odbc.dll
+
+
+ CP0001
+ T:System.Data.Odbc.ODBC32
+ ref/net6.0/System.Data.Odbc.dll
+ runtimes/osx/lib/net6.0/System.Data.Odbc.dll
+
+
+ CP0001
+ T:System.Data.Odbc.ODBC32
+ ref/net6.0/System.Data.Odbc.dll
+ runtimes/win/lib/net6.0/System.Data.Odbc.dll
+
+
+ CP0001
+ T:System.Data.Odbc.ODBC32
+ ref/net7.0/System.Data.Odbc.dll
+ runtimes/freebsd/lib/net7.0/System.Data.Odbc.dll
+
+
+ CP0001
+ T:System.Data.Odbc.ODBC32
+ ref/net7.0/System.Data.Odbc.dll
+ runtimes/illumos/lib/net7.0/System.Data.Odbc.dll
+
+
+ CP0001
+ T:System.Data.Odbc.ODBC32
+ ref/net7.0/System.Data.Odbc.dll
+ runtimes/ios/lib/net7.0/System.Data.Odbc.dll
+
+
+ CP0001
+ T:System.Data.Odbc.ODBC32
+ ref/net7.0/System.Data.Odbc.dll
+ runtimes/linux/lib/net7.0/System.Data.Odbc.dll
+
+
+ CP0001
+ T:System.Data.Odbc.ODBC32
+ ref/net7.0/System.Data.Odbc.dll
+ runtimes/osx/lib/net7.0/System.Data.Odbc.dll
+
+
+ CP0001
+ T:System.Data.Odbc.ODBC32
+ ref/net7.0/System.Data.Odbc.dll
+ runtimes/solaris/lib/net7.0/System.Data.Odbc.dll
+
+
+ CP0001
+ T:System.Data.Odbc.ODBC32
+ ref/net7.0/System.Data.Odbc.dll
+ runtimes/tvos/lib/net7.0/System.Data.Odbc.dll
+
+
+ CP0001
+ T:System.Data.Odbc.ODBC32
+ ref/net7.0/System.Data.Odbc.dll
+ runtimes/win/lib/net7.0/System.Data.Odbc.dll
+
+
CP0002
M:System.Data.Odbc.OdbcParameter.get_Offset
@@ -151,4 +225,154 @@
lib/net7.0/System.Data.Odbc.dll
runtimes/win/lib/net7.0/System.Data.Odbc.dll
+
+ CP0002
+ M:System.Data.Odbc.OdbcParameter.get_Offset
+ ref/net6.0/System.Data.Odbc.dll
+ runtimes/freebsd/lib/net6.0/System.Data.Odbc.dll
+
+
+ CP0002
+ M:System.Data.Odbc.OdbcParameter.set_Offset(System.Int32)
+ ref/net6.0/System.Data.Odbc.dll
+ runtimes/freebsd/lib/net6.0/System.Data.Odbc.dll
+
+
+ CP0002
+ M:System.Data.Odbc.OdbcParameter.get_Offset
+ ref/net6.0/System.Data.Odbc.dll
+ runtimes/linux/lib/net6.0/System.Data.Odbc.dll
+
+
+ CP0002
+ M:System.Data.Odbc.OdbcParameter.set_Offset(System.Int32)
+ ref/net6.0/System.Data.Odbc.dll
+ runtimes/linux/lib/net6.0/System.Data.Odbc.dll
+
+
+ CP0002
+ M:System.Data.Odbc.OdbcParameter.get_Offset
+ ref/net6.0/System.Data.Odbc.dll
+ runtimes/osx/lib/net6.0/System.Data.Odbc.dll
+
+
+ CP0002
+ M:System.Data.Odbc.OdbcParameter.set_Offset(System.Int32)
+ ref/net6.0/System.Data.Odbc.dll
+ runtimes/osx/lib/net6.0/System.Data.Odbc.dll
+
+
+ CP0002
+ M:System.Data.Odbc.OdbcParameter.get_Offset
+ ref/net6.0/System.Data.Odbc.dll
+ runtimes/win/lib/net6.0/System.Data.Odbc.dll
+
+
+ CP0002
+ M:System.Data.Odbc.OdbcParameter.set_Offset(System.Int32)
+ ref/net6.0/System.Data.Odbc.dll
+ runtimes/win/lib/net6.0/System.Data.Odbc.dll
+
+
+ CP0002
+ M:System.Data.Odbc.OdbcParameter.get_Offset
+ ref/net7.0/System.Data.Odbc.dll
+ runtimes/freebsd/lib/net7.0/System.Data.Odbc.dll
+
+
+ CP0002
+ M:System.Data.Odbc.OdbcParameter.set_Offset(System.Int32)
+ ref/net7.0/System.Data.Odbc.dll
+ runtimes/freebsd/lib/net7.0/System.Data.Odbc.dll
+
+
+ CP0002
+ M:System.Data.Odbc.OdbcParameter.get_Offset
+ ref/net7.0/System.Data.Odbc.dll
+ runtimes/illumos/lib/net7.0/System.Data.Odbc.dll
+
+
+ CP0002
+ M:System.Data.Odbc.OdbcParameter.set_Offset(System.Int32)
+ ref/net7.0/System.Data.Odbc.dll
+ runtimes/illumos/lib/net7.0/System.Data.Odbc.dll
+
+
+ CP0002
+ M:System.Data.Odbc.OdbcParameter.get_Offset
+ ref/net7.0/System.Data.Odbc.dll
+ runtimes/ios/lib/net7.0/System.Data.Odbc.dll
+
+
+ CP0002
+ M:System.Data.Odbc.OdbcParameter.set_Offset(System.Int32)
+ ref/net7.0/System.Data.Odbc.dll
+ runtimes/ios/lib/net7.0/System.Data.Odbc.dll
+
+
+ CP0002
+ M:System.Data.Odbc.OdbcParameter.get_Offset
+ ref/net7.0/System.Data.Odbc.dll
+ runtimes/linux/lib/net7.0/System.Data.Odbc.dll
+
+
+ CP0002
+ M:System.Data.Odbc.OdbcParameter.set_Offset(System.Int32)
+ ref/net7.0/System.Data.Odbc.dll
+ runtimes/linux/lib/net7.0/System.Data.Odbc.dll
+
+
+ CP0002
+ M:System.Data.Odbc.OdbcParameter.get_Offset
+ ref/net7.0/System.Data.Odbc.dll
+ runtimes/osx/lib/net7.0/System.Data.Odbc.dll
+
+
+ CP0002
+ M:System.Data.Odbc.OdbcParameter.set_Offset(System.Int32)
+ ref/net7.0/System.Data.Odbc.dll
+ runtimes/osx/lib/net7.0/System.Data.Odbc.dll
+
+
+ CP0002
+ M:System.Data.Odbc.OdbcParameter.get_Offset
+ ref/net7.0/System.Data.Odbc.dll
+ runtimes/solaris/lib/net7.0/System.Data.Odbc.dll
+
+
+ CP0002
+ M:System.Data.Odbc.OdbcParameter.set_Offset(System.Int32)
+ ref/net7.0/System.Data.Odbc.dll
+ runtimes/solaris/lib/net7.0/System.Data.Odbc.dll
+
+
+ CP0002
+ M:System.Data.Odbc.OdbcParameter.get_Offset
+ ref/net7.0/System.Data.Odbc.dll
+ runtimes/tvos/lib/net7.0/System.Data.Odbc.dll
+
+
+ CP0002
+ M:System.Data.Odbc.OdbcParameter.set_Offset(System.Int32)
+ ref/net7.0/System.Data.Odbc.dll
+ runtimes/tvos/lib/net7.0/System.Data.Odbc.dll
+
+
+ CP0002
+ M:System.Data.Odbc.OdbcParameter.get_Offset
+ ref/net7.0/System.Data.Odbc.dll
+ runtimes/win/lib/net7.0/System.Data.Odbc.dll
+
+
+ CP0002
+ M:System.Data.Odbc.OdbcParameter.set_Offset(System.Int32)
+ ref/net7.0/System.Data.Odbc.dll
+ runtimes/win/lib/net7.0/System.Data.Odbc.dll
+
+
+ CP0015
+ M:System.Data.Odbc.OdbcParameterCollection.Add(System.String,System.Object):[T:System.ObsoleteAttribute]
+ lib/netstandard2.0/System.Data.Odbc.dll
+ lib/net462/System.Data.Odbc.dll
+
\ No newline at end of file
diff --git a/src/libraries/System.Data.Odbc/src/MatchingRefApiCompatBaseline.txt b/src/libraries/System.Data.Odbc/src/MatchingRefApiCompatBaseline.txt
deleted file mode 100644
index 76851f84b7c762..00000000000000
--- a/src/libraries/System.Data.Odbc/src/MatchingRefApiCompatBaseline.txt
+++ /dev/null
@@ -1,6 +0,0 @@
-# Exposed publicly only in implementation for serialization compat
-TypesMustExist : Type 'System.Data.Odbc.ODBC32' does not exist in the reference but it does exist in the implementation.
-
-# Cannot be exposed in the ref yet as it is new API that doesn't exist in net472
-MembersMustExist : Member 'public System.Int32 System.Data.Odbc.OdbcParameter.Offset.get()' does not exist in the reference but it does exist in the implementation.
-MembersMustExist : Member 'public void System.Data.Odbc.OdbcParameter.Offset.set(System.Int32)' does not exist in the reference but it does exist in the implementation.
diff --git a/src/libraries/System.Data.OleDb/src/CompatibilitySuppressions.xml b/src/libraries/System.Data.OleDb/src/CompatibilitySuppressions.xml
new file mode 100644
index 00000000000000..0160fe672bff88
--- /dev/null
+++ b/src/libraries/System.Data.OleDb/src/CompatibilitySuppressions.xml
@@ -0,0 +1,9 @@
+
+
+
+ CP0015
+ M:System.Data.OleDb.OleDbParameterCollection.Add(System.String,System.Object):[T:System.ObsoleteAttribute]
+ lib/netstandard2.0/System.Data.OleDb.dll
+ lib/net462/System.Data.OleDb.dll
+
+
\ No newline at end of file
diff --git a/src/libraries/System.Diagnostics.Debug/src/CompatibilitySuppressions.xml b/src/libraries/System.Diagnostics.Debug/src/CompatibilitySuppressions.xml
new file mode 100644
index 00000000000000..d7f1235b6f415a
--- /dev/null
+++ b/src/libraries/System.Diagnostics.Debug/src/CompatibilitySuppressions.xml
@@ -0,0 +1,7 @@
+
+
+
+ CP0002
+ M:System.Diagnostics.Debug.SetProvider(System.Diagnostics.DebugProvider)
+
+
\ No newline at end of file
diff --git a/src/libraries/System.Diagnostics.Debug/src/MatchingRefApiCompatBaseline.txt b/src/libraries/System.Diagnostics.Debug/src/MatchingRefApiCompatBaseline.txt
deleted file mode 100644
index 6c95ed25b57299..00000000000000
--- a/src/libraries/System.Diagnostics.Debug/src/MatchingRefApiCompatBaseline.txt
+++ /dev/null
@@ -1,3 +0,0 @@
-Compat issues with assembly System.Diagnostics.Debug:
-MembersMustExist : Member 'public System.Diagnostics.DebugProvider System.Diagnostics.Debug.SetProvider(System.Diagnostics.DebugProvider)' does not exist in the reference but it does exist in the implementation.
-Total Issues: 1
diff --git a/src/libraries/System.Diagnostics.EventLog/src/CompatibilitySuppressions.xml b/src/libraries/System.Diagnostics.EventLog/src/CompatibilitySuppressions.xml
index 06cc61de2ad5b3..1da76fc4ded031 100644
--- a/src/libraries/System.Diagnostics.EventLog/src/CompatibilitySuppressions.xml
+++ b/src/libraries/System.Diagnostics.EventLog/src/CompatibilitySuppressions.xml
@@ -3,5 +3,31 @@
CP0004
System.Diagnostics.EventLog.Messages, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51
+ left
+ runtimes/win/lib/net6.0/System.Diagnostics.EventLog.Messages.dll
+
+
+ CP0004
+ System.Diagnostics.EventLog.Messages, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51
+ left
+ runtimes/win/lib/net7.0/System.Diagnostics.EventLog.Messages.dll
+
+
+ CP0015
+ F:System.Diagnostics.Eventing.Reader.StandardEventKeywords.CorrelationHint:[T:System.ObsoleteAttribute]
+ lib/netstandard2.0/System.Diagnostics.EventLog.dll
+ lib/net462/System.Diagnostics.EventLog.dll
+
+
+ CP0015
+ M:System.Diagnostics.EventLog.CreateEventSource(System.String,System.String,System.String):[T:System.ObsoleteAttribute]
+ lib/netstandard2.0/System.Diagnostics.EventLog.dll
+ lib/net462/System.Diagnostics.EventLog.dll
+
+
+ CP0015
+ P:System.Diagnostics.EventLogEntry.EventID:[T:System.ObsoleteAttribute]
+ lib/netstandard2.0/System.Diagnostics.EventLog.dll
+ lib/net462/System.Diagnostics.EventLog.dll
\ No newline at end of file
diff --git a/src/libraries/System.Diagnostics.PerformanceCounter/src/CompatibilitySuppressions.xml b/src/libraries/System.Diagnostics.PerformanceCounter/src/CompatibilitySuppressions.xml
new file mode 100644
index 00000000000000..5b0ede07a25152
--- /dev/null
+++ b/src/libraries/System.Diagnostics.PerformanceCounter/src/CompatibilitySuppressions.xml
@@ -0,0 +1,39 @@
+
+
+
+ CP0015
+ F:System.Diagnostics.PerformanceCounter.DefaultFileMappingSize:[T:System.ObsoleteAttribute]
+ lib/netstandard2.0/System.Diagnostics.PerformanceCounter.dll
+ lib/net462/System.Diagnostics.PerformanceCounter.dll
+
+
+ CP0015
+ M:System.Diagnostics.InstanceDataCollection.#ctor(System.String):[T:System.ObsoleteAttribute]
+ lib/netstandard2.0/System.Diagnostics.PerformanceCounter.dll
+ lib/net462/System.Diagnostics.PerformanceCounter.dll
+
+
+ CP0015
+ M:System.Diagnostics.InstanceDataCollectionCollection.#ctor:[T:System.ObsoleteAttribute]
+ lib/netstandard2.0/System.Diagnostics.PerformanceCounter.dll
+ lib/net462/System.Diagnostics.PerformanceCounter.dll
+
+
+ CP0015
+ M:System.Diagnostics.PerformanceCounterCategory.Create(System.String,System.String,System.Diagnostics.CounterCreationDataCollection):[T:System.ObsoleteAttribute]
+ lib/netstandard2.0/System.Diagnostics.PerformanceCounter.dll
+ lib/net462/System.Diagnostics.PerformanceCounter.dll
+
+
+ CP0015
+ M:System.Diagnostics.PerformanceCounterCategory.Create(System.String,System.String,System.String,System.String):[T:System.ObsoleteAttribute]
+ lib/netstandard2.0/System.Diagnostics.PerformanceCounter.dll
+ lib/net462/System.Diagnostics.PerformanceCounter.dll
+
+
+ CP0015
+ M:System.Diagnostics.PerformanceCounterManager.#ctor:[T:System.ObsoleteAttribute]
+ lib/netstandard2.0/System.Diagnostics.PerformanceCounter.dll
+ lib/net462/System.Diagnostics.PerformanceCounter.dll
+
+
\ No newline at end of file
diff --git a/src/libraries/System.Diagnostics.Tracing/src/ApiCompatBaseline.Tracing.txt b/src/libraries/System.Diagnostics.Tracing/src/ApiCompatBaseline.Tracing.txt
deleted file mode 100644
index 6c542177701265..00000000000000
--- a/src/libraries/System.Diagnostics.Tracing/src/ApiCompatBaseline.Tracing.txt
+++ /dev/null
@@ -1,7 +0,0 @@
-Compat issues with assembly System.Diagnostics.Tracing:
-CannotRemoveAttribute : Attribute 'System.Runtime.Versioning.UnsupportedOSPlatformAttribute' exists on 'System.Diagnostics.Tracing.DiagnosticCounter' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.Runtime.Versioning.UnsupportedOSPlatformAttribute' exists on 'System.Diagnostics.Tracing.EventCounter' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.Runtime.Versioning.UnsupportedOSPlatformAttribute' exists on 'System.Diagnostics.Tracing.IncrementingEventCounter' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.Runtime.Versioning.UnsupportedOSPlatformAttribute' exists on 'System.Diagnostics.Tracing.IncrementingPollingCounter' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.Runtime.Versioning.UnsupportedOSPlatformAttribute' exists on 'System.Diagnostics.Tracing.PollingCounter' in the contract but not the implementation.
-Total Issues: 4
diff --git a/src/libraries/System.Diagnostics.Tracing/src/CompatibilitySuppressions.Tracing.xml b/src/libraries/System.Diagnostics.Tracing/src/CompatibilitySuppressions.Tracing.xml
new file mode 100644
index 00000000000000..dd0877c88227b7
--- /dev/null
+++ b/src/libraries/System.Diagnostics.Tracing/src/CompatibilitySuppressions.Tracing.xml
@@ -0,0 +1,33 @@
+
+
+
+ CP0014
+ T:System.Diagnostics.Tracing.DiagnosticCounter:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute]
+ ref/net7.0/System.Diagnostics.Tracing.dll
+ lib/net7.0/System.Diagnostics.Tracing.dll
+
+
+ CP0014
+ T:System.Diagnostics.Tracing.EventCounter:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute]
+ ref/net7.0/System.Diagnostics.Tracing.dll
+ lib/net7.0/System.Diagnostics.Tracing.dll
+
+
+ CP0014
+ T:System.Diagnostics.Tracing.IncrementingEventCounter:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute]
+ ref/net7.0/System.Diagnostics.Tracing.dll
+ lib/net7.0/System.Diagnostics.Tracing.dll
+
+
+ CP0014
+ T:System.Diagnostics.Tracing.IncrementingPollingCounter:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute]
+ ref/net7.0/System.Diagnostics.Tracing.dll
+ lib/net7.0/System.Diagnostics.Tracing.dll
+
+
+ CP0014
+ T:System.Diagnostics.Tracing.PollingCounter:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute]
+ ref/net7.0/System.Diagnostics.Tracing.dll
+ lib/net7.0/System.Diagnostics.Tracing.dll
+
+
\ No newline at end of file
diff --git a/src/libraries/System.Diagnostics.Tracing/src/MatchingRefApiCompatBaseline.txt b/src/libraries/System.Diagnostics.Tracing/src/MatchingRefApiCompatBaseline.txt
deleted file mode 100644
index 1311ef11fd8414..00000000000000
--- a/src/libraries/System.Diagnostics.Tracing/src/MatchingRefApiCompatBaseline.txt
+++ /dev/null
@@ -1,6 +0,0 @@
-Compat issues with assembly System.Diagnostics.Tracing:
-MembersMustExist : Member 'protected void System.Diagnostics.Tracing.EventCounter.Flush()' does not exist in the reference but it does exist in the implementation.
-CannotMakeTypeAbstract : Type 'System.Diagnostics.Tracing.EventListener' is abstract in the reference but is not abstract in the implementation.
-CannotMakeMoreVisible : Visibility of member 'System.Diagnostics.Tracing.EventListener..ctor()' is 'protected' in the reference but 'public' in the implementation.
-CannotMakeMoreVisible : Visibility of member 'System.Diagnostics.Tracing.EventListener.EventSourceIndex(System.Diagnostics.Tracing.EventSource)' is 'protected' in the reference but 'public' in the implementation.
-Total Issues: 8
diff --git a/src/libraries/System.Diagnostics.Tracing/src/System.Diagnostics.Tracing.csproj b/src/libraries/System.Diagnostics.Tracing/src/System.Diagnostics.Tracing.csproj
index ccbd35a5a34fce..87841c3eae041b 100644
--- a/src/libraries/System.Diagnostics.Tracing/src/System.Diagnostics.Tracing.csproj
+++ b/src/libraries/System.Diagnostics.Tracing/src/System.Diagnostics.Tracing.csproj
@@ -1,15 +1,20 @@
- true
$(NetCoreAppCurrent)
+ true
-
-
-
-
+
+
-
+ $(MSBuildThisFileDirectory)CompatibilitySuppressions.Tracing.xml
+
+
+
+
diff --git a/src/libraries/System.Drawing.Common/src/CompatibilitySuppressions.xml b/src/libraries/System.Drawing.Common/src/CompatibilitySuppressions.xml
index 9ca013598cddb8..6873d92c4d1d0d 100644
--- a/src/libraries/System.Drawing.Common/src/CompatibilitySuppressions.xml
+++ b/src/libraries/System.Drawing.Common/src/CompatibilitySuppressions.xml
@@ -103,4 +103,46 @@
lib/netstandard2.0/System.Drawing.Common.dll
lib/net462/System.Drawing.Common.dll
+
+ CP0015
+ P:System.Drawing.Font.Name:[T:System.ComponentModel.EditorAttribute]
+ lib/netstandard2.0/System.Drawing.Common.dll
+ lib/net462/System.Drawing.Common.dll
+
+
+ CP0015
+ T:System.Drawing.Bitmap:[T:System.ComponentModel.EditorAttribute]
+ lib/netstandard2.0/System.Drawing.Common.dll
+ lib/net462/System.Drawing.Common.dll
+
+
+ CP0015
+ T:System.Drawing.ContentAlignment:[T:System.ComponentModel.EditorAttribute]
+ lib/netstandard2.0/System.Drawing.Common.dll
+ lib/net462/System.Drawing.Common.dll
+
+
+ CP0015
+ T:System.Drawing.Font:[T:System.ComponentModel.EditorAttribute]
+ lib/netstandard2.0/System.Drawing.Common.dll
+ lib/net462/System.Drawing.Common.dll
+
+
+ CP0015
+ T:System.Drawing.Icon:[T:System.ComponentModel.EditorAttribute]
+ lib/netstandard2.0/System.Drawing.Common.dll
+ lib/net462/System.Drawing.Common.dll
+
+
+ CP0015
+ T:System.Drawing.Image:[T:System.ComponentModel.EditorAttribute]
+ lib/netstandard2.0/System.Drawing.Common.dll
+ lib/net462/System.Drawing.Common.dll
+
+
+ CP0015
+ T:System.Drawing.Imaging.Metafile:[T:System.ComponentModel.EditorAttribute]
+ lib/netstandard2.0/System.Drawing.Common.dll
+ lib/net462/System.Drawing.Common.dll
+
\ No newline at end of file
diff --git a/src/libraries/System.IO.Compression/src/CompatibilitySuppressions.xml b/src/libraries/System.IO.Compression/src/CompatibilitySuppressions.xml
new file mode 100644
index 00000000000000..5914451471cbb7
--- /dev/null
+++ b/src/libraries/System.IO.Compression/src/CompatibilitySuppressions.xml
@@ -0,0 +1,22 @@
+
+
+
+
+ CP0001
+ T:System.IO.Compression.ZLibException
+ ref/net7.0/System.IO.Compression.dll
+ runtimes/browser/lib/net7.0/System.IO.Compression.dll
+
+
+ CP0001
+ T:System.IO.Compression.ZLibException
+ ref/net7.0/System.IO.Compression.dll
+ runtimes/unix/lib/net7.0/System.IO.Compression.dll
+
+
+ CP0001
+ T:System.IO.Compression.ZLibException
+ ref/net7.0/System.IO.Compression.dll
+ runtimes/win/lib/net7.0/System.IO.Compression.dll
+
+
\ No newline at end of file
diff --git a/src/libraries/System.IO.Compression/src/MatchingRefApiCompatBaseline.txt b/src/libraries/System.IO.Compression/src/MatchingRefApiCompatBaseline.txt
deleted file mode 100644
index 80f75c96408780..00000000000000
--- a/src/libraries/System.IO.Compression/src/MatchingRefApiCompatBaseline.txt
+++ /dev/null
@@ -1,2 +0,0 @@
-# Exposed publicly only in implementation for serialization compat
-TypesMustExist : Type 'System.IO.Compression.ZLibException' does not exist in the reference but it does exist in the implementation.
diff --git a/src/libraries/System.IO.FileSystem/src/MatchingRefApiCompatBaseline.txt b/src/libraries/System.IO.FileSystem/src/MatchingRefApiCompatBaseline.txt
deleted file mode 100644
index ad75f4c3ad66f9..00000000000000
--- a/src/libraries/System.IO.FileSystem/src/MatchingRefApiCompatBaseline.txt
+++ /dev/null
@@ -1,6 +0,0 @@
-Compat issues with assembly System.IO.FileSystem:
-# These are now virtual in the implementation, which should be ok.
-CannotMakeMemberAbstract : Member 'public System.Boolean System.IO.FileSystemInfo.Exists' is abstract in the reference but is not abstract in the implementation.
-CannotMakeMemberAbstract : Member 'public System.String System.IO.FileSystemInfo.Name' is abstract in the reference but is not abstract in the implementation.
-CannotMakeMemberAbstract : Member 'public System.Boolean System.IO.FileSystemInfo.Exists.get()' is abstract in the reference but is not abstract in the implementation.
-CannotMakeMemberAbstract : Member 'public System.String System.IO.FileSystemInfo.Name.get()' is abstract in the reference but is not abstract in the implementation.
diff --git a/src/libraries/System.IO.Pipes/src/CompatibilitySuppressions.xml b/src/libraries/System.IO.Pipes/src/CompatibilitySuppressions.xml
new file mode 100644
index 00000000000000..67cecd8b042dd2
--- /dev/null
+++ b/src/libraries/System.IO.Pipes/src/CompatibilitySuppressions.xml
@@ -0,0 +1,46 @@
+
+
+
+
+ CP0001
+ T:System.IO.Pipes.AnonymousPipeServerStreamAcl
+ ref/net7.0/System.IO.Pipes.dll
+ runtimes/win/lib/net7.0/System.IO.Pipes.dll
+
+
+ CP0001
+ T:System.IO.Pipes.NamedPipeServerStreamAcl
+ ref/net7.0/System.IO.Pipes.dll
+ runtimes/win/lib/net7.0/System.IO.Pipes.dll
+
+
+ CP0001
+ T:System.IO.Pipes.PipeAccessRights
+ ref/net7.0/System.IO.Pipes.dll
+ runtimes/win/lib/net7.0/System.IO.Pipes.dll
+
+
+ CP0001
+ T:System.IO.Pipes.PipeAccessRule
+ ref/net7.0/System.IO.Pipes.dll
+ runtimes/win/lib/net7.0/System.IO.Pipes.dll
+
+
+ CP0001
+ T:System.IO.Pipes.PipeAuditRule
+ ref/net7.0/System.IO.Pipes.dll
+ runtimes/win/lib/net7.0/System.IO.Pipes.dll
+
+
+ CP0001
+ T:System.IO.Pipes.PipesAclExtensions
+ ref/net7.0/System.IO.Pipes.dll
+ runtimes/win/lib/net7.0/System.IO.Pipes.dll
+
+
+ CP0001
+ T:System.IO.Pipes.PipeSecurity
+ ref/net7.0/System.IO.Pipes.dll
+ runtimes/win/lib/net7.0/System.IO.Pipes.dll
+
+
\ No newline at end of file
diff --git a/src/libraries/System.IO.Pipes/src/MatchingRefApiCompatBaseline.txt b/src/libraries/System.IO.Pipes/src/MatchingRefApiCompatBaseline.txt
deleted file mode 100644
index 45d737902835db..00000000000000
--- a/src/libraries/System.IO.Pipes/src/MatchingRefApiCompatBaseline.txt
+++ /dev/null
@@ -1,8 +0,0 @@
-# Exposed public in System.IO.Pipes.AccessControl but implemented in System.IO.Pipes
-TypesMustExist : Type 'System.IO.Pipes.AnonymousPipeServerStreamAcl' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'System.IO.Pipes.NamedPipeServerStreamAcl' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'System.IO.Pipes.PipeAccessRights' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'System.IO.Pipes.PipeAccessRule' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'System.IO.Pipes.PipeAuditRule' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'System.IO.Pipes.PipesAclExtensions' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'System.IO.Pipes.PipeSecurity' does not exist in the reference but it does exist in the implementation.
diff --git a/src/libraries/System.Linq.Expressions/src/CompatibilitySuppressions.xml b/src/libraries/System.Linq.Expressions/src/CompatibilitySuppressions.xml
new file mode 100644
index 00000000000000..724ce23781c3f8
--- /dev/null
+++ b/src/libraries/System.Linq.Expressions/src/CompatibilitySuppressions.xml
@@ -0,0 +1,411 @@
+
+
+
+ CP0001
+ T:System.Linq.Expressions.Interpreter.LightLambda
+ ref/net7.0/System.Linq.Expressions.dll
+ lib/net7.0/System.Linq.Expressions.dll
+
+
+ CP0001
+ T:System.Runtime.CompilerServices.CallSiteOps
+ ref/net7.0/System.Linq.Expressions.dll
+ lib/net7.0/System.Linq.Expressions.dll
+
+
+ CP0001
+ T:System.Runtime.CompilerServices.Closure
+ ref/net7.0/System.Linq.Expressions.dll
+ lib/net7.0/System.Linq.Expressions.dll
+
+
+ CP0001
+ T:System.Runtime.CompilerServices.RuntimeOps
+ ref/net7.0/System.Linq.Expressions.dll
+ lib/net7.0/System.Linq.Expressions.dll
+
+
+ CP0001
+ T:System.Linq.Expressions.Interpreter.LightLambda
+ ref/net7.0/System.Linq.Expressions.dll
+ runtimes/ios/lib/net7.0/System.Linq.Expressions.dll
+
+
+ CP0001
+ T:System.Runtime.CompilerServices.CallSiteOps
+ ref/net7.0/System.Linq.Expressions.dll
+ runtimes/ios/lib/net7.0/System.Linq.Expressions.dll
+
+
+ CP0001
+ T:System.Runtime.CompilerServices.Closure
+ ref/net7.0/System.Linq.Expressions.dll
+ runtimes/ios/lib/net7.0/System.Linq.Expressions.dll
+
+
+ CP0001
+ T:System.Runtime.CompilerServices.RuntimeOps
+ ref/net7.0/System.Linq.Expressions.dll
+ runtimes/ios/lib/net7.0/System.Linq.Expressions.dll
+
+
+ CP0001
+ T:System.Linq.Expressions.Interpreter.LightLambda
+ ref/net7.0/System.Linq.Expressions.dll
+ runtimes/maccatalyst/lib/net7.0/System.Linq.Expressions.dll
+
+
+ CP0001
+ T:System.Runtime.CompilerServices.CallSiteOps
+ ref/net7.0/System.Linq.Expressions.dll
+ runtimes/maccatalyst/lib/net7.0/System.Linq.Expressions.dll
+
+
+ CP0001
+ T:System.Runtime.CompilerServices.Closure
+ ref/net7.0/System.Linq.Expressions.dll
+ runtimes/maccatalyst/lib/net7.0/System.Linq.Expressions.dll
+
+
+ CP0001
+ T:System.Runtime.CompilerServices.RuntimeOps
+ ref/net7.0/System.Linq.Expressions.dll
+ runtimes/maccatalyst/lib/net7.0/System.Linq.Expressions.dll
+
+
+ CP0001
+ T:System.Linq.Expressions.Interpreter.LightLambda
+ ref/net7.0/System.Linq.Expressions.dll
+ runtimes/tvos/lib/net7.0/System.Linq.Expressions.dll
+
+
+ CP0001
+ T:System.Runtime.CompilerServices.CallSiteOps
+ ref/net7.0/System.Linq.Expressions.dll
+ runtimes/tvos/lib/net7.0/System.Linq.Expressions.dll
+
+
+ CP0001
+ T:System.Runtime.CompilerServices.Closure
+ ref/net7.0/System.Linq.Expressions.dll
+ runtimes/tvos/lib/net7.0/System.Linq.Expressions.dll
+
+
+ CP0001
+ T:System.Runtime.CompilerServices.RuntimeOps
+ ref/net7.0/System.Linq.Expressions.dll
+ runtimes/tvos/lib/net7.0/System.Linq.Expressions.dll
+
+
+ CP0002
+ M:System.Linq.Expressions.ElementInit.get_ArgumentCount
+ ref/net7.0/System.Linq.Expressions.dll
+ lib/net7.0/System.Linq.Expressions.dll
+
+
+ CP0002
+ M:System.Linq.Expressions.ElementInit.GetArgument(System.Int32)
+ ref/net7.0/System.Linq.Expressions.dll
+ lib/net7.0/System.Linq.Expressions.dll
+
+
+ CP0002
+ M:System.Linq.Expressions.IndexExpression.get_ArgumentCount
+ ref/net7.0/System.Linq.Expressions.dll
+ lib/net7.0/System.Linq.Expressions.dll
+
+
+ CP0002
+ M:System.Linq.Expressions.IndexExpression.GetArgument(System.Int32)
+ ref/net7.0/System.Linq.Expressions.dll
+ lib/net7.0/System.Linq.Expressions.dll
+
+
+ CP0002
+ M:System.Linq.Expressions.InvocationExpression.get_ArgumentCount
+ ref/net7.0/System.Linq.Expressions.dll
+ lib/net7.0/System.Linq.Expressions.dll
+
+
+ CP0002
+ M:System.Linq.Expressions.InvocationExpression.GetArgument(System.Int32)
+ ref/net7.0/System.Linq.Expressions.dll
+ lib/net7.0/System.Linq.Expressions.dll
+
+
+ CP0002
+ M:System.Linq.Expressions.LambdaExpression.get_CanCompileToIL
+ ref/net7.0/System.Linq.Expressions.dll
+ lib/net7.0/System.Linq.Expressions.dll
+
+
+ CP0002
+ M:System.Linq.Expressions.LambdaExpression.get_CanInterpret
+ ref/net7.0/System.Linq.Expressions.dll
+ lib/net7.0/System.Linq.Expressions.dll
+
+
+ CP0002
+ M:System.Linq.Expressions.MethodCallExpression.get_ArgumentCount
+ ref/net7.0/System.Linq.Expressions.dll
+ lib/net7.0/System.Linq.Expressions.dll
+
+
+ CP0002
+ M:System.Linq.Expressions.MethodCallExpression.GetArgument(System.Int32)
+ ref/net7.0/System.Linq.Expressions.dll
+ lib/net7.0/System.Linq.Expressions.dll
+
+
+ CP0002
+ M:System.Linq.Expressions.NewExpression.get_ArgumentCount
+ ref/net7.0/System.Linq.Expressions.dll
+ lib/net7.0/System.Linq.Expressions.dll
+
+
+ CP0002
+ M:System.Linq.Expressions.NewExpression.GetArgument(System.Int32)
+ ref/net7.0/System.Linq.Expressions.dll
+ lib/net7.0/System.Linq.Expressions.dll
+
+
+ CP0002
+ M:System.Linq.Expressions.ElementInit.get_ArgumentCount
+ ref/net7.0/System.Linq.Expressions.dll
+ runtimes/ios/lib/net7.0/System.Linq.Expressions.dll
+
+
+ CP0002
+ M:System.Linq.Expressions.ElementInit.GetArgument(System.Int32)
+ ref/net7.0/System.Linq.Expressions.dll
+ runtimes/ios/lib/net7.0/System.Linq.Expressions.dll
+
+
+ CP0002
+ M:System.Linq.Expressions.IndexExpression.get_ArgumentCount
+ ref/net7.0/System.Linq.Expressions.dll
+ runtimes/ios/lib/net7.0/System.Linq.Expressions.dll
+
+
+ CP0002
+ M:System.Linq.Expressions.IndexExpression.GetArgument(System.Int32)
+ ref/net7.0/System.Linq.Expressions.dll
+ runtimes/ios/lib/net7.0/System.Linq.Expressions.dll
+
+
+ CP0002
+ M:System.Linq.Expressions.InvocationExpression.get_ArgumentCount
+ ref/net7.0/System.Linq.Expressions.dll
+ runtimes/ios/lib/net7.0/System.Linq.Expressions.dll
+
+
+ CP0002
+ M:System.Linq.Expressions.InvocationExpression.GetArgument(System.Int32)
+ ref/net7.0/System.Linq.Expressions.dll
+ runtimes/ios/lib/net7.0/System.Linq.Expressions.dll
+
+
+ CP0002
+ M:System.Linq.Expressions.LambdaExpression.get_CanCompileToIL
+ ref/net7.0/System.Linq.Expressions.dll
+ runtimes/ios/lib/net7.0/System.Linq.Expressions.dll
+
+
+ CP0002
+ M:System.Linq.Expressions.LambdaExpression.get_CanInterpret
+ ref/net7.0/System.Linq.Expressions.dll
+ runtimes/ios/lib/net7.0/System.Linq.Expressions.dll
+
+
+ CP0002
+ M:System.Linq.Expressions.MethodCallExpression.get_ArgumentCount
+ ref/net7.0/System.Linq.Expressions.dll
+ runtimes/ios/lib/net7.0/System.Linq.Expressions.dll
+
+
+ CP0002
+ M:System.Linq.Expressions.MethodCallExpression.GetArgument(System.Int32)
+ ref/net7.0/System.Linq.Expressions.dll
+ runtimes/ios/lib/net7.0/System.Linq.Expressions.dll
+
+
+ CP0002
+ M:System.Linq.Expressions.NewExpression.get_ArgumentCount
+ ref/net7.0/System.Linq.Expressions.dll
+ runtimes/ios/lib/net7.0/System.Linq.Expressions.dll
+
+
+ CP0002
+ M:System.Linq.Expressions.NewExpression.GetArgument(System.Int32)
+ ref/net7.0/System.Linq.Expressions.dll
+ runtimes/ios/lib/net7.0/System.Linq.Expressions.dll
+
+
+ CP0002
+ M:System.Linq.Expressions.ElementInit.get_ArgumentCount
+ ref/net7.0/System.Linq.Expressions.dll
+ runtimes/maccatalyst/lib/net7.0/System.Linq.Expressions.dll
+
+
+ CP0002
+ M:System.Linq.Expressions.ElementInit.GetArgument(System.Int32)
+ ref/net7.0/System.Linq.Expressions.dll
+ runtimes/maccatalyst/lib/net7.0/System.Linq.Expressions.dll
+
+
+ CP0002
+ M:System.Linq.Expressions.IndexExpression.get_ArgumentCount
+ ref/net7.0/System.Linq.Expressions.dll
+ runtimes/maccatalyst/lib/net7.0/System.Linq.Expressions.dll
+
+
+ CP0002
+ M:System.Linq.Expressions.IndexExpression.GetArgument(System.Int32)
+ ref/net7.0/System.Linq.Expressions.dll
+ runtimes/maccatalyst/lib/net7.0/System.Linq.Expressions.dll
+
+
+ CP0002
+ M:System.Linq.Expressions.InvocationExpression.get_ArgumentCount
+ ref/net7.0/System.Linq.Expressions.dll
+ runtimes/maccatalyst/lib/net7.0/System.Linq.Expressions.dll
+
+
+ CP0002
+ M:System.Linq.Expressions.InvocationExpression.GetArgument(System.Int32)
+ ref/net7.0/System.Linq.Expressions.dll
+ runtimes/maccatalyst/lib/net7.0/System.Linq.Expressions.dll
+
+
+ CP0002
+ M:System.Linq.Expressions.LambdaExpression.get_CanCompileToIL
+ ref/net7.0/System.Linq.Expressions.dll
+ runtimes/maccatalyst/lib/net7.0/System.Linq.Expressions.dll
+
+
+ CP0002
+ M:System.Linq.Expressions.LambdaExpression.get_CanInterpret
+ ref/net7.0/System.Linq.Expressions.dll
+ runtimes/maccatalyst/lib/net7.0/System.Linq.Expressions.dll
+
+
+ CP0002
+ M:System.Linq.Expressions.MethodCallExpression.get_ArgumentCount
+ ref/net7.0/System.Linq.Expressions.dll
+ runtimes/maccatalyst/lib/net7.0/System.Linq.Expressions.dll
+
+
+ CP0002
+ M:System.Linq.Expressions.MethodCallExpression.GetArgument(System.Int32)
+ ref/net7.0/System.Linq.Expressions.dll
+ runtimes/maccatalyst/lib/net7.0/System.Linq.Expressions.dll
+
+
+ CP0002
+ M:System.Linq.Expressions.NewExpression.get_ArgumentCount
+ ref/net7.0/System.Linq.Expressions.dll
+ runtimes/maccatalyst/lib/net7.0/System.Linq.Expressions.dll
+
+
+ CP0002
+ M:System.Linq.Expressions.NewExpression.GetArgument(System.Int32)
+ ref/net7.0/System.Linq.Expressions.dll
+ runtimes/maccatalyst/lib/net7.0/System.Linq.Expressions.dll
+
+
+ CP0002
+ M:System.Linq.Expressions.ElementInit.get_ArgumentCount
+ ref/net7.0/System.Linq.Expressions.dll
+ runtimes/tvos/lib/net7.0/System.Linq.Expressions.dll
+
+
+ CP0002
+ M:System.Linq.Expressions.ElementInit.GetArgument(System.Int32)
+ ref/net7.0/System.Linq.Expressions.dll
+ runtimes/tvos/lib/net7.0/System.Linq.Expressions.dll
+
+
+ CP0002
+ M:System.Linq.Expressions.IndexExpression.get_ArgumentCount
+ ref/net7.0/System.Linq.Expressions.dll
+ runtimes/tvos/lib/net7.0/System.Linq.Expressions.dll
+
+
+ CP0002
+ M:System.Linq.Expressions.IndexExpression.GetArgument(System.Int32)
+ ref/net7.0/System.Linq.Expressions.dll
+ runtimes/tvos/lib/net7.0/System.Linq.Expressions.dll
+
+
+ CP0002
+ M:System.Linq.Expressions.InvocationExpression.get_ArgumentCount
+ ref/net7.0/System.Linq.Expressions.dll
+ runtimes/tvos/lib/net7.0/System.Linq.Expressions.dll
+
+
+ CP0002
+ M:System.Linq.Expressions.InvocationExpression.GetArgument(System.Int32)
+ ref/net7.0/System.Linq.Expressions.dll
+ runtimes/tvos/lib/net7.0/System.Linq.Expressions.dll
+
+
+ CP0002
+ M:System.Linq.Expressions.LambdaExpression.get_CanCompileToIL
+ ref/net7.0/System.Linq.Expressions.dll
+ runtimes/tvos/lib/net7.0/System.Linq.Expressions.dll
+
+
+ CP0002
+ M:System.Linq.Expressions.LambdaExpression.get_CanInterpret
+ ref/net7.0/System.Linq.Expressions.dll
+ runtimes/tvos/lib/net7.0/System.Linq.Expressions.dll
+
+
+ CP0002
+ M:System.Linq.Expressions.MethodCallExpression.get_ArgumentCount
+ ref/net7.0/System.Linq.Expressions.dll
+ runtimes/tvos/lib/net7.0/System.Linq.Expressions.dll
+
+
+ CP0002
+ M:System.Linq.Expressions.MethodCallExpression.GetArgument(System.Int32)
+ ref/net7.0/System.Linq.Expressions.dll
+ runtimes/tvos/lib/net7.0/System.Linq.Expressions.dll
+
+
+ CP0002
+ M:System.Linq.Expressions.NewExpression.get_ArgumentCount
+ ref/net7.0/System.Linq.Expressions.dll
+ runtimes/tvos/lib/net7.0/System.Linq.Expressions.dll
+
+
+ CP0002
+ M:System.Linq.Expressions.NewExpression.GetArgument(System.Int32)
+ ref/net7.0/System.Linq.Expressions.dll
+ runtimes/tvos/lib/net7.0/System.Linq.Expressions.dll
+
+
+ CP0020
+ M:System.Linq.Expressions.DynamicExpressionVisitor.#ctor
+ ref/net7.0/System.Linq.Expressions.dll
+ lib/net7.0/System.Linq.Expressions.dll
+
+
+ CP0020
+ M:System.Linq.Expressions.DynamicExpressionVisitor.#ctor
+ ref/net7.0/System.Linq.Expressions.dll
+ runtimes/ios/lib/net7.0/System.Linq.Expressions.dll
+
+
+ CP0020
+ M:System.Linq.Expressions.DynamicExpressionVisitor.#ctor
+ ref/net7.0/System.Linq.Expressions.dll
+ runtimes/maccatalyst/lib/net7.0/System.Linq.Expressions.dll
+
+
+ CP0020
+ M:System.Linq.Expressions.DynamicExpressionVisitor.#ctor
+ ref/net7.0/System.Linq.Expressions.dll
+ runtimes/tvos/lib/net7.0/System.Linq.Expressions.dll
+
+
\ No newline at end of file
diff --git a/src/libraries/System.Linq.Expressions/src/MatchingRefApiCompatBaseline.txt b/src/libraries/System.Linq.Expressions/src/MatchingRefApiCompatBaseline.txt
deleted file mode 100644
index 855d90ec23c39e..00000000000000
--- a/src/libraries/System.Linq.Expressions/src/MatchingRefApiCompatBaseline.txt
+++ /dev/null
@@ -1,20 +0,0 @@
-Compat issues with assembly System.Linq.Expressions:
-CannotMakeTypeAbstract : Type 'System.Linq.Expressions.DynamicExpressionVisitor' is abstract in the reference but is not abstract in the implementation.
-CannotMakeMoreVisible : Visibility of member 'System.Linq.Expressions.DynamicExpressionVisitor..ctor()' is 'protected' in the reference but 'public' in the implementation.
-MembersMustExist : Member 'public System.Int32 System.Linq.Expressions.ElementInit.ArgumentCount.get()' does not exist in the reference but it does exist in the implementation.
-MembersMustExist : Member 'public System.Linq.Expressions.Expression System.Linq.Expressions.ElementInit.GetArgument(System.Int32)' does not exist in the reference but it does exist in the implementation.
-MembersMustExist : Member 'public System.Int32 System.Linq.Expressions.IndexExpression.ArgumentCount.get()' does not exist in the reference but it does exist in the implementation.
-MembersMustExist : Member 'public System.Linq.Expressions.Expression System.Linq.Expressions.IndexExpression.GetArgument(System.Int32)' does not exist in the reference but it does exist in the implementation.
-MembersMustExist : Member 'public System.Int32 System.Linq.Expressions.InvocationExpression.ArgumentCount.get()' does not exist in the reference but it does exist in the implementation.
-MembersMustExist : Member 'public System.Linq.Expressions.Expression System.Linq.Expressions.InvocationExpression.GetArgument(System.Int32)' does not exist in the reference but it does exist in the implementation.
-MembersMustExist : Member 'public System.Int32 System.Linq.Expressions.MethodCallExpression.ArgumentCount.get()' does not exist in the reference but it does exist in the implementation.
-MembersMustExist : Member 'public System.Linq.Expressions.Expression System.Linq.Expressions.MethodCallExpression.GetArgument(System.Int32)' does not exist in the reference but it does exist in the implementation.
-MembersMustExist : Member 'public System.Int32 System.Linq.Expressions.NewExpression.ArgumentCount.get()' does not exist in the reference but it does exist in the implementation.
-MembersMustExist : Member 'public System.Linq.Expressions.Expression System.Linq.Expressions.NewExpression.GetArgument(System.Int32)' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'System.Linq.Expressions.Interpreter.LightLambda' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'System.Runtime.CompilerServices.CallSiteOps' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'System.Runtime.CompilerServices.Closure' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'System.Runtime.CompilerServices.RuntimeOps' does not exist in the reference but it does exist in the implementation.
-MembersMustExist : Member 'public System.Boolean System.Linq.Expressions.LambdaExpression.CanCompileToIL.get()' does not exist in the reference but it does exist in the implementation.
-MembersMustExist : Member 'public System.Boolean System.Linq.Expressions.LambdaExpression.CanInterpret.get()' does not exist in the reference but it does exist in the implementation.
-Total Issues: 18
diff --git a/src/libraries/System.Linq/src/CompatibilitySuppressions.xml b/src/libraries/System.Linq/src/CompatibilitySuppressions.xml
new file mode 100644
index 00000000000000..bbdfa98547610c
--- /dev/null
+++ b/src/libraries/System.Linq/src/CompatibilitySuppressions.xml
@@ -0,0 +1,34 @@
+
+
+
+
+ CP0001
+ T:System.Linq.Grouping`2
+ ref/net7.0/System.Linq.dll
+ lib/net7.0/System.Linq.dll
+
+
+ CP0001
+ T:System.Linq.Grouping`2
+ ref/net7.0/System.Linq.dll
+ runtimes/android/lib/net7.0/System.Linq.dll
+
+
+ CP0001
+ T:System.Linq.Grouping`2
+ ref/net7.0/System.Linq.dll
+ runtimes/browser/lib/net7.0/System.Linq.dll
+
+
+ CP0001
+ T:System.Linq.Grouping`2
+ ref/net7.0/System.Linq.dll
+ runtimes/ios/lib/net7.0/System.Linq.dll
+
+
+ CP0001
+ T:System.Linq.Grouping`2
+ ref/net7.0/System.Linq.dll
+ runtimes/tvos/lib/net7.0/System.Linq.dll
+
+
\ No newline at end of file
diff --git a/src/libraries/System.Linq/src/MatchingRefApiCompatBaseline.txt b/src/libraries/System.Linq/src/MatchingRefApiCompatBaseline.txt
deleted file mode 100644
index 2f1f388211b5e4..00000000000000
--- a/src/libraries/System.Linq/src/MatchingRefApiCompatBaseline.txt
+++ /dev/null
@@ -1,2 +0,0 @@
-# Exposed publicly in the implementation to enable reflection for data-binding scenarios.
-TypesMustExist : Type 'System.Linq.Grouping' does not exist in the reference but it does exist in the implementation.
diff --git a/src/libraries/System.Net.Primitives/src/CompatibilitySuppressions.xml b/src/libraries/System.Net.Primitives/src/CompatibilitySuppressions.xml
new file mode 100644
index 00000000000000..b359c8b66a64f8
--- /dev/null
+++ b/src/libraries/System.Net.Primitives/src/CompatibilitySuppressions.xml
@@ -0,0 +1,40 @@
+
+
+
+
+ CP0001
+ T:System.Net.CookieVariant
+ ref/net7.0/System.Net.Primitives.dll
+ runtimes/browser/lib/net7.0/System.Net.Primitives.dll
+
+
+ CP0001
+ T:System.Net.PathList
+ ref/net7.0/System.Net.Primitives.dll
+ runtimes/browser/lib/net7.0/System.Net.Primitives.dll
+
+
+ CP0001
+ T:System.Net.CookieVariant
+ ref/net7.0/System.Net.Primitives.dll
+ runtimes/unix/lib/net7.0/System.Net.Primitives.dll
+
+
+ CP0001
+ T:System.Net.PathList
+ ref/net7.0/System.Net.Primitives.dll
+ runtimes/unix/lib/net7.0/System.Net.Primitives.dll
+
+
+ CP0001
+ T:System.Net.CookieVariant
+ ref/net7.0/System.Net.Primitives.dll
+ runtimes/win/lib/net7.0/System.Net.Primitives.dll
+
+
+ CP0001
+ T:System.Net.PathList
+ ref/net7.0/System.Net.Primitives.dll
+ runtimes/win/lib/net7.0/System.Net.Primitives.dll
+
+
\ No newline at end of file
diff --git a/src/libraries/System.Net.Primitives/src/MatchingRefApiCompatBaseline.txt b/src/libraries/System.Net.Primitives/src/MatchingRefApiCompatBaseline.txt
deleted file mode 100644
index 683ffcfa83ce45..00000000000000
--- a/src/libraries/System.Net.Primitives/src/MatchingRefApiCompatBaseline.txt
+++ /dev/null
@@ -1,5 +0,0 @@
-# Public in the implementation to maintain binary serialization compatibility as the System shim needs to have access to type-forward to these
-Compat issues with assembly System.Net.Primitives:
-TypesMustExist : Type 'System.Net.CookieVariant' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'System.Net.PathList' does not exist in the reference but it does exist in the implementation.
-Total Issues: 2
diff --git a/src/libraries/System.Net.Security/src/CompatibilitySuppressions.xml b/src/libraries/System.Net.Security/src/CompatibilitySuppressions.xml
new file mode 100644
index 00000000000000..9ce2b974202325
--- /dev/null
+++ b/src/libraries/System.Net.Security/src/CompatibilitySuppressions.xml
@@ -0,0 +1,129 @@
+
+
+
+ CP0002
+ F:System.Net.Security.SslStreamCertificateContext.Certificate
+ ref/net7.0/System.Net.Security.dll
+ runtimes/android/lib/net7.0/System.Net.Security.dll
+
+
+ CP0002
+ F:System.Net.Security.SslStreamCertificateContext.IntermediateCertificates
+ ref/net7.0/System.Net.Security.dll
+ runtimes/android/lib/net7.0/System.Net.Security.dll
+
+
+ CP0002
+ M:System.Net.Security.SslClientHelloInfo.#ctor(System.String,System.Security.Authentication.SslProtocols)
+ ref/net7.0/System.Net.Security.dll
+ runtimes/android/lib/net7.0/System.Net.Security.dll
+
+
+ CP0002
+ F:System.Net.Security.SslStreamCertificateContext.Certificate
+ ref/net7.0/System.Net.Security.dll
+ runtimes/freebsd/lib/net7.0/System.Net.Security.dll
+
+
+ CP0002
+ F:System.Net.Security.SslStreamCertificateContext.IntermediateCertificates
+ ref/net7.0/System.Net.Security.dll
+ runtimes/freebsd/lib/net7.0/System.Net.Security.dll
+
+
+ CP0002
+ M:System.Net.Security.SslClientHelloInfo.#ctor(System.String,System.Security.Authentication.SslProtocols)
+ ref/net7.0/System.Net.Security.dll
+ runtimes/freebsd/lib/net7.0/System.Net.Security.dll
+
+
+ CP0002
+ F:System.Net.Security.SslStreamCertificateContext.Certificate
+ ref/net7.0/System.Net.Security.dll
+ runtimes/ios/lib/net7.0/System.Net.Security.dll
+
+
+ CP0002
+ F:System.Net.Security.SslStreamCertificateContext.IntermediateCertificates
+ ref/net7.0/System.Net.Security.dll
+ runtimes/ios/lib/net7.0/System.Net.Security.dll
+
+
+ CP0002
+ M:System.Net.Security.SslClientHelloInfo.#ctor(System.String,System.Security.Authentication.SslProtocols)
+ ref/net7.0/System.Net.Security.dll
+ runtimes/ios/lib/net7.0/System.Net.Security.dll
+
+
+ CP0002
+ F:System.Net.Security.SslStreamCertificateContext.Certificate
+ ref/net7.0/System.Net.Security.dll
+ runtimes/linux/lib/net7.0/System.Net.Security.dll
+
+
+ CP0002
+ F:System.Net.Security.SslStreamCertificateContext.IntermediateCertificates
+ ref/net7.0/System.Net.Security.dll
+ runtimes/linux/lib/net7.0/System.Net.Security.dll
+
+
+ CP0002
+ M:System.Net.Security.SslClientHelloInfo.#ctor(System.String,System.Security.Authentication.SslProtocols)
+ ref/net7.0/System.Net.Security.dll
+ runtimes/linux/lib/net7.0/System.Net.Security.dll
+
+
+ CP0002
+ F:System.Net.Security.SslStreamCertificateContext.Certificate
+ ref/net7.0/System.Net.Security.dll
+ runtimes/osx/lib/net7.0/System.Net.Security.dll
+
+
+ CP0002
+ F:System.Net.Security.SslStreamCertificateContext.IntermediateCertificates
+ ref/net7.0/System.Net.Security.dll
+ runtimes/osx/lib/net7.0/System.Net.Security.dll
+
+
+ CP0002
+ M:System.Net.Security.SslClientHelloInfo.#ctor(System.String,System.Security.Authentication.SslProtocols)
+ ref/net7.0/System.Net.Security.dll
+ runtimes/osx/lib/net7.0/System.Net.Security.dll
+
+
+ CP0002
+ F:System.Net.Security.SslStreamCertificateContext.Certificate
+ ref/net7.0/System.Net.Security.dll
+ runtimes/tvos/lib/net7.0/System.Net.Security.dll
+
+
+ CP0002
+ F:System.Net.Security.SslStreamCertificateContext.IntermediateCertificates
+ ref/net7.0/System.Net.Security.dll
+ runtimes/tvos/lib/net7.0/System.Net.Security.dll
+
+
+ CP0002
+ M:System.Net.Security.SslClientHelloInfo.#ctor(System.String,System.Security.Authentication.SslProtocols)
+ ref/net7.0/System.Net.Security.dll
+ runtimes/tvos/lib/net7.0/System.Net.Security.dll
+
+
+ CP0002
+ F:System.Net.Security.SslStreamCertificateContext.Certificate
+ ref/net7.0/System.Net.Security.dll
+ runtimes/win/lib/net7.0/System.Net.Security.dll
+
+
+ CP0002
+ F:System.Net.Security.SslStreamCertificateContext.IntermediateCertificates
+ ref/net7.0/System.Net.Security.dll
+ runtimes/win/lib/net7.0/System.Net.Security.dll
+
+
+ CP0002
+ M:System.Net.Security.SslClientHelloInfo.#ctor(System.String,System.Security.Authentication.SslProtocols)
+ ref/net7.0/System.Net.Security.dll
+ runtimes/win/lib/net7.0/System.Net.Security.dll
+
+
\ No newline at end of file
diff --git a/src/libraries/System.Net.Security/src/MatchingRefApiCompatBaseline.txt b/src/libraries/System.Net.Security/src/MatchingRefApiCompatBaseline.txt
deleted file mode 100644
index 64fce2983b6da2..00000000000000
--- a/src/libraries/System.Net.Security/src/MatchingRefApiCompatBaseline.txt
+++ /dev/null
@@ -1,4 +0,0 @@
-# Exposed publicly only in implementation for Quic
-MembersMustExist : Member 'public System.Security.Cryptography.X509Certificates.X509Certificate2 System.Security.Cryptography.X509Certificates.X509Certificate2 System.Net.Security.SslStreamCertificateContext.Certificate' does not exist in the reference but it does exist in the implementation.
-MembersMustExist : Member 'public System.Security.Cryptography.X509Certificates.X509Certificate2[] System.Security.Cryptography.X509Certificates.X509Certificate2[] System.Net.Security.SslStreamCertificateContext.IntermediateCertificates' does not exist in the reference but it does exist in the implementation.
-MembersMustExist : Member 'public void System.Net.Security.SslClientHelloInfo..ctor(System.String, System.Security.Authentication.SslProtocols)' does not exist in the reference but it does exist in the implementation.
\ No newline at end of file
diff --git a/src/libraries/System.Reflection.Context/src/CompatibilitySuppressions.xml b/src/libraries/System.Reflection.Context/src/CompatibilitySuppressions.xml
new file mode 100644
index 00000000000000..afe6f69d4c0590
--- /dev/null
+++ b/src/libraries/System.Reflection.Context/src/CompatibilitySuppressions.xml
@@ -0,0 +1,8 @@
+
+
+
+
+ CP0003
+ System.Reflection.Context, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
\ No newline at end of file
diff --git a/src/libraries/System.Reflection.Emit/src/MatchingRefApiCompatBaseline.txt b/src/libraries/System.Reflection.Emit/src/MatchingRefApiCompatBaseline.txt
deleted file mode 100644
index 5bee5254aabcc3..00000000000000
--- a/src/libraries/System.Reflection.Emit/src/MatchingRefApiCompatBaseline.txt
+++ /dev/null
@@ -1,3 +0,0 @@
-Compat issues with assembly System.Reflection.Emit:
-MembersMustExist : Member 'protected System.ModuleHandle System.Reflection.Emit.ModuleBuilder.GetModuleHandleImpl()' does not exist in the reference but it does exist in the implementation.
-Total Issues: 1
diff --git a/src/libraries/System.Reflection/src/MatchingRefApiCompatBaseline.txt b/src/libraries/System.Reflection/src/MatchingRefApiCompatBaseline.txt
deleted file mode 100644
index 93972536f0210c..00000000000000
--- a/src/libraries/System.Reflection/src/MatchingRefApiCompatBaseline.txt
+++ /dev/null
@@ -1,6 +0,0 @@
-Compat issues with assembly System.Reflection:
-MembersMustExist : Member 'protected System.ModuleHandle System.Reflection.Module.GetModuleHandleImpl()' does not exist in the reference but it does exist in the implementation.
-MembersMustExist : Member 'public System.Reflection.ParameterInfo[] System.Reflection.MethodBase.GetParametersNoCopy()' does not exist in the reference but it does exist in the implementation.
-MembersMustExist : Member 'public System.Reflection.MethodBase System.Reflection.MethodBase.MetadataDefinitionMethod.get()' does not exist in the reference but it does exist in the implementation.
-MembersMustExist : Member 'public System.Int32 System.Reflection.MethodInfo.GenericParameterCount.get()' does not exist in the reference but it does exist in the implementation.
-Total Issues: 4
diff --git a/src/libraries/System.Resources.ResourceManager/src/MatchingRefApiCompatBaseline.txt b/src/libraries/System.Resources.ResourceManager/src/MatchingRefApiCompatBaseline.txt
deleted file mode 100644
index 1b428d11df5a67..00000000000000
--- a/src/libraries/System.Resources.ResourceManager/src/MatchingRefApiCompatBaseline.txt
+++ /dev/null
@@ -1,4 +0,0 @@
-Compat issues with assembly System.Resources.ResourceManager:
-MembersMustExist : Member 'protected System.String System.String System.Resources.ResourceManager.BaseNameField' does not exist in the reference but it does exist in the implementation.
-MembersMustExist : Member 'protected System.Resources.IResourceReader System.Resources.IResourceReader System.Resources.ResourceSet.Reader' does not exist in the reference but it does exist in the implementation.
-Total Issues: 2
diff --git a/src/libraries/System.Runtime.Extensions/src/MatchingRefApiCompatBaseline.txt b/src/libraries/System.Runtime.Extensions/src/MatchingRefApiCompatBaseline.txt
deleted file mode 100644
index adcc845973f368..00000000000000
--- a/src/libraries/System.Runtime.Extensions/src/MatchingRefApiCompatBaseline.txt
+++ /dev/null
@@ -1,3 +0,0 @@
-Compat issues with assembly System.Runtime.Extensions:
-MembersMustExist : Member 'public void System.Environment.FailFast(System.String, System.Exception, System.String)' does not exist in the reference but it does exist in the implementation.
-Total Issues: 1
diff --git a/src/libraries/System.Runtime.InteropServices.JavaScript/src/CompatibilitySuppressions.xml b/src/libraries/System.Runtime.InteropServices.JavaScript/src/CompatibilitySuppressions.xml
new file mode 100644
index 00000000000000..cc4d61f31ede3d
--- /dev/null
+++ b/src/libraries/System.Runtime.InteropServices.JavaScript/src/CompatibilitySuppressions.xml
@@ -0,0 +1,39 @@
+
+
+
+ CP0001
+ T:System.Runtime.InteropServices.JavaScript.Array
+ ref/net7.0/System.Runtime.InteropServices.JavaScript.dll
+ runtimes/browser/lib/net7.0/System.Runtime.InteropServices.JavaScript.dll
+
+
+ CP0001
+ T:System.Runtime.InteropServices.JavaScript.ArrayBuffer
+ ref/net7.0/System.Runtime.InteropServices.JavaScript.dll
+ runtimes/browser/lib/net7.0/System.Runtime.InteropServices.JavaScript.dll
+
+
+ CP0001
+ T:System.Runtime.InteropServices.JavaScript.DataView
+ ref/net7.0/System.Runtime.InteropServices.JavaScript.dll
+ runtimes/browser/lib/net7.0/System.Runtime.InteropServices.JavaScript.dll
+
+
+ CP0001
+ T:System.Runtime.InteropServices.JavaScript.Function
+ ref/net7.0/System.Runtime.InteropServices.JavaScript.dll
+ runtimes/browser/lib/net7.0/System.Runtime.InteropServices.JavaScript.dll
+
+
+ CP0001
+ T:System.Runtime.InteropServices.JavaScript.Runtime
+ ref/net7.0/System.Runtime.InteropServices.JavaScript.dll
+ runtimes/browser/lib/net7.0/System.Runtime.InteropServices.JavaScript.dll
+
+
+ CP0001
+ T:System.Runtime.InteropServices.JavaScript.Uint8Array
+ ref/net7.0/System.Runtime.InteropServices.JavaScript.dll
+ runtimes/browser/lib/net7.0/System.Runtime.InteropServices.JavaScript.dll
+
+
\ No newline at end of file
diff --git a/src/libraries/System.Runtime.InteropServices.JavaScript/src/MatchingRefApiCompatBaseline.txt b/src/libraries/System.Runtime.InteropServices.JavaScript/src/MatchingRefApiCompatBaseline.txt
deleted file mode 100644
index becc45b9bcdc47..00000000000000
--- a/src/libraries/System.Runtime.InteropServices.JavaScript/src/MatchingRefApiCompatBaseline.txt
+++ /dev/null
@@ -1,8 +0,0 @@
-Compat issues with assembly System.Runtime.InteropServices.JavaScript:
-TypesMustExist : Type 'System.Runtime.InteropServices.JavaScript.Array' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'System.Runtime.InteropServices.JavaScript.ArrayBuffer' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'System.Runtime.InteropServices.JavaScript.DataView' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'System.Runtime.InteropServices.JavaScript.Function' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'System.Runtime.InteropServices.JavaScript.Runtime' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'System.Runtime.InteropServices.JavaScript.Uint8Array' does not exist in the reference but it does exist in the implementation.
-Total Issues: 6
\ No newline at end of file
diff --git a/src/libraries/System.Runtime.InteropServices/src/CompatibilitySuppressions.xml b/src/libraries/System.Runtime.InteropServices/src/CompatibilitySuppressions.xml
new file mode 100644
index 00000000000000..cabcc50baff182
--- /dev/null
+++ b/src/libraries/System.Runtime.InteropServices/src/CompatibilitySuppressions.xml
@@ -0,0 +1,27 @@
+
+
+
+ CP0001
+ T:System.Runtime.InteropServices.AssemblyRegistrationFlags
+ ref/net7.0/System.Runtime.InteropServices.dll
+ lib/net7.0/System.Runtime.InteropServices.dll
+
+
+ CP0001
+ T:System.Runtime.InteropServices.ExporterEventKind
+ ref/net7.0/System.Runtime.InteropServices.dll
+ lib/net7.0/System.Runtime.InteropServices.dll
+
+
+ CP0001
+ T:System.Runtime.InteropServices.RegistrationClassContext
+ ref/net7.0/System.Runtime.InteropServices.dll
+ lib/net7.0/System.Runtime.InteropServices.dll
+
+
+ CP0001
+ T:System.Runtime.InteropServices.RegistrationConnectionType
+ ref/net7.0/System.Runtime.InteropServices.dll
+ lib/net7.0/System.Runtime.InteropServices.dll
+
+
\ No newline at end of file
diff --git a/src/libraries/System.Runtime.InteropServices/src/MatchingRefApiCompatBaseline.txt b/src/libraries/System.Runtime.InteropServices/src/MatchingRefApiCompatBaseline.txt
deleted file mode 100644
index adf9d5b07e0ed5..00000000000000
--- a/src/libraries/System.Runtime.InteropServices/src/MatchingRefApiCompatBaseline.txt
+++ /dev/null
@@ -1,9 +0,0 @@
-Compat issues with assembly System.Runtime.InteropServices:
-TypesMustExist : Type 'System.Runtime.InteropServices.AssemblyRegistrationFlags' does not exist in the reference but it does exist in the implementation.
-CannotChangeAttribute : Attribute 'System.Runtime.Versioning.UnsupportedOSPlatformAttribute' on 'System.Runtime.InteropServices.ComWrappers' changed from '[UnsupportedOSPlatformAttribute("android")]' in the implementation to '[UnsupportedOSPlatformAttribute("android")]' in the reference.
-TypesMustExist : Type 'System.Runtime.InteropServices.ExporterEventKind' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'System.Runtime.InteropServices.RegistrationClassContext' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'System.Runtime.InteropServices.RegistrationConnectionType' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'System.Runtime.InteropServices.SetWin32ContextInIDispatchAttribute' does not exist in the reference but it does exist in the implementation.
-MembersMustExist : Member 'public void System.Runtime.InteropServices.UnmanagedFunctionPointerAttribute..ctor()' does not exist in the reference but it does exist in the implementation.
-Total Issues: 9
diff --git a/src/libraries/System.Runtime.Serialization.Formatters/src/CompatibilitySuppressions.xml b/src/libraries/System.Runtime.Serialization.Formatters/src/CompatibilitySuppressions.xml
new file mode 100644
index 00000000000000..edac62595c48aa
--- /dev/null
+++ b/src/libraries/System.Runtime.Serialization.Formatters/src/CompatibilitySuppressions.xml
@@ -0,0 +1,64 @@
+
+
+
+
+ CP0001
+ T:System.Runtime.Serialization.SerializationEventHandler
+ ref/net7.0/System.Runtime.Serialization.Formatters.dll
+ lib/net7.0/System.Runtime.Serialization.Formatters.dll
+
+
+ CP0001
+ T:System.Runtime.Serialization.TypeLoadExceptionHolder
+ ref/net7.0/System.Runtime.Serialization.Formatters.dll
+ lib/net7.0/System.Runtime.Serialization.Formatters.dll
+
+
+ CP0001
+ T:System.Runtime.Serialization.SerializationEventHandler
+ ref/net7.0/System.Runtime.Serialization.Formatters.dll
+ runtimes/android/lib/net7.0/System.Runtime.Serialization.Formatters.dll
+
+
+ CP0001
+ T:System.Runtime.Serialization.TypeLoadExceptionHolder
+ ref/net7.0/System.Runtime.Serialization.Formatters.dll
+ runtimes/android/lib/net7.0/System.Runtime.Serialization.Formatters.dll
+
+
+ CP0001
+ T:System.Runtime.Serialization.SerializationEventHandler
+ ref/net7.0/System.Runtime.Serialization.Formatters.dll
+ runtimes/browser/lib/net7.0/System.Runtime.Serialization.Formatters.dll
+
+
+ CP0001
+ T:System.Runtime.Serialization.TypeLoadExceptionHolder
+ ref/net7.0/System.Runtime.Serialization.Formatters.dll
+ runtimes/browser/lib/net7.0/System.Runtime.Serialization.Formatters.dll
+
+
+ CP0001
+ T:System.Runtime.Serialization.SerializationEventHandler
+ ref/net7.0/System.Runtime.Serialization.Formatters.dll
+ runtimes/ios/lib/net7.0/System.Runtime.Serialization.Formatters.dll
+
+
+ CP0001
+ T:System.Runtime.Serialization.TypeLoadExceptionHolder
+ ref/net7.0/System.Runtime.Serialization.Formatters.dll
+ runtimes/ios/lib/net7.0/System.Runtime.Serialization.Formatters.dll
+
+
+ CP0001
+ T:System.Runtime.Serialization.SerializationEventHandler
+ ref/net7.0/System.Runtime.Serialization.Formatters.dll
+ runtimes/tvos/lib/net7.0/System.Runtime.Serialization.Formatters.dll
+
+
+ CP0001
+ T:System.Runtime.Serialization.TypeLoadExceptionHolder
+ ref/net7.0/System.Runtime.Serialization.Formatters.dll
+ runtimes/tvos/lib/net7.0/System.Runtime.Serialization.Formatters.dll
+
+
\ No newline at end of file
diff --git a/src/libraries/System.Runtime.Serialization.Formatters/src/MatchingRefApiCompatBaseline.txt b/src/libraries/System.Runtime.Serialization.Formatters/src/MatchingRefApiCompatBaseline.txt
deleted file mode 100644
index d81d128705c63a..00000000000000
--- a/src/libraries/System.Runtime.Serialization.Formatters/src/MatchingRefApiCompatBaseline.txt
+++ /dev/null
@@ -1,9 +0,0 @@
-# Exposed publicly only in implementation for serialization compat
-TypesMustExist : Type 'System.Runtime.Serialization.SerializationEventHandler' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'System.Runtime.Serialization.TypeLoadExceptionHolder' does not exist in the reference but it does exist in the implementation.
-
-MembersMustExist : Member 'public System.Boolean System.Runtime.Serialization.SerializationInfo.DeserializationInProgress.get()' does not exist in the reference but it does exist in the implementation.
-MembersMustExist : Member 'public System.Runtime.Serialization.DeserializationToken System.Runtime.Serialization.SerializationInfo.StartDeserialization()' does not exist in the reference but it does exist in the implementation.
-MembersMustExist : Member 'public void System.Runtime.Serialization.SerializationInfo.ThrowIfDeserializationInProgress()' does not exist in the reference but it does exist in the implementation.
-MembersMustExist : Member 'public void System.Runtime.Serialization.SerializationInfo.ThrowIfDeserializationInProgress(System.String, System.Int32)' does not exist in the reference but it does exist in the implementation.
-MembersMustExist : Member 'public void System.Runtime.Serialization.SerializationInfo.UpdateValue(System.String, System.Object, System.Type)' does not exist in the reference but it does exist in the implementation.
diff --git a/src/libraries/System.Runtime/src/CompatibilitySuppressions.xml b/src/libraries/System.Runtime/src/CompatibilitySuppressions.xml
new file mode 100644
index 00000000000000..7524892c3341b9
--- /dev/null
+++ b/src/libraries/System.Runtime/src/CompatibilitySuppressions.xml
@@ -0,0 +1,15 @@
+
+
+
+ CP0002
+ M:System.Diagnostics.Debug.SetProvider(System.Diagnostics.DebugProvider)
+ ref/net7.0/System.Runtime.dll
+ lib/net7.0/System.Runtime.dll
+
+
+ CP0002
+ M:System.Runtime.Serialization.SerializationInfo.StartDeserialization
+ ref/net7.0/System.Runtime.dll
+ lib/net7.0/System.Runtime.dll
+
+
\ No newline at end of file
diff --git a/src/libraries/System.Runtime/src/MatchingRefApiCompatBaseline.txt b/src/libraries/System.Runtime/src/MatchingRefApiCompatBaseline.txt
deleted file mode 100644
index a2a1bd652f2635..00000000000000
--- a/src/libraries/System.Runtime/src/MatchingRefApiCompatBaseline.txt
+++ /dev/null
@@ -1,34 +0,0 @@
-Compat issues with assembly System.Runtime:
-MembersMustExist : Member 'public void System.AppContext.add_FirstChanceException(System.EventHandler)' does not exist in the reference but it does exist in the implementation.
-MembersMustExist : Member 'public void System.AppContext.add_ProcessExit(System.EventHandler)' does not exist in the reference but it does exist in the implementation.
-MembersMustExist : Member 'public void System.AppContext.add_UnhandledException(System.UnhandledExceptionEventHandler)' does not exist in the reference but it does exist in the implementation.
-MembersMustExist : Member 'public void System.AppContext.remove_FirstChanceException(System.EventHandler)' does not exist in the reference but it does exist in the implementation.
-MembersMustExist : Member 'public void System.AppContext.remove_ProcessExit(System.EventHandler)' does not exist in the reference but it does exist in the implementation.
-MembersMustExist : Member 'public void System.AppContext.remove_UnhandledException(System.UnhandledExceptionEventHandler)' does not exist in the reference but it does exist in the implementation.
-MembersMustExist : Member 'public void System.AppContext.SetData(System.String, System.Object)' does not exist in the reference but it does exist in the implementation.
-MembersMustExist : Member 'public void System.Environment.FailFast(System.String, System.Exception, System.String)' does not exist in the reference but it does exist in the implementation.
-MembersMustExist : Member 'protected void System.WeakReference..ctor()' does not exist in the reference but it does exist in the implementation.
-MembersMustExist : Member 'public System.Diagnostics.DebugProvider System.Diagnostics.Debug.SetProvider(System.Diagnostics.DebugProvider)' does not exist in the reference but it does exist in the implementation.
-MembersMustExist : Member 'protected System.ModuleHandle System.Reflection.Module.GetModuleHandleImpl()' does not exist in the reference but it does exist in the implementation.
-MembersMustExist : Member 'protected System.String System.String System.Resources.ResourceManager.BaseNameField' does not exist in the reference but it does exist in the implementation.
-MembersMustExist : Member 'protected System.Resources.IResourceReader System.Resources.IResourceReader System.Resources.ResourceSet.Reader' does not exist in the reference but it does exist in the implementation.
-MembersMustExist : Member 'public System.Boolean System.Runtime.CompilerServices.ConditionalWeakTable.TryAdd(TKey, TValue)' does not exist in the reference but it does exist in the implementation.
-MembersMustExist : Member 'public System.Boolean System.Runtime.Serialization.SerializationInfo.DeserializationInProgress.get()' does not exist in the reference but it does exist in the implementation.
-MembersMustExist : Member 'public System.Runtime.Serialization.DeserializationToken System.Runtime.Serialization.SerializationInfo.StartDeserialization()' does not exist in the reference but it does exist in the implementation.
-MembersMustExist : Member 'public void System.Runtime.Serialization.SerializationInfo.ThrowIfDeserializationInProgress()' does not exist in the reference but it does exist in the implementation.
-MembersMustExist : Member 'public void System.Runtime.Serialization.SerializationInfo.ThrowIfDeserializationInProgress(System.String, System.Int32)' does not exist in the reference but it does exist in the implementation.
-MembersMustExist : Member 'public void System.Runtime.Serialization.SerializationInfo.UpdateValue(System.String, System.Object, System.Type)' does not exist in the reference but it does exist in the implementation.
-# These are now virtual in the implementation, which should be ok.
-CannotMakeMemberAbstract : Member 'public System.Boolean System.IO.FileSystemInfo.Exists' is abstract in the reference but is not abstract in the implementation.
-CannotMakeMemberAbstract : Member 'public System.String System.IO.FileSystemInfo.Name' is abstract in the reference but is not abstract in the implementation.
-CannotMakeMemberAbstract : Member 'public System.Boolean System.IO.FileSystemInfo.Exists.get()' is abstract in the reference but is not abstract in the implementation.
-CannotMakeMemberAbstract : Member 'public System.String System.IO.FileSystemInfo.Name.get()' is abstract in the reference but is not abstract in the implementation.
-MembersMustExist : Member 'public void System.ModuleHandle..ctor(System.Reflection.Module)' does not exist in the reference but it does exist in the implementation.
-MembersMustExist : Member 'public System.String System.String System.Type.DefaultTypeNameWhenMissingMetadata' does not exist in the reference but it does exist in the implementation.
-MembersMustExist : Member 'public System.String System.Type.FormatTypeNameForReflection()' does not exist in the reference but it does exist in the implementation.
-MembersMustExist : Member 'public System.String System.Type.InternalGetNameIfAvailable(System.Type)' does not exist in the reference but it does exist in the implementation.
-MembersMustExist : Member 'public System.String System.Type.InternalNameIfAvailable.get()' does not exist in the reference but it does exist in the implementation.
-MembersMustExist : Member 'public System.Boolean System.TypedReference.IsNull.get()' does not exist in the reference but it does exist in the implementation.
-MembersMustExist : Member 'public System.Reflection.ParameterInfo[] System.Reflection.MethodBase.GetParametersNoCopy()' does not exist in the reference but it does exist in the implementation.
-MembersMustExist : Member 'public System.Reflection.MethodBase System.Reflection.MethodBase.MetadataDefinitionMethod.get()' does not exist in the reference but it does exist in the implementation.
-MembersMustExist : Member 'public System.Int32 System.Reflection.MethodInfo.GenericParameterCount.get()' does not exist in the reference but it does exist in the implementation.
diff --git a/src/libraries/System.Security.Cryptography.Pkcs/src/CompatibilitySuppressions.xml b/src/libraries/System.Security.Cryptography.Pkcs/src/CompatibilitySuppressions.xml
index 94799c232756e3..e652dd8769f3d4 100644
--- a/src/libraries/System.Security.Cryptography.Pkcs/src/CompatibilitySuppressions.xml
+++ b/src/libraries/System.Security.Cryptography.Pkcs/src/CompatibilitySuppressions.xml
@@ -102,4 +102,124 @@
lib/netstandard2.0/System.Security.Cryptography.Pkcs.dll
lib/net462/System.Security.Cryptography.Pkcs.dll
+
+ CP0002
+ M:System.Security.Cryptography.Pkcs.CmsSigner.#ctor(System.Security.Cryptography.Pkcs.SubjectIdentifierType,System.Security.Cryptography.X509Certificates.X509Certificate2,System.Security.Cryptography.AsymmetricAlgorithm)
+ ref/netstandard2.0/System.Security.Cryptography.Pkcs.dll
+ lib/netstandard2.0/System.Security.Cryptography.Pkcs.dll
+
+
+ CP0002
+ M:System.Security.Cryptography.Pkcs.CmsSigner.#ctor(System.Security.Cryptography.Pkcs.SubjectIdentifierType,System.Security.Cryptography.X509Certificates.X509Certificate2,System.Security.Cryptography.RSA,System.Security.Cryptography.RSASignaturePadding)
+ ref/netstandard2.0/System.Security.Cryptography.Pkcs.dll
+ lib/netstandard2.0/System.Security.Cryptography.Pkcs.dll
+
+
+ CP0002
+ M:System.Security.Cryptography.Pkcs.CmsSigner.get_PrivateKey
+ ref/netstandard2.0/System.Security.Cryptography.Pkcs.dll
+ lib/netstandard2.0/System.Security.Cryptography.Pkcs.dll
+
+
+ CP0002
+ M:System.Security.Cryptography.Pkcs.CmsSigner.get_SignaturePadding
+ ref/netstandard2.0/System.Security.Cryptography.Pkcs.dll
+ lib/netstandard2.0/System.Security.Cryptography.Pkcs.dll
+
+
+ CP0002
+ M:System.Security.Cryptography.Pkcs.CmsSigner.set_PrivateKey(System.Security.Cryptography.AsymmetricAlgorithm)
+ ref/netstandard2.0/System.Security.Cryptography.Pkcs.dll
+ lib/netstandard2.0/System.Security.Cryptography.Pkcs.dll
+
+
+ CP0002
+ M:System.Security.Cryptography.Pkcs.CmsSigner.set_SignaturePadding(System.Security.Cryptography.RSASignaturePadding)
+ ref/netstandard2.0/System.Security.Cryptography.Pkcs.dll
+ lib/netstandard2.0/System.Security.Cryptography.Pkcs.dll
+
+
+ CP0002
+ M:System.Security.Cryptography.Pkcs.ContentInfo.GetContentType(System.ReadOnlySpan{System.Byte})
+ ref/netstandard2.0/System.Security.Cryptography.Pkcs.dll
+ lib/netstandard2.0/System.Security.Cryptography.Pkcs.dll
+
+
+ CP0002
+ M:System.Security.Cryptography.Pkcs.EnvelopedCms.Decode(System.ReadOnlySpan{System.Byte})
+ ref/netstandard2.0/System.Security.Cryptography.Pkcs.dll
+ lib/netstandard2.0/System.Security.Cryptography.Pkcs.dll
+
+
+ CP0002
+ M:System.Security.Cryptography.Pkcs.EnvelopedCms.Decrypt(System.Security.Cryptography.Pkcs.RecipientInfo,System.Security.Cryptography.AsymmetricAlgorithm)
+ ref/netstandard2.0/System.Security.Cryptography.Pkcs.dll
+ lib/netstandard2.0/System.Security.Cryptography.Pkcs.dll
+
+
+ CP0002
+ M:System.Security.Cryptography.Pkcs.SignedCms.AddCertificate(System.Security.Cryptography.X509Certificates.X509Certificate2)
+ ref/netstandard2.0/System.Security.Cryptography.Pkcs.dll
+ lib/netstandard2.0/System.Security.Cryptography.Pkcs.dll
+
+
+ CP0002
+ M:System.Security.Cryptography.Pkcs.SignedCms.Decode(System.ReadOnlySpan{System.Byte})
+ ref/netstandard2.0/System.Security.Cryptography.Pkcs.dll
+ lib/netstandard2.0/System.Security.Cryptography.Pkcs.dll
+
+
+ CP0002
+ M:System.Security.Cryptography.Pkcs.SignedCms.RemoveCertificate(System.Security.Cryptography.X509Certificates.X509Certificate2)
+ ref/netstandard2.0/System.Security.Cryptography.Pkcs.dll
+ lib/netstandard2.0/System.Security.Cryptography.Pkcs.dll
+
+
+ CP0002
+ M:System.Security.Cryptography.Pkcs.SignerInfo.AddUnsignedAttribute(System.Security.Cryptography.AsnEncodedData)
+ ref/netstandard2.0/System.Security.Cryptography.Pkcs.dll
+ lib/netstandard2.0/System.Security.Cryptography.Pkcs.dll
+
+
+ CP0002
+ M:System.Security.Cryptography.Pkcs.SignerInfo.get_SignatureAlgorithm
+ ref/netstandard2.0/System.Security.Cryptography.Pkcs.dll
+ lib/netstandard2.0/System.Security.Cryptography.Pkcs.dll
+
+
+ CP0002
+ M:System.Security.Cryptography.Pkcs.SignerInfo.GetSignature
+ ref/netstandard2.0/System.Security.Cryptography.Pkcs.dll
+ lib/netstandard2.0/System.Security.Cryptography.Pkcs.dll
+
+
+ CP0002
+ M:System.Security.Cryptography.Pkcs.SignerInfo.RemoveUnsignedAttribute(System.Security.Cryptography.AsnEncodedData)
+ ref/netstandard2.0/System.Security.Cryptography.Pkcs.dll
+ lib/netstandard2.0/System.Security.Cryptography.Pkcs.dll
+
+
+ CP0002
+ M:System.Security.Cryptography.Pkcs.SubjectIdentifier.MatchesCertificate(System.Security.Cryptography.X509Certificates.X509Certificate2)
+ ref/netstandard2.0/System.Security.Cryptography.Pkcs.dll
+ lib/netstandard2.0/System.Security.Cryptography.Pkcs.dll
+
+
+ CP0014
+ M:System.Security.Cryptography.Pkcs.CmsSigner.#ctor(System.Security.Cryptography.CspParameters):[T:System.ComponentModel.EditorBrowsableAttribute]
+ lib/netstandard2.0/System.Security.Cryptography.Pkcs.dll
+ lib/net462/System.Security.Cryptography.Pkcs.dll
+
+
+ CP0014
+ M:System.Security.Cryptography.Pkcs.SignedCms.ComputeSignature:[T:System.ComponentModel.EditorBrowsableAttribute]
+ lib/netstandard2.0/System.Security.Cryptography.Pkcs.dll
+ lib/net462/System.Security.Cryptography.Pkcs.dll
+
+
+ CP0014
+ M:System.Security.Cryptography.Pkcs.SignerInfo.ComputeCounterSignature:[T:System.ComponentModel.EditorBrowsableAttribute]
+ lib/netstandard2.0/System.Security.Cryptography.Pkcs.dll
+ lib/net462/System.Security.Cryptography.Pkcs.dll
+
\ No newline at end of file
diff --git a/src/libraries/System.Security.Cryptography.Pkcs/src/MatchingRefApiCompatBaseline.netstandard2.0.txt b/src/libraries/System.Security.Cryptography.Pkcs/src/MatchingRefApiCompatBaseline.netstandard2.0.txt
deleted file mode 100644
index e644784de848a1..00000000000000
--- a/src/libraries/System.Security.Cryptography.Pkcs/src/MatchingRefApiCompatBaseline.netstandard2.0.txt
+++ /dev/null
@@ -1,27 +0,0 @@
-MembersMustExist : Member 'public System.Boolean System.Security.Cryptography.CryptographicAttributeObjectCollection.IsSynchronized.get()' does not exist in the reference but it does exist in the implementation.
-MembersMustExist : Member 'public System.Object System.Security.Cryptography.CryptographicAttributeObjectCollection.SyncRoot.get()' does not exist in the reference but it does exist in the implementation.
-MembersMustExist : Member 'public System.Byte[] System.Security.Cryptography.Pkcs.AlgorithmIdentifier.Parameters.get()' does not exist in the reference but it does exist in the implementation.
-MembersMustExist : Member 'public void System.Security.Cryptography.Pkcs.AlgorithmIdentifier.Parameters.set(System.Byte[])' does not exist in the reference but it does exist in the implementation.
-MembersMustExist : Member 'public System.Boolean System.Security.Cryptography.Pkcs.CmsRecipientCollection.IsSynchronized.get()' does not exist in the reference but it does exist in the implementation.
-MembersMustExist : Member 'public System.Object System.Security.Cryptography.Pkcs.CmsRecipientCollection.SyncRoot.get()' does not exist in the reference but it does exist in the implementation.
-MembersMustExist : Member 'public void System.Security.Cryptography.Pkcs.CmsSigner..ctor(System.Security.Cryptography.Pkcs.SubjectIdentifierType, System.Security.Cryptography.X509Certificates.X509Certificate2, System.Security.Cryptography.AsymmetricAlgorithm)' does not exist in the reference but it does exist in the implementation.
-MembersMustExist : Member 'public void System.Security.Cryptography.Pkcs.CmsSigner..ctor(System.Security.Cryptography.Pkcs.SubjectIdentifierType, System.Security.Cryptography.X509Certificates.X509Certificate2, System.Security.Cryptography.RSA, System.Security.Cryptography.RSASignaturePadding)' does not exist in the reference but it does exist in the implementation.
-MembersMustExist : Member 'public System.Security.Cryptography.AsymmetricAlgorithm System.Security.Cryptography.Pkcs.CmsSigner.PrivateKey.get()' does not exist in the reference but it does exist in the implementation.
-MembersMustExist : Member 'public void System.Security.Cryptography.Pkcs.CmsSigner.PrivateKey.set(System.Security.Cryptography.AsymmetricAlgorithm)' does not exist in the reference but it does exist in the implementation.
-MembersMustExist : Member 'public System.Security.Cryptography.RSASignaturePadding System.Security.Cryptography.Pkcs.CmsSigner.SignaturePadding.get()' does not exist in the reference but it does exist in the implementation.
-MembersMustExist : Member 'public void System.Security.Cryptography.Pkcs.CmsSigner.SignaturePadding.set(System.Security.Cryptography.RSASignaturePadding)' does not exist in the reference but it does exist in the implementation.
-MembersMustExist : Member 'public System.Security.Cryptography.Oid System.Security.Cryptography.Pkcs.ContentInfo.GetContentType(System.ReadOnlySpan)' does not exist in the reference but it does exist in the implementation.
-MembersMustExist : Member 'public void System.Security.Cryptography.Pkcs.EnvelopedCms.Decode(System.ReadOnlySpan)' does not exist in the reference but it does exist in the implementation.
-MembersMustExist : Member 'public void System.Security.Cryptography.Pkcs.EnvelopedCms.Decrypt(System.Security.Cryptography.Pkcs.RecipientInfo, System.Security.Cryptography.AsymmetricAlgorithm)' does not exist in the reference but it does exist in the implementation.
-MembersMustExist : Member 'public System.Boolean System.Security.Cryptography.Pkcs.RecipientInfoCollection.IsSynchronized.get()' does not exist in the reference but it does exist in the implementation.
-MembersMustExist : Member 'public System.Object System.Security.Cryptography.Pkcs.RecipientInfoCollection.SyncRoot.get()' does not exist in the reference but it does exist in the implementation.
-MembersMustExist : Member 'public void System.Security.Cryptography.Pkcs.SignedCms.AddCertificate(System.Security.Cryptography.X509Certificates.X509Certificate2)' does not exist in the reference but it does exist in the implementation.
-MembersMustExist : Member 'public void System.Security.Cryptography.Pkcs.SignedCms.Decode(System.ReadOnlySpan)' does not exist in the reference but it does exist in the implementation.
-MembersMustExist : Member 'public void System.Security.Cryptography.Pkcs.SignedCms.RemoveCertificate(System.Security.Cryptography.X509Certificates.X509Certificate2)' does not exist in the reference but it does exist in the implementation.
-MembersMustExist : Member 'public void System.Security.Cryptography.Pkcs.SignerInfo.AddUnsignedAttribute(System.Security.Cryptography.AsnEncodedData)' does not exist in the reference but it does exist in the implementation.
-MembersMustExist : Member 'public System.Byte[] System.Security.Cryptography.Pkcs.SignerInfo.GetSignature()' does not exist in the reference but it does exist in the implementation.
-MembersMustExist : Member 'public void System.Security.Cryptography.Pkcs.SignerInfo.RemoveUnsignedAttribute(System.Security.Cryptography.AsnEncodedData)' does not exist in the reference but it does exist in the implementation.
-MembersMustExist : Member 'public System.Security.Cryptography.Oid System.Security.Cryptography.Pkcs.SignerInfo.SignatureAlgorithm.get()' does not exist in the reference but it does exist in the implementation.
-MembersMustExist : Member 'public System.Boolean System.Security.Cryptography.Pkcs.SubjectIdentifier.MatchesCertificate(System.Security.Cryptography.X509Certificates.X509Certificate2)' does not exist in the reference but it does exist in the implementation.
-CannotRemoveAttribute : Attribute 'System.Runtime.CompilerServices.IsReadOnlyAttribute' exists on 'System.Security.Cryptography.Xml.X509IssuerSerial.IssuerName.get()' in the implementation but not the reference.
-CannotRemoveAttribute : Attribute 'System.Runtime.CompilerServices.IsReadOnlyAttribute' exists on 'System.Security.Cryptography.Xml.X509IssuerSerial.SerialNumber.get()' in the implementation but not the reference.
diff --git a/src/libraries/System.Security.Cryptography.Xml/src/CompatibilitySuppressions.xml b/src/libraries/System.Security.Cryptography.Xml/src/CompatibilitySuppressions.xml
index 02b2979978793b..7f5f1917a6b9ec 100644
--- a/src/libraries/System.Security.Cryptography.Xml/src/CompatibilitySuppressions.xml
+++ b/src/libraries/System.Security.Cryptography.Xml/src/CompatibilitySuppressions.xml
@@ -1,5 +1,6 @@
+
CP0001
T:System.Security.Cryptography.Xml.CipherData
@@ -15,8 +16,6 @@
CP0001
T:System.Security.Cryptography.Xml.CryptoSignedXmlRecursionException
- lib/netstandard2.0/System.Security.Cryptography.Xml.dll
- lib/net462/System.Security.Cryptography.Xml.dll
CP0001
@@ -246,4 +245,4 @@
lib/netstandard2.0/System.Security.Cryptography.Xml.dll
lib/net462/System.Security.Cryptography.Xml.dll
-
\ No newline at end of file
+
diff --git a/src/libraries/System.Security.Cryptography.Xml/src/MatchingRefApiCompatBaseline.txt b/src/libraries/System.Security.Cryptography.Xml/src/MatchingRefApiCompatBaseline.txt
deleted file mode 100644
index be8e7b60afa478..00000000000000
--- a/src/libraries/System.Security.Cryptography.Xml/src/MatchingRefApiCompatBaseline.txt
+++ /dev/null
@@ -1,2 +0,0 @@
-# Type must be public in implementation for serialization to work but we don't want to expose it publicly in the contract as it isn't public on .NET Framework
-TypesMustExist : Type 'System.Security.Cryptography.Xml.CryptoSignedXmlRecursionException' does not exist in the reference but it does exist in the implementation.
diff --git a/src/libraries/System.Security.Permissions/src/CompatibilitySuppressions.xml b/src/libraries/System.Security.Permissions/src/CompatibilitySuppressions.xml
index 0b5944bdde9f57..da9d4d99f66465 100644
--- a/src/libraries/System.Security.Permissions/src/CompatibilitySuppressions.xml
+++ b/src/libraries/System.Security.Permissions/src/CompatibilitySuppressions.xml
@@ -32,4 +32,310 @@
lib/netstandard2.0/System.Security.Permissions.dll
lib/net462/System.Security.Permissions.dll
+
+ CP0014
+ M:System.Security.HostSecurityManager.ResolvePolicy(System.Security.Policy.Evidence):[T:System.ObsoleteAttribute]
+ lib/netstandard2.0/System.Security.Permissions.dll
+ lib/net462/System.Security.Permissions.dll
+
+
+ CP0014
+ F:System.Security.Permissions.SecurityAction.Deny:[T:System.ObsoleteAttribute]
+ lib/netstandard2.0/System.Security.Permissions.dll
+ lib/net6.0/System.Security.Permissions.dll
+
+
+ CP0014
+ F:System.Security.Permissions.SecurityAction.RequestMinimum:[T:System.ObsoleteAttribute]
+ lib/netstandard2.0/System.Security.Permissions.dll
+ lib/net6.0/System.Security.Permissions.dll
+
+
+ CP0014
+ F:System.Security.Permissions.SecurityAction.RequestOptional:[T:System.ObsoleteAttribute]
+ lib/netstandard2.0/System.Security.Permissions.dll
+ lib/net6.0/System.Security.Permissions.dll
+
+
+ CP0014
+ F:System.Security.Permissions.SecurityAction.RequestRefuse:[T:System.ObsoleteAttribute]
+ lib/netstandard2.0/System.Security.Permissions.dll
+ lib/net6.0/System.Security.Permissions.dll
+
+
+ CP0015
+ M:System.Security.Policy.Evidence.#ctor(System.Object[],System.Object[]):[T:System.ObsoleteAttribute]
+ lib/net6.0/System.Security.Permissions.dll
+ lib/net7.0/System.Security.Permissions.dll
+
+
+ CP0015
+ M:System.Security.Policy.Evidence.AddAssembly(System.Object):[T:System.ObsoleteAttribute]
+ lib/net6.0/System.Security.Permissions.dll
+ lib/net7.0/System.Security.Permissions.dll
+
+
+ CP0015
+ M:System.Security.Policy.Evidence.AddHost(System.Object):[T:System.ObsoleteAttribute]
+ lib/net6.0/System.Security.Permissions.dll
+ lib/net7.0/System.Security.Permissions.dll
+
+
+ CP0015
+ M:System.Security.Policy.Evidence.CopyTo(System.Array,System.Int32):[T:System.ObsoleteAttribute]
+ lib/net6.0/System.Security.Permissions.dll
+ lib/net7.0/System.Security.Permissions.dll
+
+
+ CP0015
+ M:System.Security.Policy.Evidence.GetEnumerator:[T:System.ObsoleteAttribute]
+ lib/net6.0/System.Security.Permissions.dll
+ lib/net7.0/System.Security.Permissions.dll
+
+
+ CP0015
+ P:System.Security.Policy.Evidence.Count:[T:System.ObsoleteAttribute]
+ lib/net6.0/System.Security.Permissions.dll
+ lib/net7.0/System.Security.Permissions.dll
+
+
+ CP0015
+ F:System.Security.Permissions.ReflectionPermissionFlag.AllFlags:[T:System.ObsoleteAttribute]
+ lib/netstandard2.0/System.Security.Permissions.dll
+ lib/net462/System.Security.Permissions.dll
+
+
+ CP0015
+ F:System.Security.Permissions.ReflectionPermissionFlag.ReflectionEmit:[T:System.ObsoleteAttribute]
+ lib/netstandard2.0/System.Security.Permissions.dll
+ lib/net462/System.Security.Permissions.dll
+
+
+ CP0015
+ F:System.Security.Permissions.ReflectionPermissionFlag.TypeInformation:[T:System.ObsoleteAttribute]
+ lib/netstandard2.0/System.Security.Permissions.dll
+ lib/net462/System.Security.Permissions.dll
+
+
+ CP0015
+ M:System.Security.CodeAccessPermission.Deny:[T:System.ObsoleteAttribute]
+ lib/netstandard2.0/System.Security.Permissions.dll
+ lib/net462/System.Security.Permissions.dll
+
+
+ CP0015
+ M:System.Security.CodeAccessPermission.RevertDeny:[T:System.ObsoleteAttribute]
+ lib/netstandard2.0/System.Security.Permissions.dll
+ lib/net462/System.Security.Permissions.dll
+
+
+ CP0015
+ M:System.Security.PermissionSet.ConvertPermissionSet(System.String,System.Byte[],System.String):[T:System.ObsoleteAttribute]
+ lib/netstandard2.0/System.Security.Permissions.dll
+ lib/net462/System.Security.Permissions.dll
+
+
+ CP0015
+ M:System.Security.PermissionSet.Deny:[T:System.ObsoleteAttribute]
+ lib/netstandard2.0/System.Security.Permissions.dll
+ lib/net462/System.Security.Permissions.dll
+
+
+ CP0015
+ M:System.Security.Policy.PolicyLevel.CreateAppDomainLevel:[T:System.ObsoleteAttribute]
+ lib/netstandard2.0/System.Security.Permissions.dll
+ lib/net462/System.Security.Permissions.dll
+
+
+ CP0015
+ M:System.Security.SecurityManager.IsGranted(System.Security.IPermission):[T:System.ObsoleteAttribute]
+ lib/netstandard2.0/System.Security.Permissions.dll
+ lib/net462/System.Security.Permissions.dll
+
+
+ CP0015
+ M:System.Security.SecurityManager.LoadPolicyLevelFromFile(System.String,System.Security.PolicyLevelType):[T:System.ObsoleteAttribute]
+ lib/netstandard2.0/System.Security.Permissions.dll
+ lib/net462/System.Security.Permissions.dll
+
+
+ CP0015
+ M:System.Security.SecurityManager.LoadPolicyLevelFromString(System.String,System.Security.PolicyLevelType):[T:System.ObsoleteAttribute]
+ lib/netstandard2.0/System.Security.Permissions.dll
+ lib/net462/System.Security.Permissions.dll
+
+
+ CP0015
+ M:System.Security.SecurityManager.PolicyHierarchy:[T:System.ObsoleteAttribute]
+ lib/netstandard2.0/System.Security.Permissions.dll
+ lib/net462/System.Security.Permissions.dll
+
+
+ CP0015
+ M:System.Security.SecurityManager.ResolvePolicy(System.Security.Policy.Evidence,System.Security.PermissionSet,System.Security.PermissionSet,System.Security.PermissionSet,System.Security.PermissionSet@):[T:System.ObsoleteAttribute]
+ lib/netstandard2.0/System.Security.Permissions.dll
+ lib/net462/System.Security.Permissions.dll
+
+
+ CP0015
+ M:System.Security.SecurityManager.ResolvePolicy(System.Security.Policy.Evidence):[T:System.ObsoleteAttribute]
+ lib/netstandard2.0/System.Security.Permissions.dll
+ lib/net462/System.Security.Permissions.dll
+
+
+ CP0015
+ M:System.Security.SecurityManager.ResolvePolicy(System.Security.Policy.Evidence[]):[T:System.ObsoleteAttribute]
+ lib/netstandard2.0/System.Security.Permissions.dll
+ lib/net462/System.Security.Permissions.dll
+
+
+ CP0015
+ M:System.Security.SecurityManager.ResolvePolicyGroups(System.Security.Policy.Evidence):[T:System.ObsoleteAttribute]
+ lib/netstandard2.0/System.Security.Permissions.dll
+ lib/net462/System.Security.Permissions.dll
+
+
+ CP0015
+ M:System.Security.SecurityManager.ResolveSystemPolicy(System.Security.Policy.Evidence):[T:System.ObsoleteAttribute]
+ lib/netstandard2.0/System.Security.Permissions.dll
+ lib/net462/System.Security.Permissions.dll
+
+
+ CP0015
+ M:System.Security.SecurityManager.SavePolicy:[T:System.ObsoleteAttribute]
+ lib/netstandard2.0/System.Security.Permissions.dll
+ lib/net462/System.Security.Permissions.dll
+
+
+ CP0015
+ M:System.Security.SecurityManager.SavePolicyLevel(System.Security.Policy.PolicyLevel):[T:System.ObsoleteAttribute]
+ lib/netstandard2.0/System.Security.Permissions.dll
+ lib/net462/System.Security.Permissions.dll
+
+
+ CP0015
+ P:System.Security.Permissions.FileIOPermissionAttribute.All:[T:System.ObsoleteAttribute]
+ lib/netstandard2.0/System.Security.Permissions.dll
+ lib/net462/System.Security.Permissions.dll
+
+
+ CP0015
+ P:System.Security.Permissions.ReflectionPermissionAttribute.ReflectionEmit:[T:System.ObsoleteAttribute]
+ lib/netstandard2.0/System.Security.Permissions.dll
+ lib/net462/System.Security.Permissions.dll
+
+
+ CP0015
+ P:System.Security.Permissions.ReflectionPermissionAttribute.TypeInformation:[T:System.ObsoleteAttribute]
+ lib/netstandard2.0/System.Security.Permissions.dll
+ lib/net462/System.Security.Permissions.dll
+
+
+ CP0015
+ P:System.Security.Permissions.RegistryPermissionAttribute.All:[T:System.ObsoleteAttribute]
+ lib/netstandard2.0/System.Security.Permissions.dll
+ lib/net462/System.Security.Permissions.dll
+
+
+ CP0015
+ P:System.Security.SecurityManager.CheckExecutionRights:[T:System.ObsoleteAttribute]
+ lib/netstandard2.0/System.Security.Permissions.dll
+ lib/net462/System.Security.Permissions.dll
+
+
+ CP0015
+ P:System.Security.SecurityManager.SecurityEnabled:[T:System.ObsoleteAttribute]
+ lib/netstandard2.0/System.Security.Permissions.dll
+ lib/net462/System.Security.Permissions.dll
+
+
+ CP0015
+ T:System.Security.Policy.FirstMatchCodeGroup:[T:System.ObsoleteAttribute]
+ lib/netstandard2.0/System.Security.Permissions.dll
+ lib/net462/System.Security.Permissions.dll
+
+
+ CP0015
+ T:System.Security.Policy.PermissionRequestEvidence:[T:System.ObsoleteAttribute]
+ lib/netstandard2.0/System.Security.Permissions.dll
+ lib/net462/System.Security.Permissions.dll
+
+
+ CP0015
+ T:System.Security.Policy.UnionCodeGroup:[T:System.ObsoleteAttribute]
+ lib/netstandard2.0/System.Security.Permissions.dll
+ lib/net462/System.Security.Permissions.dll
+
+
+ CP0017
+ M:System.Drawing.Printing.PrintingPermission.FromXml(System.Security.SecurityElement)$0
+ lib/netstandard2.0/System.Security.Permissions.dll
+ lib/net462/System.Security.Permissions.dll
+
+
+ CP0017
+ M:System.Security.NamedPermissionSet.Equals(System.Object)$0
+ lib/netstandard2.0/System.Security.Permissions.dll
+ lib/net462/System.Security.Permissions.dll
+
+
+ CP0017
+ M:System.Security.Permissions.FileIOPermission.#ctor(System.Security.Permissions.FileIOPermissionAccess,System.Security.AccessControl.AccessControlActions,System.String)$1
+ lib/netstandard2.0/System.Security.Permissions.dll
+ lib/net462/System.Security.Permissions.dll
+
+
+ CP0017
+ M:System.Security.Permissions.FileIOPermission.#ctor(System.Security.Permissions.FileIOPermissionAccess,System.Security.AccessControl.AccessControlActions,System.String[])$1
+ lib/netstandard2.0/System.Security.Permissions.dll
+ lib/net462/System.Security.Permissions.dll
+
+
+ CP0017
+ M:System.Security.Permissions.FileIOPermission.Equals(System.Object)$0
+ lib/netstandard2.0/System.Security.Permissions.dll
+ lib/net462/System.Security.Permissions.dll
+
+
+ CP0017
+ M:System.Security.Permissions.RegistryPermission.AddPathList(System.Security.Permissions.RegistryPermissionAccess,System.Security.AccessControl.AccessControlActions,System.String)$1
+ lib/netstandard2.0/System.Security.Permissions.dll
+ lib/net462/System.Security.Permissions.dll
+
+
+ CP0017
+ M:System.Security.Permissions.RegistryPermission.FromXml(System.Security.SecurityElement)$0
+ lib/netstandard2.0/System.Security.Permissions.dll
+ lib/net462/System.Security.Permissions.dll
+
+
+ CP0017
+ M:System.Security.Permissions.StrongNamePublicKeyBlob.Equals(System.Object)$0
+ lib/netstandard2.0/System.Security.Permissions.dll
+ lib/net462/System.Security.Permissions.dll
+
+
+ CP0017
+ M:System.Security.PermissionSet.Equals(System.Object)$0
+ lib/netstandard2.0/System.Security.Permissions.dll
+ lib/net462/System.Security.Permissions.dll
+
+
+ CP0017
+ M:System.Security.Policy.ApplicationTrust.#ctor(System.ApplicationIdentity)$0
+ lib/netstandard2.0/System.Security.Permissions.dll
+ lib/net462/System.Security.Permissions.dll
+
+
+ CP0017
+ M:System.Security.Policy.PolicyStatement.Equals(System.Object)$0
+ lib/netstandard2.0/System.Security.Permissions.dll
+ lib/net462/System.Security.Permissions.dll
+
+
+ CP0017
+ M:System.Security.Policy.UrlMembershipCondition.Equals(System.Object)$0
+ lib/netstandard2.0/System.Security.Permissions.dll
+ lib/net462/System.Security.Permissions.dll
+
\ No newline at end of file
diff --git a/src/libraries/System.ServiceModel.Syndication/src/CompatibilitySuppressions.xml b/src/libraries/System.ServiceModel.Syndication/src/CompatibilitySuppressions.xml
index 5e4c6c2ab7b627..491f69066f09c2 100644
--- a/src/libraries/System.ServiceModel.Syndication/src/CompatibilitySuppressions.xml
+++ b/src/libraries/System.ServiceModel.Syndication/src/CompatibilitySuppressions.xml
@@ -30,6 +30,36 @@
lib/netstandard2.0/System.ServiceModel.Syndication.dll
lib/net462/System.ServiceModel.Syndication.dll
+
+ CP0001
+ T:System.ServiceModel.Syndication.SyndicationTextInput
+ ref/netstandard2.0/System.ServiceModel.Syndication.dll
+ lib/netstandard2.0/System.ServiceModel.Syndication.dll
+
+
+ CP0001
+ T:System.ServiceModel.Syndication.TryParseDateTimeCallback
+ ref/netstandard2.0/System.ServiceModel.Syndication.dll
+ lib/netstandard2.0/System.ServiceModel.Syndication.dll
+
+
+ CP0001
+ T:System.ServiceModel.Syndication.TryParseUriCallback
+ ref/netstandard2.0/System.ServiceModel.Syndication.dll
+ lib/netstandard2.0/System.ServiceModel.Syndication.dll
+
+
+ CP0001
+ T:System.ServiceModel.Syndication.XmlDateTimeData
+ ref/netstandard2.0/System.ServiceModel.Syndication.dll
+ lib/netstandard2.0/System.ServiceModel.Syndication.dll
+
+
+ CP0001
+ T:System.ServiceModel.Syndication.XmlUriData
+ ref/netstandard2.0/System.ServiceModel.Syndication.dll
+ lib/netstandard2.0/System.ServiceModel.Syndication.dll
+
CP0002
M:System.ServiceModel.Syndication.SyndicationFeed.get_Documentation
@@ -102,4 +132,76 @@
lib/netstandard2.0/System.ServiceModel.Syndication.dll
lib/net462/System.ServiceModel.Syndication.dll
+
+ CP0002
+ M:System.ServiceModel.Syndication.SyndicationFeed.get_Documentation
+ ref/netstandard2.0/System.ServiceModel.Syndication.dll
+ lib/netstandard2.0/System.ServiceModel.Syndication.dll
+
+
+ CP0002
+ M:System.ServiceModel.Syndication.SyndicationFeed.get_SkipDays
+ ref/netstandard2.0/System.ServiceModel.Syndication.dll
+ lib/netstandard2.0/System.ServiceModel.Syndication.dll
+
+
+ CP0002
+ M:System.ServiceModel.Syndication.SyndicationFeed.get_SkipHours
+ ref/netstandard2.0/System.ServiceModel.Syndication.dll
+ lib/netstandard2.0/System.ServiceModel.Syndication.dll
+
+
+ CP0002
+ M:System.ServiceModel.Syndication.SyndicationFeed.get_TextInput
+ ref/netstandard2.0/System.ServiceModel.Syndication.dll
+ lib/netstandard2.0/System.ServiceModel.Syndication.dll
+
+
+ CP0002
+ M:System.ServiceModel.Syndication.SyndicationFeed.get_TimeToLive
+ ref/netstandard2.0/System.ServiceModel.Syndication.dll
+ lib/netstandard2.0/System.ServiceModel.Syndication.dll
+
+
+ CP0002
+ M:System.ServiceModel.Syndication.SyndicationFeed.set_Documentation(System.ServiceModel.Syndication.SyndicationLink)
+ ref/netstandard2.0/System.ServiceModel.Syndication.dll
+ lib/netstandard2.0/System.ServiceModel.Syndication.dll
+
+
+ CP0002
+ M:System.ServiceModel.Syndication.SyndicationFeed.set_TextInput(System.ServiceModel.Syndication.SyndicationTextInput)
+ ref/netstandard2.0/System.ServiceModel.Syndication.dll
+ lib/netstandard2.0/System.ServiceModel.Syndication.dll
+
+
+ CP0002
+ M:System.ServiceModel.Syndication.SyndicationFeed.set_TimeToLive(System.Nullable{System.TimeSpan})
+ ref/netstandard2.0/System.ServiceModel.Syndication.dll
+ lib/netstandard2.0/System.ServiceModel.Syndication.dll
+
+
+ CP0002
+ M:System.ServiceModel.Syndication.SyndicationFeedFormatter.get_DateTimeParser
+ ref/netstandard2.0/System.ServiceModel.Syndication.dll
+ lib/netstandard2.0/System.ServiceModel.Syndication.dll
+
+
+ CP0002
+ M:System.ServiceModel.Syndication.SyndicationFeedFormatter.get_UriParser
+ ref/netstandard2.0/System.ServiceModel.Syndication.dll
+ lib/netstandard2.0/System.ServiceModel.Syndication.dll
+
+
+ CP0002
+ M:System.ServiceModel.Syndication.SyndicationFeedFormatter.set_DateTimeParser(System.ServiceModel.Syndication.TryParseDateTimeCallback)
+ ref/netstandard2.0/System.ServiceModel.Syndication.dll
+ lib/netstandard2.0/System.ServiceModel.Syndication.dll
+
+
+ CP0002
+ M:System.ServiceModel.Syndication.SyndicationFeedFormatter.set_UriParser(System.ServiceModel.Syndication.TryParseUriCallback)
+ ref/netstandard2.0/System.ServiceModel.Syndication.dll
+ lib/netstandard2.0/System.ServiceModel.Syndication.dll
+
\ No newline at end of file
diff --git a/src/libraries/System.ServiceModel.Syndication/src/MatchingRefApiCompatBaseline.netstandard2.0.txt b/src/libraries/System.ServiceModel.Syndication/src/MatchingRefApiCompatBaseline.netstandard2.0.txt
deleted file mode 100644
index 113362f300fd93..00000000000000
--- a/src/libraries/System.ServiceModel.Syndication/src/MatchingRefApiCompatBaseline.netstandard2.0.txt
+++ /dev/null
@@ -1,19 +0,0 @@
-Compat issues with assembly System.ServiceModel.Syndication:
-MembersMustExist : Member 'public System.ServiceModel.Syndication.SyndicationLink System.ServiceModel.Syndication.SyndicationFeed.Documentation.get()' does not exist in the reference but it does exist in the implementation.
-MembersMustExist : Member 'public void System.ServiceModel.Syndication.SyndicationFeed.Documentation.set(System.ServiceModel.Syndication.SyndicationLink)' does not exist in the reference but it does exist in the implementation.
-MembersMustExist : Member 'public System.Collections.ObjectModel.Collection System.ServiceModel.Syndication.SyndicationFeed.SkipDays.get()' does not exist in the reference but it does exist in the implementation.
-MembersMustExist : Member 'public System.Collections.ObjectModel.Collection System.ServiceModel.Syndication.SyndicationFeed.SkipHours.get()' does not exist in the reference but it does exist in the implementation.
-MembersMustExist : Member 'public System.ServiceModel.Syndication.SyndicationTextInput System.ServiceModel.Syndication.SyndicationFeed.TextInput.get()' does not exist in the reference but it does exist in the implementation.
-MembersMustExist : Member 'public void System.ServiceModel.Syndication.SyndicationFeed.TextInput.set(System.ServiceModel.Syndication.SyndicationTextInput)' does not exist in the reference but it does exist in the implementation.
-MembersMustExist : Member 'public System.Nullable System.ServiceModel.Syndication.SyndicationFeed.TimeToLive.get()' does not exist in the reference but it does exist in the implementation.
-MembersMustExist : Member 'public void System.ServiceModel.Syndication.SyndicationFeed.TimeToLive.set(System.Nullable)' does not exist in the reference but it does exist in the implementation.
-MembersMustExist : Member 'public System.ServiceModel.Syndication.TryParseDateTimeCallback System.ServiceModel.Syndication.SyndicationFeedFormatter.DateTimeParser.get()' does not exist in the reference but it does exist in the implementation.
-MembersMustExist : Member 'public void System.ServiceModel.Syndication.SyndicationFeedFormatter.DateTimeParser.set(System.ServiceModel.Syndication.TryParseDateTimeCallback)' does not exist in the reference but it does exist in the implementation.
-MembersMustExist : Member 'public System.ServiceModel.Syndication.TryParseUriCallback System.ServiceModel.Syndication.SyndicationFeedFormatter.UriParser.get()' does not exist in the reference but it does exist in the implementation.
-MembersMustExist : Member 'public void System.ServiceModel.Syndication.SyndicationFeedFormatter.UriParser.set(System.ServiceModel.Syndication.TryParseUriCallback)' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'System.ServiceModel.Syndication.SyndicationTextInput' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'System.ServiceModel.Syndication.TryParseDateTimeCallback' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'System.ServiceModel.Syndication.TryParseUriCallback' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'System.ServiceModel.Syndication.XmlDateTimeData' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'System.ServiceModel.Syndication.XmlUriData' does not exist in the reference but it does exist in the implementation.
-Total Issues: 17
diff --git a/src/libraries/System.Text.RegularExpressions/src/MatchingRefApiCompatBaseline.txt b/src/libraries/System.Text.RegularExpressions/src/MatchingRefApiCompatBaseline.txt
deleted file mode 100644
index 85586a5ad6f63b..00000000000000
--- a/src/libraries/System.Text.RegularExpressions/src/MatchingRefApiCompatBaseline.txt
+++ /dev/null
@@ -1,2 +0,0 @@
-# API is only for Debug purposes
-MembersMustExist : Member 'public System.Text.RegularExpressions.RegexOptions System.Text.RegularExpressions.RegexOptions System.Text.RegularExpressions.RegexOptions.Debug' does not exist in the reference but it does exist in the implementation.
diff --git a/src/libraries/System.Threading.Thread/src/ApiCompatBaseline.Threading.txt b/src/libraries/System.Threading.Thread/src/ApiCompatBaseline.Threading.txt
deleted file mode 100644
index 33ad3c96ed62bb..00000000000000
--- a/src/libraries/System.Threading.Thread/src/ApiCompatBaseline.Threading.txt
+++ /dev/null
@@ -1,6 +0,0 @@
-Compat issues with assembly System.Threading.Thread:
-CannotRemoveAttribute : Attribute 'System.Runtime.Versioning.UnsupportedOSPlatformAttribute' exists on 'System.Threading.Thread.Start()' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.Runtime.Versioning.UnsupportedOSPlatformAttribute' exists on 'System.Threading.Thread.Start(System.Object)' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.Runtime.Versioning.UnsupportedOSPlatformAttribute' exists on 'System.Threading.Thread.UnsafeStart()' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.Runtime.Versioning.UnsupportedOSPlatformAttribute' exists on 'System.Threading.Thread.UnsafeStart(System.Object)' in the contract but not the implementation.
-Total Issues: 4
diff --git a/src/libraries/System.Threading.Thread/src/CompatibilitySuppressions.Threading.xml b/src/libraries/System.Threading.Thread/src/CompatibilitySuppressions.Threading.xml
new file mode 100644
index 00000000000000..6fae73d1ad6cbc
--- /dev/null
+++ b/src/libraries/System.Threading.Thread/src/CompatibilitySuppressions.Threading.xml
@@ -0,0 +1,27 @@
+
+
+
+ CP0014
+ M:System.Threading.Thread.Start:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute]
+ ref/net7.0/System.Threading.Thread.dll
+ lib/net7.0/System.Threading.Thread.dll
+
+
+ CP0014
+ M:System.Threading.Thread.Start(System.Object):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute]
+ ref/net7.0/System.Threading.Thread.dll
+ lib/net7.0/System.Threading.Thread.dll
+
+
+ CP0014
+ M:System.Threading.Thread.UnsafeStart:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute]
+ ref/net7.0/System.Threading.Thread.dll
+ lib/net7.0/System.Threading.Thread.dll
+
+
+ CP0014
+ M:System.Threading.Thread.UnsafeStart(System.Object):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute]
+ ref/net7.0/System.Threading.Thread.dll
+ lib/net7.0/System.Threading.Thread.dll
+
+
\ No newline at end of file
diff --git a/src/libraries/System.Threading.Thread/src/System.Threading.Thread.csproj b/src/libraries/System.Threading.Thread/src/System.Threading.Thread.csproj
index 4d133621e598d9..ab203741b92b2e 100644
--- a/src/libraries/System.Threading.Thread/src/System.Threading.Thread.csproj
+++ b/src/libraries/System.Threading.Thread/src/System.Threading.Thread.csproj
@@ -1,16 +1,19 @@
- true
$(NetCoreAppCurrent)
+ true
false
-
-
-
-
+
+
-
+ $(MSBuildThisFileDirectory)CompatibilitySuppressions.Threading.xml
+
+
+
+
diff --git a/src/libraries/System.Threading.ThreadPool/src/ApiCompatBaseline.Threading.txt b/src/libraries/System.Threading.ThreadPool/src/ApiCompatBaseline.Threading.txt
deleted file mode 100644
index 3dfbafeadd916d..00000000000000
--- a/src/libraries/System.Threading.ThreadPool/src/ApiCompatBaseline.Threading.txt
+++ /dev/null
@@ -1,11 +0,0 @@
-Compat issues with assembly System.Threading.ThreadPool:
-CannotRemoveAttribute : Attribute 'System.Runtime.Versioning.UnsupportedOSPlatformAttribute' exists on 'System.Threading.RegisteredWaitHandle' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.Runtime.Versioning.UnsupportedOSPlatformAttribute' exists on 'System.Threading.ThreadPool.RegisterWaitForSingleObject(System.Threading.WaitHandle, System.Threading.WaitOrTimerCallback, System.Object, System.Int32, System.Boolean)' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.Runtime.Versioning.UnsupportedOSPlatformAttribute' exists on 'System.Threading.ThreadPool.RegisterWaitForSingleObject(System.Threading.WaitHandle, System.Threading.WaitOrTimerCallback, System.Object, System.Int64, System.Boolean)' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.Runtime.Versioning.UnsupportedOSPlatformAttribute' exists on 'System.Threading.ThreadPool.RegisterWaitForSingleObject(System.Threading.WaitHandle, System.Threading.WaitOrTimerCallback, System.Object, System.TimeSpan, System.Boolean)' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.Runtime.Versioning.UnsupportedOSPlatformAttribute' exists on 'System.Threading.ThreadPool.RegisterWaitForSingleObject(System.Threading.WaitHandle, System.Threading.WaitOrTimerCallback, System.Object, System.UInt32, System.Boolean)' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.Runtime.Versioning.UnsupportedOSPlatformAttribute' exists on 'System.Threading.ThreadPool.UnsafeRegisterWaitForSingleObject(System.Threading.WaitHandle, System.Threading.WaitOrTimerCallback, System.Object, System.Int32, System.Boolean)' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.Runtime.Versioning.UnsupportedOSPlatformAttribute' exists on 'System.Threading.ThreadPool.UnsafeRegisterWaitForSingleObject(System.Threading.WaitHandle, System.Threading.WaitOrTimerCallback, System.Object, System.Int64, System.Boolean)' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.Runtime.Versioning.UnsupportedOSPlatformAttribute' exists on 'System.Threading.ThreadPool.UnsafeRegisterWaitForSingleObject(System.Threading.WaitHandle, System.Threading.WaitOrTimerCallback, System.Object, System.TimeSpan, System.Boolean)' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.Runtime.Versioning.UnsupportedOSPlatformAttribute' exists on 'System.Threading.ThreadPool.UnsafeRegisterWaitForSingleObject(System.Threading.WaitHandle, System.Threading.WaitOrTimerCallback, System.Object, System.UInt32, System.Boolean)' in the contract but not the implementation.
-Total Issues: 9
diff --git a/src/libraries/System.Threading.ThreadPool/src/CompatibilitySuppressions.Threading.xml b/src/libraries/System.Threading.ThreadPool/src/CompatibilitySuppressions.Threading.xml
new file mode 100644
index 00000000000000..cd037beb6b0137
--- /dev/null
+++ b/src/libraries/System.Threading.ThreadPool/src/CompatibilitySuppressions.Threading.xml
@@ -0,0 +1,39 @@
+
+
+
+ CP0014
+ M:System.Threading.ThreadPool.RegisterWaitForSingleObject(System.Threading.WaitHandle,System.Threading.WaitOrTimerCallback,System.Object,System.Int32,System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute]
+
+
+ CP0014
+ M:System.Threading.ThreadPool.RegisterWaitForSingleObject(System.Threading.WaitHandle,System.Threading.WaitOrTimerCallback,System.Object,System.Int64,System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute]
+
+
+ CP0014
+ M:System.Threading.ThreadPool.RegisterWaitForSingleObject(System.Threading.WaitHandle,System.Threading.WaitOrTimerCallback,System.Object,System.TimeSpan,System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute]
+
+
+ CP0014
+ M:System.Threading.ThreadPool.RegisterWaitForSingleObject(System.Threading.WaitHandle,System.Threading.WaitOrTimerCallback,System.Object,System.UInt32,System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute]
+
+
+ CP0014
+ M:System.Threading.ThreadPool.UnsafeRegisterWaitForSingleObject(System.Threading.WaitHandle,System.Threading.WaitOrTimerCallback,System.Object,System.Int32,System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute]
+
+
+ CP0014
+ M:System.Threading.ThreadPool.UnsafeRegisterWaitForSingleObject(System.Threading.WaitHandle,System.Threading.WaitOrTimerCallback,System.Object,System.Int64,System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute]
+
+
+ CP0014
+ M:System.Threading.ThreadPool.UnsafeRegisterWaitForSingleObject(System.Threading.WaitHandle,System.Threading.WaitOrTimerCallback,System.Object,System.TimeSpan,System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute]
+
+
+ CP0014
+ M:System.Threading.ThreadPool.UnsafeRegisterWaitForSingleObject(System.Threading.WaitHandle,System.Threading.WaitOrTimerCallback,System.Object,System.UInt32,System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute]
+
+
+ CP0014
+ T:System.Threading.RegisteredWaitHandle:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute]
+
+
\ No newline at end of file
diff --git a/src/libraries/System.Threading.ThreadPool/src/System.Threading.ThreadPool.csproj b/src/libraries/System.Threading.ThreadPool/src/System.Threading.ThreadPool.csproj
index 051ec503dc2450..7f5ca51a52c5d5 100644
--- a/src/libraries/System.Threading.ThreadPool/src/System.Threading.ThreadPool.csproj
+++ b/src/libraries/System.Threading.ThreadPool/src/System.Threading.ThreadPool.csproj
@@ -6,10 +6,10 @@
-
+
-
-
+ $(MSBuildThisFileDirectory)CompatibilitySuppressions.Threading.xml
+
diff --git a/src/libraries/System.Threading/src/MatchingRefApiCompatBaseline.txt b/src/libraries/System.Threading/src/MatchingRefApiCompatBaseline.txt
deleted file mode 100644
index 25ebfb2eb7a6c1..00000000000000
--- a/src/libraries/System.Threading/src/MatchingRefApiCompatBaseline.txt
+++ /dev/null
@@ -1,3 +0,0 @@
-Compat issues with assembly System.Threading:
-MembersMustExist : Member 'System.Threading.Monitor.LockContentionCount.get()' does not exist in the reference but it does exist in the implementation.
-Total Issues: 1
diff --git a/src/libraries/System.Xml.ReaderWriter/ApiCompatExcludedAttributes.txt b/src/libraries/System.Xml.ReaderWriter/ApiCompatExcludedAttributes.txt
deleted file mode 100644
index 8af0e4658712f5..00000000000000
--- a/src/libraries/System.Xml.ReaderWriter/ApiCompatExcludedAttributes.txt
+++ /dev/null
@@ -1,3 +0,0 @@
-// ObsoleteAttribute applied on IApplicationResourceStreamResolver doesn't match
-
-T:System.ObsoleteAttribute
diff --git a/src/libraries/System.Xml.ReaderWriter/src/CompatibilitySuppressions.xml b/src/libraries/System.Xml.ReaderWriter/src/CompatibilitySuppressions.xml
new file mode 100644
index 00000000000000..43b6d281a72e18
--- /dev/null
+++ b/src/libraries/System.Xml.ReaderWriter/src/CompatibilitySuppressions.xml
@@ -0,0 +1,8 @@
+
+
+
+
+ CP0015
+ T:System.Xml.IApplicationResourceStreamResolver:[T:System.ObsoleteAttribute]
+
+
\ No newline at end of file
diff --git a/src/libraries/apicompat/ApiCompat.proj b/src/libraries/apicompat/ApiCompat.proj
index d012f2da5fbedc..1ef37e902d976c 100644
--- a/src/libraries/apicompat/ApiCompat.proj
+++ b/src/libraries/apicompat/ApiCompat.proj
@@ -7,11 +7,10 @@
true
true
- true
- $(MSBuildThisFileDirectory)ApiCompatBaseline.netstandard2.0.txt
- $(MSBuildThisFileDirectory)ApiCompatBaseline.netstandard2.1.txt
- $(MSBuildThisFileDirectory)ApiCompatBaseline.NetCoreAppLatestStable.txt
+ $(MSBuildThisFileDirectory)ApiCompatBaseline.NetCoreAppLatestStable.xml
+ $(MSBuildThisFileDirectory)ApiCompatBaseline.netstandard2.1.xml
+ $(MSBuildThisFileDirectory)ApiCompatBaseline.netstandard2.0.xml
@@ -19,6 +18,13 @@
+
+
+
+
+
+
+
-
+
-
- $(ApiCompatNetStandard21BaselineFile)
- $(ApiCompatNetStandard20BaselineFile)
- $(ApiCompatNetCoreAppLatestStableBaselineFile)
-
-
-
-
-
+
+
-
-
-
-
+
-
-
-
-
-
-
-
-
-
-
+
..ctor(System.Collections.Generic.IEnumerable)' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute' exists on 'System.Linq.EnumerableQuery..ctor(System.Linq.Expressions.Expression)' in the contract but not the implementation.
-CannotChangeAttribute : Attribute 'System.Runtime.Versioning.UnsupportedOSPlatformAttribute' on 'System.Net.Http.HttpClientHandler.Proxy' changed from '[UnsupportedOSPlatformAttribute("browser")]' in the contract to '[UnsupportedOSPlatformAttribute("browser")]' in the implementation.
-CannotRemoveAttribute : Attribute 'System.Runtime.CompilerServices.IsReadOnlyAttribute' exists on 'System.Numerics.Vector.CopyTo(System.Span)' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.Runtime.CompilerServices.IsReadOnlyAttribute' exists on 'System.Numerics.Vector.CopyTo(System.Span)' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.Runtime.CompilerServices.IsReadOnlyAttribute' exists on 'System.Numerics.Vector.CopyTo(T[])' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.Runtime.CompilerServices.IsReadOnlyAttribute' exists on 'System.Numerics.Vector.CopyTo(T[], System.Int32)' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.Runtime.CompilerServices.IsReadOnlyAttribute' exists on 'System.Numerics.Vector.Equals(System.Numerics.Vector)' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.Runtime.CompilerServices.IsReadOnlyAttribute' exists on 'System.Numerics.Vector.Equals(System.Object)' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.Runtime.CompilerServices.IsReadOnlyAttribute' exists on 'System.Numerics.Vector.GetHashCode()' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.Runtime.CompilerServices.IsReadOnlyAttribute' exists on 'System.Numerics.Vector.Item.get(System.Int32)' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.Runtime.CompilerServices.IsReadOnlyAttribute' exists on 'System.Numerics.Vector.ToString()' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.Runtime.CompilerServices.IsReadOnlyAttribute' exists on 'System.Numerics.Vector.ToString(System.String)' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.Runtime.CompilerServices.IsReadOnlyAttribute' exists on 'System.Numerics.Vector.ToString(System.String, System.IFormatProvider)' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.Runtime.CompilerServices.IsReadOnlyAttribute' exists on 'System.Numerics.Vector.TryCopyTo(System.Span)' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.Runtime.CompilerServices.IsReadOnlyAttribute' exists on 'System.Numerics.Vector.TryCopyTo(System.Span)' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.Runtime.Versioning.RequiresPreviewFeaturesAttribute' exists on 'System.String System.Runtime.CompilerServices.RuntimeFeature.VirtualStaticsInInterfaces' in the contract but not the implementation.
-CannotChangeAttribute : Attribute 'System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute' on 'System.Runtime.Serialization.Formatter.Deserialize(System.IO.Stream)' changed from '[RequiresUnreferencedCodeAttribute("BinaryFormatter serialization is not trim compatible because the Type of objects being processed cannot be statically discovered.")]' in the contract to '[RequiresUnreferencedCodeAttribute("BinaryFormatter serialization is not trim compatible because the type of objects being processed cannot be statically discovered.")]' in the implementation.
-CannotChangeAttribute : Attribute 'System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute' on 'System.Runtime.Serialization.Formatter.Serialize(System.IO.Stream, System.Object)' changed from '[RequiresUnreferencedCodeAttribute("BinaryFormatter serialization is not trim compatible because the Type of objects being processed cannot be statically discovered.")]' in the contract to '[RequiresUnreferencedCodeAttribute("BinaryFormatter serialization is not trim compatible because the type of objects being processed cannot be statically discovered.")]' in the implementation.
-CannotChangeAttribute : Attribute 'System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute' on 'System.Runtime.Serialization.IFormatter.Deserialize(System.IO.Stream)' changed from '[RequiresUnreferencedCodeAttribute("BinaryFormatter serialization is not trim compatible because the Type of objects being processed cannot be statically discovered.")]' in the contract to '[RequiresUnreferencedCodeAttribute("BinaryFormatter serialization is not trim compatible because the type of objects being processed cannot be statically discovered.")]' in the implementation.
-CannotChangeAttribute : Attribute 'System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute' on 'System.Runtime.Serialization.IFormatter.Serialize(System.IO.Stream, System.Object)' changed from '[RequiresUnreferencedCodeAttribute("BinaryFormatter serialization is not trim compatible because the Type of objects being processed cannot be statically discovered.")]' in the contract to '[RequiresUnreferencedCodeAttribute("BinaryFormatter serialization is not trim compatible because the type of objects being processed cannot be statically discovered.")]' in the implementation.
-CannotChangeAttribute : Attribute 'System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute' on 'System.Runtime.Serialization.ObjectManager.DoFixups()' changed from '[RequiresUnreferencedCodeAttribute("ObjectManager is not trim compatible because the Type of objects being managed cannot be statically discovered.")]' in the contract to '[RequiresUnreferencedCodeAttribute("ObjectManager is not trim compatible because the type of objects being managed cannot be statically discovered.")]' in the implementation.
-CannotChangeAttribute : Attribute 'System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute' on 'System.Runtime.Serialization.ObjectManager.RaiseOnDeserializingEvent(System.Object)' changed from '[RequiresUnreferencedCodeAttribute("ObjectManager is not trim compatible because the Type of objects being managed cannot be statically discovered.")]' in the contract to '[RequiresUnreferencedCodeAttribute("ObjectManager is not trim compatible because the type of objects being managed cannot be statically discovered.")]' in the implementation.
-CannotChangeAttribute : Attribute 'System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute' on 'System.Runtime.Serialization.ObjectManager.RegisterObject(System.Object, System.Int64)' changed from '[RequiresUnreferencedCodeAttribute("ObjectManager is not trim compatible because the Type of objects being managed cannot be statically discovered.")]' in the contract to '[RequiresUnreferencedCodeAttribute("ObjectManager is not trim compatible because the type of objects being managed cannot be statically discovered.")]' in the implementation.
-CannotChangeAttribute : Attribute 'System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute' on 'System.Runtime.Serialization.ObjectManager.RegisterObject(System.Object, System.Int64, System.Runtime.Serialization.SerializationInfo)' changed from '[RequiresUnreferencedCodeAttribute("ObjectManager is not trim compatible because the Type of objects being managed cannot be statically discovered.")]' in the contract to '[RequiresUnreferencedCodeAttribute("ObjectManager is not trim compatible because the type of objects being managed cannot be statically discovered.")]' in the implementation.
-CannotChangeAttribute : Attribute 'System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute' on 'System.Runtime.Serialization.ObjectManager.RegisterObject(System.Object, System.Int64, System.Runtime.Serialization.SerializationInfo, System.Int64, System.Reflection.MemberInfo)' changed from '[RequiresUnreferencedCodeAttribute("ObjectManager is not trim compatible because the Type of objects being managed cannot be statically discovered.")]' in the contract to '[RequiresUnreferencedCodeAttribute("ObjectManager is not trim compatible because the type of objects being managed cannot be statically discovered.")]' in the implementation.
-CannotChangeAttribute : Attribute 'System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute' on 'System.Runtime.Serialization.ObjectManager.RegisterObject(System.Object, System.Int64, System.Runtime.Serialization.SerializationInfo, System.Int64, System.Reflection.MemberInfo, System.Int32[])' changed from '[RequiresUnreferencedCodeAttribute("ObjectManager is not trim compatible because the Type of objects being managed cannot be statically discovered.")]' in the contract to '[RequiresUnreferencedCodeAttribute("ObjectManager is not trim compatible because the type of objects being managed cannot be statically discovered.")]' in the implementation.
-CannotChangeAttribute : Attribute 'System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute' on 'System.Runtime.Serialization.SerializationObjectManager.RegisterObject(System.Object)' changed from '[RequiresUnreferencedCodeAttribute("SerializationObjectManager is not trim compatible because the Type of objects being managed cannot be statically discovered.")]' in the contract to '[RequiresUnreferencedCodeAttribute("SerializationObjectManager is not trim compatible because the type of objects being managed cannot be statically discovered.")]' in the implementation.
-CannotChangeAttribute : Attribute 'System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute' on 'System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Deserialize(System.IO.Stream)' changed from '[RequiresUnreferencedCodeAttribute("BinaryFormatter serialization is not trim compatible because the Type of objects being processed cannot be statically discovered.")]' in the contract to '[RequiresUnreferencedCodeAttribute("BinaryFormatter serialization is not trim compatible because the type of objects being processed cannot be statically discovered.")]' in the implementation.
-CannotChangeAttribute : Attribute 'System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute' on 'System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Serialize(System.IO.Stream, System.Object)' changed from '[RequiresUnreferencedCodeAttribute("BinaryFormatter serialization is not trim compatible because the Type of objects being processed cannot be statically discovered.")]' in the contract to '[RequiresUnreferencedCodeAttribute("BinaryFormatter serialization is not trim compatible because the type of objects being processed cannot be statically discovered.")]' in the implementation.
-CannotRemoveAttribute : Attribute 'System.Runtime.Versioning.UnsupportedOSPlatformAttribute' exists on 'System.Security.Cryptography.Aes' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.Runtime.Versioning.UnsupportedOSPlatformAttribute' exists on 'System.Security.Cryptography.AsymmetricKeyExchangeDeformatter' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.Runtime.Versioning.UnsupportedOSPlatformAttribute' exists on 'System.Security.Cryptography.AsymmetricKeyExchangeFormatter' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.Runtime.Versioning.UnsupportedOSPlatformAttribute' exists on 'System.Security.Cryptography.AsymmetricSignatureDeformatter' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.Runtime.Versioning.UnsupportedOSPlatformAttribute' exists on 'System.Security.Cryptography.AsymmetricSignatureFormatter' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.Runtime.Versioning.UnsupportedOSPlatformAttribute' exists on 'System.Security.Cryptography.DeriveBytes' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.Runtime.Versioning.UnsupportedOSPlatformAttribute' exists on 'System.Security.Cryptography.DES' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.Runtime.Versioning.UnsupportedOSPlatformAttribute' exists on 'System.Security.Cryptography.DSA' in the contract but not the implementation.
-CannotChangeAttribute : Attribute 'System.Runtime.Versioning.UnsupportedOSPlatformAttribute' on 'System.Security.Cryptography.DSA.Create()' changed from '[UnsupportedOSPlatformAttribute("ios")]' in the contract to '[UnsupportedOSPlatformAttribute("browser")]' in the implementation.
-CannotChangeAttribute : Attribute 'System.Runtime.Versioning.UnsupportedOSPlatformAttribute' on 'System.Security.Cryptography.DSA.Create(System.Int32)' changed from '[UnsupportedOSPlatformAttribute("ios")]' in the contract to '[UnsupportedOSPlatformAttribute("browser")]' in the implementation.
-CannotChangeAttribute : Attribute 'System.Runtime.Versioning.UnsupportedOSPlatformAttribute' on 'System.Security.Cryptography.DSA.Create(System.Security.Cryptography.DSAParameters)' changed from '[UnsupportedOSPlatformAttribute("ios")]' in the contract to '[UnsupportedOSPlatformAttribute("browser")]' in the implementation.
-CannotRemoveAttribute : Attribute 'System.Runtime.Versioning.UnsupportedOSPlatformAttribute' exists on 'System.Security.Cryptography.DSASignatureDeformatter' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.Runtime.Versioning.UnsupportedOSPlatformAttribute' exists on 'System.Security.Cryptography.DSASignatureFormatter' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.Runtime.Versioning.UnsupportedOSPlatformAttribute' exists on 'System.Security.Cryptography.ECCurve' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.Runtime.Versioning.UnsupportedOSPlatformAttribute' exists on 'System.Security.Cryptography.ECDiffieHellman' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.Runtime.Versioning.UnsupportedOSPlatformAttribute' exists on 'System.Security.Cryptography.ECDsa' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.Runtime.Versioning.UnsupportedOSPlatformAttribute' exists on 'System.Security.Cryptography.ECParameters' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.Runtime.Versioning.UnsupportedOSPlatformAttribute' exists on 'System.Security.Cryptography.HMACMD5' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.Runtime.Versioning.UnsupportedOSPlatformAttribute' exists on 'System.Security.Cryptography.HMACSHA1' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.Runtime.Versioning.UnsupportedOSPlatformAttribute' exists on 'System.Security.Cryptography.HMACSHA256' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.Runtime.Versioning.UnsupportedOSPlatformAttribute' exists on 'System.Security.Cryptography.HMACSHA384' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.Runtime.Versioning.UnsupportedOSPlatformAttribute' exists on 'System.Security.Cryptography.HMACSHA512' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.Runtime.Versioning.UnsupportedOSPlatformAttribute' exists on 'System.Security.Cryptography.IncrementalHash.CreateHMAC(System.Security.Cryptography.HashAlgorithmName, System.Byte[])' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.Runtime.Versioning.UnsupportedOSPlatformAttribute' exists on 'System.Security.Cryptography.IncrementalHash.CreateHMAC(System.Security.Cryptography.HashAlgorithmName, System.ReadOnlySpan)' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.Runtime.Versioning.UnsupportedOSPlatformAttribute' exists on 'System.Security.Cryptography.MaskGenerationMethod' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.Runtime.Versioning.UnsupportedOSPlatformAttribute' exists on 'System.Security.Cryptography.MD5' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.Runtime.Versioning.UnsupportedOSPlatformAttribute' exists on 'System.Security.Cryptography.PKCS1MaskGenerationMethod' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.Runtime.Versioning.UnsupportedOSPlatformAttribute' exists on 'System.Security.Cryptography.RandomNumberGenerator.Create(System.String)' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.Runtime.Versioning.UnsupportedOSPlatformAttribute' exists on 'System.Security.Cryptography.RC2' in the contract but not the implementation.
-CannotChangeAttribute : Attribute 'System.Runtime.Versioning.UnsupportedOSPlatformAttribute' on 'System.Security.Cryptography.RC2.Create()' changed from '[UnsupportedOSPlatformAttribute("android")]' in the contract to '[UnsupportedOSPlatformAttribute("android")]' in the implementation.
-CannotRemoveAttribute : Attribute 'System.Runtime.Versioning.UnsupportedOSPlatformAttribute' exists on 'System.Security.Cryptography.Rfc2898DeriveBytes' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.Runtime.Versioning.UnsupportedOSPlatformAttribute' exists on 'System.Security.Cryptography.Rijndael' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.Runtime.Versioning.UnsupportedOSPlatformAttribute' exists on 'System.Security.Cryptography.RSA' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.Runtime.Versioning.UnsupportedOSPlatformAttribute' exists on 'System.Security.Cryptography.RSAEncryptionPadding' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.Runtime.Versioning.UnsupportedOSPlatformAttribute' exists on 'System.Security.Cryptography.RSAOAEPKeyExchangeDeformatter' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.Runtime.Versioning.UnsupportedOSPlatformAttribute' exists on 'System.Security.Cryptography.RSAOAEPKeyExchangeFormatter' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.Runtime.Versioning.UnsupportedOSPlatformAttribute' exists on 'System.Security.Cryptography.RSAPKCS1KeyExchangeDeformatter' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.Runtime.Versioning.UnsupportedOSPlatformAttribute' exists on 'System.Security.Cryptography.RSAPKCS1KeyExchangeFormatter' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.Runtime.Versioning.UnsupportedOSPlatformAttribute' exists on 'System.Security.Cryptography.RSASignaturePadding' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.Runtime.Versioning.UnsupportedOSPlatformAttribute' exists on 'System.Security.Cryptography.SignatureDescription' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.Runtime.Versioning.UnsupportedOSPlatformAttribute' exists on 'System.Security.Cryptography.TripleDES' in the contract but not the implementation.
-CannotChangeAttribute : Attribute 'System.Runtime.Versioning.UnsupportedOSPlatformAttribute' on 'System.Security.Cryptography.X509Certificates.PublicKey.GetDSAPublicKey()' changed from '[UnsupportedOSPlatformAttribute("ios")]' in the contract to '[UnsupportedOSPlatformAttribute("browser")]' in the implementation.
-Compat issues with assembly System:
-CannotChangeAttribute : Attribute 'System.Runtime.Versioning.SupportedOSPlatformAttribute' on 'System.Diagnostics.Process.MaxWorkingSet.set(System.IntPtr)' changed from '[SupportedOSPlatformAttribute("freebsd")]' in the contract to '[SupportedOSPlatformAttribute("freebsd")]' in the implementation.
-CannotChangeAttribute : Attribute 'System.Runtime.Versioning.SupportedOSPlatformAttribute' on 'System.Diagnostics.Process.MinWorkingSet.set(System.IntPtr)' changed from '[SupportedOSPlatformAttribute("freebsd")]' in the contract to '[SupportedOSPlatformAttribute("freebsd")]' in the implementation.
-CannotChangeAttribute : Attribute 'System.Runtime.Versioning.UnsupportedOSPlatformAttribute' on 'System.Security.Cryptography.X509Certificates.PublicKey.GetDSAPublicKey()' changed from '[UnsupportedOSPlatformAttribute("ios")]' in the contract to '[UnsupportedOSPlatformAttribute("browser")]' in the implementation.
-Compat issues with assembly System.Core:
-CannotRemoveAttribute : Attribute 'System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute' exists on 'System.Linq.EnumerableQuery..ctor(System.Collections.Generic.IEnumerable)' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute' exists on 'System.Linq.EnumerableQuery..ctor(System.Linq.Expressions.Expression)' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.Runtime.Versioning.UnsupportedOSPlatformAttribute' exists on 'System.Security.Cryptography.Aes' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.Runtime.Versioning.UnsupportedOSPlatformAttribute' exists on 'System.Security.Cryptography.ECCurve' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.Runtime.Versioning.UnsupportedOSPlatformAttribute' exists on 'System.Security.Cryptography.ECDiffieHellman' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.Runtime.Versioning.UnsupportedOSPlatformAttribute' exists on 'System.Security.Cryptography.ECDsa' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.Runtime.Versioning.UnsupportedOSPlatformAttribute' exists on 'System.Security.Cryptography.ECParameters' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.Runtime.Versioning.UnsupportedOSPlatformAttribute' exists on 'System.Security.Cryptography.IncrementalHash.CreateHMAC(System.Security.Cryptography.HashAlgorithmName, System.Byte[])' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.Runtime.Versioning.UnsupportedOSPlatformAttribute' exists on 'System.Security.Cryptography.IncrementalHash.CreateHMAC(System.Security.Cryptography.HashAlgorithmName, System.ReadOnlySpan)' in the contract but not the implementation.
-Compat issues with assembly System.Diagnostics.Process:
-CannotChangeAttribute : Attribute 'System.Runtime.Versioning.SupportedOSPlatformAttribute' on 'System.Diagnostics.Process.MaxWorkingSet.set(System.IntPtr)' changed from '[SupportedOSPlatformAttribute("freebsd")]' in the contract to '[SupportedOSPlatformAttribute("freebsd")]' in the implementation.
-CannotChangeAttribute : Attribute 'System.Runtime.Versioning.SupportedOSPlatformAttribute' on 'System.Diagnostics.Process.MinWorkingSet.set(System.IntPtr)' changed from '[SupportedOSPlatformAttribute("freebsd")]' in the contract to '[SupportedOSPlatformAttribute("freebsd")]' in the implementation.
-Compat issues with assembly System.IO.FileSystem:
-CannotChangeAttribute : Attribute 'System.Runtime.Versioning.UnsupportedOSPlatformAttribute' on 'System.IO.FileStream.Lock(System.Int64, System.Int64)' changed from '[UnsupportedOSPlatformAttribute("ios")]' in the contract to '[UnsupportedOSPlatformAttribute("freebsd")]' in the implementation.
-CannotChangeAttribute : Attribute 'System.Runtime.Versioning.UnsupportedOSPlatformAttribute' on 'System.IO.FileStream.Unlock(System.Int64, System.Int64)' changed from '[UnsupportedOSPlatformAttribute("ios")]' in the contract to '[UnsupportedOSPlatformAttribute("freebsd")]' in the implementation.
-Compat issues with assembly System.Linq.Queryable:
-CannotRemoveAttribute : Attribute 'System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute' exists on 'System.Linq.EnumerableQuery..ctor(System.Collections.Generic.IEnumerable)' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute' exists on 'System.Linq.EnumerableQuery..ctor(System.Linq.Expressions.Expression)' in the contract but not the implementation.
-Compat issues with assembly System.Net.Http:
-CannotChangeAttribute : Attribute 'System.Runtime.Versioning.UnsupportedOSPlatformAttribute' on 'System.Net.Http.HttpClientHandler.Proxy' changed from '[UnsupportedOSPlatformAttribute("browser")]' in the contract to '[UnsupportedOSPlatformAttribute("browser")]' in the implementation.
-Compat issues with assembly System.Net.Security:
-CannotRemoveAttribute : Attribute 'System.Runtime.Versioning.UnsupportedOSPlatformAttribute' exists on 'System.Net.Security.SslCertificateTrust.CreateForX509Collection(System.Security.Cryptography.X509Certificates.X509Certificate2Collection, System.Boolean)' in the contract but not the implementation.
-Compat issues with assembly System.Numerics.Vectors:
-CannotRemoveAttribute : Attribute 'System.Runtime.CompilerServices.IsReadOnlyAttribute' exists on 'System.Numerics.Vector.CopyTo(System.Span)' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.Runtime.CompilerServices.IsReadOnlyAttribute' exists on 'System.Numerics.Vector.CopyTo(System.Span)' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.Runtime.CompilerServices.IsReadOnlyAttribute' exists on 'System.Numerics.Vector.CopyTo(T[])' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.Runtime.CompilerServices.IsReadOnlyAttribute' exists on 'System.Numerics.Vector.CopyTo(T[], System.Int32)' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.Runtime.CompilerServices.IsReadOnlyAttribute' exists on 'System.Numerics.Vector.Equals(System.Numerics.Vector)' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.Runtime.CompilerServices.IsReadOnlyAttribute' exists on 'System.Numerics.Vector.Equals(System.Object)' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.Runtime.CompilerServices.IsReadOnlyAttribute' exists on 'System.Numerics.Vector.GetHashCode()' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.Runtime.CompilerServices.IsReadOnlyAttribute' exists on 'System.Numerics.Vector.Item.get(System.Int32)' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.Runtime.CompilerServices.IsReadOnlyAttribute' exists on 'System.Numerics.Vector.ToString()' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.Runtime.CompilerServices.IsReadOnlyAttribute' exists on 'System.Numerics.Vector.ToString(System.String)' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.Runtime.CompilerServices.IsReadOnlyAttribute' exists on 'System.Numerics.Vector.ToString(System.String, System.IFormatProvider)' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.Runtime.CompilerServices.IsReadOnlyAttribute' exists on 'System.Numerics.Vector.TryCopyTo(System.Span)' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.Runtime.CompilerServices.IsReadOnlyAttribute' exists on 'System.Numerics.Vector.TryCopyTo(System.Span)' in the contract but not the implementation.
-Compat issues with assembly System.Runtime:
-CannotChangeAttribute : Attribute 'System.Runtime.Versioning.UnsupportedOSPlatformAttribute' on 'System.IO.FileStream.Lock(System.Int64, System.Int64)' changed from '[UnsupportedOSPlatformAttribute("ios")]' in the contract to '[UnsupportedOSPlatformAttribute("freebsd")]' in the implementation.
-CannotChangeAttribute : Attribute 'System.Runtime.Versioning.UnsupportedOSPlatformAttribute' on 'System.IO.FileStream.Unlock(System.Int64, System.Int64)' changed from '[UnsupportedOSPlatformAttribute("ios")]' in the contract to '[UnsupportedOSPlatformAttribute("freebsd")]' in the implementation.
-CannotRemoveAttribute : Attribute 'System.Runtime.Versioning.RequiresPreviewFeaturesAttribute' exists on 'System.String System.Runtime.CompilerServices.RuntimeFeature.VirtualStaticsInInterfaces' in the contract but not the implementation.
-Compat issues with assembly System.Runtime.Intrinsics:
-MembersMustExist : Member 'public System.Runtime.Intrinsics.Vector128 System.Runtime.Intrinsics.Vector128.As(System.Runtime.Intrinsics.Vector128)' does not exist in the implementation but it does exist in the contract.
-MembersMustExist : Member 'public System.Runtime.Intrinsics.Vector256 System.Runtime.Intrinsics.Vector256.As(System.Runtime.Intrinsics.Vector256)' does not exist in the implementation but it does exist in the contract.
-MembersMustExist : Member 'public System.Runtime.Intrinsics.Vector64 System.Runtime.Intrinsics.Vector64.As(System.Runtime.Intrinsics.Vector64)' does not exist in the implementation but it does exist in the contract.
-Compat issues with assembly System.Runtime.Serialization.Formatters:
-CannotChangeAttribute : Attribute 'System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute' on 'System.Runtime.Serialization.Formatter.Deserialize(System.IO.Stream)' changed from '[RequiresUnreferencedCodeAttribute("BinaryFormatter serialization is not trim compatible because the Type of objects being processed cannot be statically discovered.")]' in the contract to '[RequiresUnreferencedCodeAttribute("BinaryFormatter serialization is not trim compatible because the type of objects being processed cannot be statically discovered.")]' in the implementation.
-CannotChangeAttribute : Attribute 'System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute' on 'System.Runtime.Serialization.Formatter.Serialize(System.IO.Stream, System.Object)' changed from '[RequiresUnreferencedCodeAttribute("BinaryFormatter serialization is not trim compatible because the Type of objects being processed cannot be statically discovered.")]' in the contract to '[RequiresUnreferencedCodeAttribute("BinaryFormatter serialization is not trim compatible because the type of objects being processed cannot be statically discovered.")]' in the implementation.
-CannotChangeAttribute : Attribute 'System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute' on 'System.Runtime.Serialization.IFormatter.Deserialize(System.IO.Stream)' changed from '[RequiresUnreferencedCodeAttribute("BinaryFormatter serialization is not trim compatible because the Type of objects being processed cannot be statically discovered.")]' in the contract to '[RequiresUnreferencedCodeAttribute("BinaryFormatter serialization is not trim compatible because the type of objects being processed cannot be statically discovered.")]' in the implementation.
-CannotChangeAttribute : Attribute 'System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute' on 'System.Runtime.Serialization.IFormatter.Serialize(System.IO.Stream, System.Object)' changed from '[RequiresUnreferencedCodeAttribute("BinaryFormatter serialization is not trim compatible because the Type of objects being processed cannot be statically discovered.")]' in the contract to '[RequiresUnreferencedCodeAttribute("BinaryFormatter serialization is not trim compatible because the type of objects being processed cannot be statically discovered.")]' in the implementation.
-CannotChangeAttribute : Attribute 'System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute' on 'System.Runtime.Serialization.ObjectManager.DoFixups()' changed from '[RequiresUnreferencedCodeAttribute("ObjectManager is not trim compatible because the Type of objects being managed cannot be statically discovered.")]' in the contract to '[RequiresUnreferencedCodeAttribute("ObjectManager is not trim compatible because the type of objects being managed cannot be statically discovered.")]' in the implementation.
-CannotChangeAttribute : Attribute 'System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute' on 'System.Runtime.Serialization.ObjectManager.RaiseOnDeserializingEvent(System.Object)' changed from '[RequiresUnreferencedCodeAttribute("ObjectManager is not trim compatible because the Type of objects being managed cannot be statically discovered.")]' in the contract to '[RequiresUnreferencedCodeAttribute("ObjectManager is not trim compatible because the type of objects being managed cannot be statically discovered.")]' in the implementation.
-CannotChangeAttribute : Attribute 'System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute' on 'System.Runtime.Serialization.ObjectManager.RegisterObject(System.Object, System.Int64)' changed from '[RequiresUnreferencedCodeAttribute("ObjectManager is not trim compatible because the Type of objects being managed cannot be statically discovered.")]' in the contract to '[RequiresUnreferencedCodeAttribute("ObjectManager is not trim compatible because the type of objects being managed cannot be statically discovered.")]' in the implementation.
-CannotChangeAttribute : Attribute 'System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute' on 'System.Runtime.Serialization.ObjectManager.RegisterObject(System.Object, System.Int64, System.Runtime.Serialization.SerializationInfo)' changed from '[RequiresUnreferencedCodeAttribute("ObjectManager is not trim compatible because the Type of objects being managed cannot be statically discovered.")]' in the contract to '[RequiresUnreferencedCodeAttribute("ObjectManager is not trim compatible because the type of objects being managed cannot be statically discovered.")]' in the implementation.
-CannotChangeAttribute : Attribute 'System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute' on 'System.Runtime.Serialization.ObjectManager.RegisterObject(System.Object, System.Int64, System.Runtime.Serialization.SerializationInfo, System.Int64, System.Reflection.MemberInfo)' changed from '[RequiresUnreferencedCodeAttribute("ObjectManager is not trim compatible because the Type of objects being managed cannot be statically discovered.")]' in the contract to '[RequiresUnreferencedCodeAttribute("ObjectManager is not trim compatible because the type of objects being managed cannot be statically discovered.")]' in the implementation.
-CannotChangeAttribute : Attribute 'System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute' on 'System.Runtime.Serialization.ObjectManager.RegisterObject(System.Object, System.Int64, System.Runtime.Serialization.SerializationInfo, System.Int64, System.Reflection.MemberInfo, System.Int32[])' changed from '[RequiresUnreferencedCodeAttribute("ObjectManager is not trim compatible because the Type of objects being managed cannot be statically discovered.")]' in the contract to '[RequiresUnreferencedCodeAttribute("ObjectManager is not trim compatible because the type of objects being managed cannot be statically discovered.")]' in the implementation.
-CannotChangeAttribute : Attribute 'System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute' on 'System.Runtime.Serialization.SerializationObjectManager.RegisterObject(System.Object)' changed from '[RequiresUnreferencedCodeAttribute("SerializationObjectManager is not trim compatible because the Type of objects being managed cannot be statically discovered.")]' in the contract to '[RequiresUnreferencedCodeAttribute("SerializationObjectManager is not trim compatible because the type of objects being managed cannot be statically discovered.")]' in the implementation.
-CannotChangeAttribute : Attribute 'System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute' on 'System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Deserialize(System.IO.Stream)' changed from '[RequiresUnreferencedCodeAttribute("BinaryFormatter serialization is not trim compatible because the Type of objects being processed cannot be statically discovered.")]' in the contract to '[RequiresUnreferencedCodeAttribute("BinaryFormatter serialization is not trim compatible because the type of objects being processed cannot be statically discovered.")]' in the implementation.
-CannotChangeAttribute : Attribute 'System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute' on 'System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Serialize(System.IO.Stream, System.Object)' changed from '[RequiresUnreferencedCodeAttribute("BinaryFormatter serialization is not trim compatible because the Type of objects being processed cannot be statically discovered.")]' in the contract to '[RequiresUnreferencedCodeAttribute("BinaryFormatter serialization is not trim compatible because the type of objects being processed cannot be statically discovered.")]' in the implementation.
-Compat issues with assembly System.Security.Cryptography.Algorithms:
-CannotRemoveAttribute : Attribute 'System.Runtime.Versioning.UnsupportedOSPlatformAttribute' exists on 'System.Security.Cryptography.Aes' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.Runtime.Versioning.UnsupportedOSPlatformAttribute' exists on 'System.Security.Cryptography.AsymmetricKeyExchangeDeformatter' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.Runtime.Versioning.UnsupportedOSPlatformAttribute' exists on 'System.Security.Cryptography.AsymmetricKeyExchangeFormatter' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.Runtime.Versioning.UnsupportedOSPlatformAttribute' exists on 'System.Security.Cryptography.AsymmetricSignatureDeformatter' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.Runtime.Versioning.UnsupportedOSPlatformAttribute' exists on 'System.Security.Cryptography.AsymmetricSignatureFormatter' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.Runtime.Versioning.UnsupportedOSPlatformAttribute' exists on 'System.Security.Cryptography.DeriveBytes' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.Runtime.Versioning.UnsupportedOSPlatformAttribute' exists on 'System.Security.Cryptography.DES' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.Runtime.Versioning.UnsupportedOSPlatformAttribute' exists on 'System.Security.Cryptography.DSA' in the contract but not the implementation.
-CannotChangeAttribute : Attribute 'System.Runtime.Versioning.UnsupportedOSPlatformAttribute' on 'System.Security.Cryptography.DSA.Create()' changed from '[UnsupportedOSPlatformAttribute("ios")]' in the contract to '[UnsupportedOSPlatformAttribute("browser")]' in the implementation.
-CannotChangeAttribute : Attribute 'System.Runtime.Versioning.UnsupportedOSPlatformAttribute' on 'System.Security.Cryptography.DSA.Create(System.Int32)' changed from '[UnsupportedOSPlatformAttribute("ios")]' in the contract to '[UnsupportedOSPlatformAttribute("browser")]' in the implementation.
-CannotChangeAttribute : Attribute 'System.Runtime.Versioning.UnsupportedOSPlatformAttribute' on 'System.Security.Cryptography.DSA.Create(System.Security.Cryptography.DSAParameters)' changed from '[UnsupportedOSPlatformAttribute("ios")]' in the contract to '[UnsupportedOSPlatformAttribute("browser")]' in the implementation.
-CannotRemoveAttribute : Attribute 'System.Runtime.Versioning.UnsupportedOSPlatformAttribute' exists on 'System.Security.Cryptography.DSASignatureDeformatter' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.Runtime.Versioning.UnsupportedOSPlatformAttribute' exists on 'System.Security.Cryptography.DSASignatureFormatter' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.Runtime.Versioning.UnsupportedOSPlatformAttribute' exists on 'System.Security.Cryptography.ECCurve' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.Runtime.Versioning.UnsupportedOSPlatformAttribute' exists on 'System.Security.Cryptography.ECDiffieHellman' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.Runtime.Versioning.UnsupportedOSPlatformAttribute' exists on 'System.Security.Cryptography.ECDsa' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.Runtime.Versioning.UnsupportedOSPlatformAttribute' exists on 'System.Security.Cryptography.ECParameters' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.Runtime.Versioning.UnsupportedOSPlatformAttribute' exists on 'System.Security.Cryptography.HKDF' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.Runtime.Versioning.UnsupportedOSPlatformAttribute' exists on 'System.Security.Cryptography.HMACMD5' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.Runtime.Versioning.UnsupportedOSPlatformAttribute' exists on 'System.Security.Cryptography.HMACSHA1' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.Runtime.Versioning.UnsupportedOSPlatformAttribute' exists on 'System.Security.Cryptography.HMACSHA256' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.Runtime.Versioning.UnsupportedOSPlatformAttribute' exists on 'System.Security.Cryptography.HMACSHA384' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.Runtime.Versioning.UnsupportedOSPlatformAttribute' exists on 'System.Security.Cryptography.HMACSHA512' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.Runtime.Versioning.UnsupportedOSPlatformAttribute' exists on 'System.Security.Cryptography.IncrementalHash.CreateHMAC(System.Security.Cryptography.HashAlgorithmName, System.Byte[])' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.Runtime.Versioning.UnsupportedOSPlatformAttribute' exists on 'System.Security.Cryptography.IncrementalHash.CreateHMAC(System.Security.Cryptography.HashAlgorithmName, System.ReadOnlySpan)' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.Runtime.Versioning.UnsupportedOSPlatformAttribute' exists on 'System.Security.Cryptography.MaskGenerationMethod' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.Runtime.Versioning.UnsupportedOSPlatformAttribute' exists on 'System.Security.Cryptography.MD5' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.Runtime.Versioning.UnsupportedOSPlatformAttribute' exists on 'System.Security.Cryptography.PKCS1MaskGenerationMethod' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.Runtime.Versioning.UnsupportedOSPlatformAttribute' exists on 'System.Security.Cryptography.RandomNumberGenerator.Create(System.String)' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.Runtime.Versioning.UnsupportedOSPlatformAttribute' exists on 'System.Security.Cryptography.RC2' in the contract but not the implementation.
-CannotChangeAttribute : Attribute 'System.Runtime.Versioning.UnsupportedOSPlatformAttribute' on 'System.Security.Cryptography.RC2.Create()' changed from '[UnsupportedOSPlatformAttribute("android")]' in the contract to '[UnsupportedOSPlatformAttribute("android")]' in the implementation.
-CannotRemoveAttribute : Attribute 'System.Runtime.Versioning.UnsupportedOSPlatformAttribute' exists on 'System.Security.Cryptography.Rfc2898DeriveBytes' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.Runtime.Versioning.UnsupportedOSPlatformAttribute' exists on 'System.Security.Cryptography.Rijndael' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.Runtime.Versioning.UnsupportedOSPlatformAttribute' exists on 'System.Security.Cryptography.RSA' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.Runtime.Versioning.UnsupportedOSPlatformAttribute' exists on 'System.Security.Cryptography.RSAEncryptionPadding' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.Runtime.Versioning.UnsupportedOSPlatformAttribute' exists on 'System.Security.Cryptography.RSAOAEPKeyExchangeDeformatter' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.Runtime.Versioning.UnsupportedOSPlatformAttribute' exists on 'System.Security.Cryptography.RSAOAEPKeyExchangeFormatter' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.Runtime.Versioning.UnsupportedOSPlatformAttribute' exists on 'System.Security.Cryptography.RSAPKCS1KeyExchangeDeformatter' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.Runtime.Versioning.UnsupportedOSPlatformAttribute' exists on 'System.Security.Cryptography.RSAPKCS1KeyExchangeFormatter' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.Runtime.Versioning.UnsupportedOSPlatformAttribute' exists on 'System.Security.Cryptography.RSASignaturePadding' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.Runtime.Versioning.UnsupportedOSPlatformAttribute' exists on 'System.Security.Cryptography.SignatureDescription' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.Runtime.Versioning.UnsupportedOSPlatformAttribute' exists on 'System.Security.Cryptography.TripleDES' in the contract but not the implementation.
-Compat issues with assembly System.Security.Cryptography.X509Certificates:
-CannotChangeAttribute : Attribute 'System.Runtime.Versioning.UnsupportedOSPlatformAttribute' on 'System.Security.Cryptography.X509Certificates.PublicKey.GetDSAPublicKey()' changed from '[UnsupportedOSPlatformAttribute("ios")]' in the contract to '[UnsupportedOSPlatformAttribute("browser")]' in the implementation.
-Compat issues with assembly System.Text.Json:
-CannotMakeTypeAbstract : Type 'System.Text.Json.Serialization.Metadata.JsonTypeInfo' is abstract in the implementation but is not abstract in the contract.
-Total Issues: 223
diff --git a/src/libraries/apicompat/ApiCompatBaseline.NetCoreAppLatestStable.xml b/src/libraries/apicompat/ApiCompatBaseline.NetCoreAppLatestStable.xml
new file mode 100644
index 00000000000000..21c4764e4c0236
--- /dev/null
+++ b/src/libraries/apicompat/ApiCompatBaseline.NetCoreAppLatestStable.xml
@@ -0,0 +1,993 @@
+
+
+
+ CP0002
+ M:System.Runtime.Intrinsics.Vector128.As``2(System.Runtime.Intrinsics.Vector128{``0})
+ net6.0/System.Runtime.Intrinsics.dll
+ net7.0/System.Runtime.Intrinsics.dll
+
+
+ CP0002
+ M:System.Runtime.Intrinsics.Vector256.As``2(System.Runtime.Intrinsics.Vector256{``0})
+ net6.0/System.Runtime.Intrinsics.dll
+ net7.0/System.Runtime.Intrinsics.dll
+
+
+ CP0002
+ M:System.Runtime.Intrinsics.Vector64.As``2(System.Runtime.Intrinsics.Vector64{``0})
+ net6.0/System.Runtime.Intrinsics.dll
+ net7.0/System.Runtime.Intrinsics.dll
+
+
+ CP0014
+ F:System.Runtime.CompilerServices.RuntimeFeature.VirtualStaticsInInterfaces:[T:System.Runtime.Versioning.RequiresPreviewFeaturesAttribute]
+ net6.0/mscorlib.dll
+ net7.0/mscorlib.dll
+
+
+ CP0014
+ M:System.Security.Cryptography.RandomNumberGenerator.Create(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute]
+ net6.0/mscorlib.dll
+ net7.0/mscorlib.dll
+
+
+ CP0014
+ T:System.Security.Cryptography.Aes:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute]
+ net6.0/mscorlib.dll
+ net7.0/mscorlib.dll
+
+
+ CP0014
+ T:System.Security.Cryptography.AsymmetricKeyExchangeDeformatter:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute]
+ net6.0/mscorlib.dll
+ net7.0/mscorlib.dll
+
+
+ CP0014
+ T:System.Security.Cryptography.AsymmetricKeyExchangeFormatter:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute]
+ net6.0/mscorlib.dll
+ net7.0/mscorlib.dll
+
+
+ CP0014
+ T:System.Security.Cryptography.AsymmetricSignatureDeformatter:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute]
+ net6.0/mscorlib.dll
+ net7.0/mscorlib.dll
+
+
+ CP0014
+ T:System.Security.Cryptography.AsymmetricSignatureFormatter:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute]
+ net6.0/mscorlib.dll
+ net7.0/mscorlib.dll
+
+
+ CP0014
+ T:System.Security.Cryptography.DeriveBytes:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute]
+ net6.0/mscorlib.dll
+ net7.0/mscorlib.dll
+
+
+ CP0014
+ T:System.Security.Cryptography.DES:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute]
+ net6.0/mscorlib.dll
+ net7.0/mscorlib.dll
+
+
+ CP0014
+ T:System.Security.Cryptography.DSA:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute]
+ net6.0/mscorlib.dll
+ net7.0/mscorlib.dll
+
+
+ CP0014
+ T:System.Security.Cryptography.DSASignatureDeformatter:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute]
+ net6.0/mscorlib.dll
+ net7.0/mscorlib.dll
+
+
+ CP0014
+ T:System.Security.Cryptography.DSASignatureFormatter:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute]
+ net6.0/mscorlib.dll
+ net7.0/mscorlib.dll
+
+
+ CP0014
+ T:System.Security.Cryptography.HMACMD5:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute]
+ net6.0/mscorlib.dll
+ net7.0/mscorlib.dll
+
+
+ CP0014
+ T:System.Security.Cryptography.HMACSHA1:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute]
+ net6.0/mscorlib.dll
+ net7.0/mscorlib.dll
+
+
+ CP0014
+ T:System.Security.Cryptography.HMACSHA256:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute]
+ net6.0/mscorlib.dll
+ net7.0/mscorlib.dll
+
+
+ CP0014
+ T:System.Security.Cryptography.HMACSHA384:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute]
+ net6.0/mscorlib.dll
+ net7.0/mscorlib.dll
+
+
+ CP0014
+ T:System.Security.Cryptography.HMACSHA512:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute]
+ net6.0/mscorlib.dll
+ net7.0/mscorlib.dll
+
+
+ CP0014
+ T:System.Security.Cryptography.MaskGenerationMethod:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute]
+ net6.0/mscorlib.dll
+ net7.0/mscorlib.dll
+
+
+ CP0014
+ T:System.Security.Cryptography.MD5:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute]
+ net6.0/mscorlib.dll
+ net7.0/mscorlib.dll
+
+
+ CP0014
+ T:System.Security.Cryptography.PKCS1MaskGenerationMethod:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute]
+ net6.0/mscorlib.dll
+ net7.0/mscorlib.dll
+
+
+ CP0014
+ T:System.Security.Cryptography.RC2:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute]
+ net6.0/mscorlib.dll
+ net7.0/mscorlib.dll
+
+
+ CP0014
+ T:System.Security.Cryptography.Rfc2898DeriveBytes:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute]
+ net6.0/mscorlib.dll
+ net7.0/mscorlib.dll
+
+
+ CP0014
+ T:System.Security.Cryptography.Rijndael:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute]
+ net6.0/mscorlib.dll
+ net7.0/mscorlib.dll
+
+
+ CP0014
+ T:System.Security.Cryptography.RSA:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute]
+ net6.0/mscorlib.dll
+ net7.0/mscorlib.dll
+
+
+ CP0014
+ T:System.Security.Cryptography.RSAEncryptionPadding:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute]
+ net6.0/mscorlib.dll
+ net7.0/mscorlib.dll
+
+
+ CP0014
+ T:System.Security.Cryptography.RSAOAEPKeyExchangeDeformatter:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute]
+ net6.0/mscorlib.dll
+ net7.0/mscorlib.dll
+
+
+ CP0014
+ T:System.Security.Cryptography.RSAOAEPKeyExchangeFormatter:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute]
+ net6.0/mscorlib.dll
+ net7.0/mscorlib.dll
+
+
+ CP0014
+ T:System.Security.Cryptography.RSAPKCS1KeyExchangeDeformatter:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute]
+ net6.0/mscorlib.dll
+ net7.0/mscorlib.dll
+
+
+ CP0014
+ T:System.Security.Cryptography.RSAPKCS1KeyExchangeFormatter:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute]
+ net6.0/mscorlib.dll
+ net7.0/mscorlib.dll
+
+
+ CP0014
+ T:System.Security.Cryptography.RSASignaturePadding:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute]
+ net6.0/mscorlib.dll
+ net7.0/mscorlib.dll
+
+
+ CP0014
+ T:System.Security.Cryptography.SignatureDescription:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute]
+ net6.0/mscorlib.dll
+ net7.0/mscorlib.dll
+
+
+ CP0014
+ T:System.Security.Cryptography.TripleDES:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute]
+ net6.0/mscorlib.dll
+ net7.0/mscorlib.dll
+
+
+ CP0014
+ F:System.Runtime.CompilerServices.RuntimeFeature.VirtualStaticsInInterfaces:[T:System.Runtime.Versioning.RequiresPreviewFeaturesAttribute]
+ net6.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ M:System.Linq.EnumerableQuery`1.#ctor(System.Collections.Generic.IEnumerable{`0}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute]
+ net6.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ M:System.Linq.EnumerableQuery`1.#ctor(System.Linq.Expressions.Expression):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute]
+ net6.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ M:System.Security.Cryptography.IncrementalHash.CreateHMAC(System.Security.Cryptography.HashAlgorithmName,System.Byte[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute]
+ net6.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ M:System.Security.Cryptography.IncrementalHash.CreateHMAC(System.Security.Cryptography.HashAlgorithmName,System.ReadOnlySpan{System.Byte}):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute]
+ net6.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ M:System.Security.Cryptography.RandomNumberGenerator.Create(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute]
+ net6.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ T:System.Security.Cryptography.Aes:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute]
+ net6.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ T:System.Security.Cryptography.AsymmetricKeyExchangeDeformatter:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute]
+ net6.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ T:System.Security.Cryptography.AsymmetricKeyExchangeFormatter:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute]
+ net6.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ T:System.Security.Cryptography.AsymmetricSignatureDeformatter:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute]
+ net6.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ T:System.Security.Cryptography.AsymmetricSignatureFormatter:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute]
+ net6.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ T:System.Security.Cryptography.DeriveBytes:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute]
+ net6.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ T:System.Security.Cryptography.DES:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute]
+ net6.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ T:System.Security.Cryptography.DSA:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute]
+ net6.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ T:System.Security.Cryptography.DSASignatureDeformatter:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute]
+ net6.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ T:System.Security.Cryptography.DSASignatureFormatter:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute]
+ net6.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ T:System.Security.Cryptography.ECCurve:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute]
+ net6.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ T:System.Security.Cryptography.ECDiffieHellman:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute]
+ net6.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ T:System.Security.Cryptography.ECDsa:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute]
+ net6.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ T:System.Security.Cryptography.ECParameters:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute]
+ net6.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ T:System.Security.Cryptography.HMACMD5:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute]
+ net6.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ T:System.Security.Cryptography.HMACSHA1:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute]
+ net6.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ T:System.Security.Cryptography.HMACSHA256:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute]
+ net6.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ T:System.Security.Cryptography.HMACSHA384:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute]
+ net6.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ T:System.Security.Cryptography.HMACSHA512:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute]
+ net6.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ T:System.Security.Cryptography.MaskGenerationMethod:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute]
+ net6.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ T:System.Security.Cryptography.MD5:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute]
+ net6.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ T:System.Security.Cryptography.PKCS1MaskGenerationMethod:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute]
+ net6.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ T:System.Security.Cryptography.RC2:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute]
+ net6.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ T:System.Security.Cryptography.Rfc2898DeriveBytes:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute]
+ net6.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ T:System.Security.Cryptography.Rijndael:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute]
+ net6.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ T:System.Security.Cryptography.RSA:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute]
+ net6.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ T:System.Security.Cryptography.RSAEncryptionPadding:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute]
+ net6.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ T:System.Security.Cryptography.RSAOAEPKeyExchangeDeformatter:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute]
+ net6.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ T:System.Security.Cryptography.RSAOAEPKeyExchangeFormatter:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute]
+ net6.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ T:System.Security.Cryptography.RSAPKCS1KeyExchangeDeformatter:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute]
+ net6.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ T:System.Security.Cryptography.RSAPKCS1KeyExchangeFormatter:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute]
+ net6.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ T:System.Security.Cryptography.RSASignaturePadding:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute]
+ net6.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ T:System.Security.Cryptography.SignatureDescription:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute]
+ net6.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ T:System.Security.Cryptography.TripleDES:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute]
+ net6.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ M:System.Linq.EnumerableQuery`1.#ctor(System.Collections.Generic.IEnumerable{`0}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute]
+ net6.0/System.Core.dll
+ net7.0/System.Core.dll
+
+
+ CP0014
+ M:System.Linq.EnumerableQuery`1.#ctor(System.Linq.Expressions.Expression):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute]
+ net6.0/System.Core.dll
+ net7.0/System.Core.dll
+
+
+ CP0014
+ M:System.Security.Cryptography.IncrementalHash.CreateHMAC(System.Security.Cryptography.HashAlgorithmName,System.Byte[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute]
+ net6.0/System.Core.dll
+ net7.0/System.Core.dll
+
+
+ CP0014
+ M:System.Security.Cryptography.IncrementalHash.CreateHMAC(System.Security.Cryptography.HashAlgorithmName,System.ReadOnlySpan{System.Byte}):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute]
+ net6.0/System.Core.dll
+ net7.0/System.Core.dll
+
+
+ CP0014
+ T:System.Security.Cryptography.Aes:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute]
+ net6.0/System.Core.dll
+ net7.0/System.Core.dll
+
+
+ CP0014
+ T:System.Security.Cryptography.ECCurve:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute]
+ net6.0/System.Core.dll
+ net7.0/System.Core.dll
+
+
+ CP0014
+ T:System.Security.Cryptography.ECDiffieHellman:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute]
+ net6.0/System.Core.dll
+ net7.0/System.Core.dll
+
+
+ CP0014
+ T:System.Security.Cryptography.ECDsa:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute]
+ net6.0/System.Core.dll
+ net7.0/System.Core.dll
+
+
+ CP0014
+ T:System.Security.Cryptography.ECParameters:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute]
+ net6.0/System.Core.dll
+ net7.0/System.Core.dll
+
+
+ CP0014
+ M:System.Linq.EnumerableQuery`1.#ctor(System.Collections.Generic.IEnumerable{`0}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute]
+ net6.0/System.Linq.Queryable.dll
+ net7.0/System.Linq.Queryable.dll
+
+
+ CP0014
+ M:System.Linq.EnumerableQuery`1.#ctor(System.Linq.Expressions.Expression):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute]
+ net6.0/System.Linq.Queryable.dll
+ net7.0/System.Linq.Queryable.dll
+
+
+ CP0014
+ M:System.Net.Security.SslCertificateTrust.CreateForX509Collection(System.Security.Cryptography.X509Certificates.X509Certificate2Collection,System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute]
+ net6.0/System.Net.Security.dll
+ net7.0/System.Net.Security.dll
+
+
+ CP0014
+ F:System.Runtime.CompilerServices.RuntimeFeature.VirtualStaticsInInterfaces:[T:System.Runtime.Versioning.RequiresPreviewFeaturesAttribute]
+ net6.0/System.Runtime.dll
+ net7.0/System.Runtime.dll
+
+
+ CP0014
+ M:System.Security.Cryptography.IncrementalHash.CreateHMAC(System.Security.Cryptography.HashAlgorithmName,System.Byte[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute]
+ net6.0/System.Security.Cryptography.Algorithms.dll
+ net7.0/System.Security.Cryptography.Algorithms.dll
+
+
+ CP0014
+ M:System.Security.Cryptography.IncrementalHash.CreateHMAC(System.Security.Cryptography.HashAlgorithmName,System.ReadOnlySpan{System.Byte}):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute]
+ net6.0/System.Security.Cryptography.Algorithms.dll
+ net7.0/System.Security.Cryptography.Algorithms.dll
+
+
+ CP0014
+ M:System.Security.Cryptography.RandomNumberGenerator.Create(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute]
+ net6.0/System.Security.Cryptography.Algorithms.dll
+ net7.0/System.Security.Cryptography.Algorithms.dll
+
+
+ CP0014
+ T:System.Security.Cryptography.Aes:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute]
+ net6.0/System.Security.Cryptography.Algorithms.dll
+ net7.0/System.Security.Cryptography.Algorithms.dll
+
+
+ CP0014
+ T:System.Security.Cryptography.AsymmetricKeyExchangeDeformatter:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute]
+ net6.0/System.Security.Cryptography.Algorithms.dll
+ net7.0/System.Security.Cryptography.Algorithms.dll
+
+
+ CP0014
+ T:System.Security.Cryptography.AsymmetricKeyExchangeFormatter:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute]
+ net6.0/System.Security.Cryptography.Algorithms.dll
+ net7.0/System.Security.Cryptography.Algorithms.dll
+
+
+ CP0014
+ T:System.Security.Cryptography.AsymmetricSignatureDeformatter:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute]
+ net6.0/System.Security.Cryptography.Algorithms.dll
+ net7.0/System.Security.Cryptography.Algorithms.dll
+
+
+ CP0014
+ T:System.Security.Cryptography.AsymmetricSignatureFormatter:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute]
+ net6.0/System.Security.Cryptography.Algorithms.dll
+ net7.0/System.Security.Cryptography.Algorithms.dll
+
+
+ CP0014
+ T:System.Security.Cryptography.DeriveBytes:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute]
+ net6.0/System.Security.Cryptography.Algorithms.dll
+ net7.0/System.Security.Cryptography.Algorithms.dll
+
+
+ CP0014
+ T:System.Security.Cryptography.DES:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute]
+ net6.0/System.Security.Cryptography.Algorithms.dll
+ net7.0/System.Security.Cryptography.Algorithms.dll
+
+
+ CP0014
+ T:System.Security.Cryptography.DSA:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute]
+ net6.0/System.Security.Cryptography.Algorithms.dll
+ net7.0/System.Security.Cryptography.Algorithms.dll
+
+
+ CP0014
+ T:System.Security.Cryptography.DSASignatureDeformatter:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute]
+ net6.0/System.Security.Cryptography.Algorithms.dll
+ net7.0/System.Security.Cryptography.Algorithms.dll
+
+
+ CP0014
+ T:System.Security.Cryptography.DSASignatureFormatter:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute]
+ net6.0/System.Security.Cryptography.Algorithms.dll
+ net7.0/System.Security.Cryptography.Algorithms.dll
+
+
+ CP0014
+ T:System.Security.Cryptography.ECCurve:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute]
+ net6.0/System.Security.Cryptography.Algorithms.dll
+ net7.0/System.Security.Cryptography.Algorithms.dll
+
+
+ CP0014
+ T:System.Security.Cryptography.ECDiffieHellman:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute]
+ net6.0/System.Security.Cryptography.Algorithms.dll
+ net7.0/System.Security.Cryptography.Algorithms.dll
+
+
+ CP0014
+ T:System.Security.Cryptography.ECDsa:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute]
+ net6.0/System.Security.Cryptography.Algorithms.dll
+ net7.0/System.Security.Cryptography.Algorithms.dll
+
+
+ CP0014
+ T:System.Security.Cryptography.ECParameters:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute]
+ net6.0/System.Security.Cryptography.Algorithms.dll
+ net7.0/System.Security.Cryptography.Algorithms.dll
+
+
+ CP0014
+ T:System.Security.Cryptography.HKDF:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute]
+ net6.0/System.Security.Cryptography.Algorithms.dll
+ net7.0/System.Security.Cryptography.Algorithms.dll
+
+
+ CP0014
+ T:System.Security.Cryptography.HMACMD5:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute]
+ net6.0/System.Security.Cryptography.Algorithms.dll
+ net7.0/System.Security.Cryptography.Algorithms.dll
+
+
+ CP0014
+ T:System.Security.Cryptography.HMACSHA1:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute]
+ net6.0/System.Security.Cryptography.Algorithms.dll
+ net7.0/System.Security.Cryptography.Algorithms.dll
+
+
+ CP0014
+ T:System.Security.Cryptography.HMACSHA256:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute]
+ net6.0/System.Security.Cryptography.Algorithms.dll
+ net7.0/System.Security.Cryptography.Algorithms.dll
+
+
+ CP0014
+ T:System.Security.Cryptography.HMACSHA384:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute]
+ net6.0/System.Security.Cryptography.Algorithms.dll
+ net7.0/System.Security.Cryptography.Algorithms.dll
+
+
+ CP0014
+ T:System.Security.Cryptography.HMACSHA512:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute]
+ net6.0/System.Security.Cryptography.Algorithms.dll
+ net7.0/System.Security.Cryptography.Algorithms.dll
+
+
+ CP0014
+ T:System.Security.Cryptography.MaskGenerationMethod:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute]
+ net6.0/System.Security.Cryptography.Algorithms.dll
+ net7.0/System.Security.Cryptography.Algorithms.dll
+
+
+ CP0014
+ T:System.Security.Cryptography.MD5:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute]
+ net6.0/System.Security.Cryptography.Algorithms.dll
+ net7.0/System.Security.Cryptography.Algorithms.dll
+
+
+ CP0014
+ T:System.Security.Cryptography.PKCS1MaskGenerationMethod:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute]
+ net6.0/System.Security.Cryptography.Algorithms.dll
+ net7.0/System.Security.Cryptography.Algorithms.dll
+
+
+ CP0014
+ T:System.Security.Cryptography.RC2:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute]
+ net6.0/System.Security.Cryptography.Algorithms.dll
+ net7.0/System.Security.Cryptography.Algorithms.dll
+
+
+ CP0014
+ T:System.Security.Cryptography.Rfc2898DeriveBytes:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute]
+ net6.0/System.Security.Cryptography.Algorithms.dll
+ net7.0/System.Security.Cryptography.Algorithms.dll
+
+
+ CP0014
+ T:System.Security.Cryptography.Rijndael:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute]
+ net6.0/System.Security.Cryptography.Algorithms.dll
+ net7.0/System.Security.Cryptography.Algorithms.dll
+
+
+ CP0014
+ T:System.Security.Cryptography.RSA:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute]
+ net6.0/System.Security.Cryptography.Algorithms.dll
+ net7.0/System.Security.Cryptography.Algorithms.dll
+
+
+ CP0014
+ T:System.Security.Cryptography.RSAEncryptionPadding:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute]
+ net6.0/System.Security.Cryptography.Algorithms.dll
+ net7.0/System.Security.Cryptography.Algorithms.dll
+
+
+ CP0014
+ T:System.Security.Cryptography.RSAOAEPKeyExchangeDeformatter:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute]
+ net6.0/System.Security.Cryptography.Algorithms.dll
+ net7.0/System.Security.Cryptography.Algorithms.dll
+
+
+ CP0014
+ T:System.Security.Cryptography.RSAOAEPKeyExchangeFormatter:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute]
+ net6.0/System.Security.Cryptography.Algorithms.dll
+ net7.0/System.Security.Cryptography.Algorithms.dll
+
+
+ CP0014
+ T:System.Security.Cryptography.RSAPKCS1KeyExchangeDeformatter:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute]
+ net6.0/System.Security.Cryptography.Algorithms.dll
+ net7.0/System.Security.Cryptography.Algorithms.dll
+
+
+ CP0014
+ T:System.Security.Cryptography.RSAPKCS1KeyExchangeFormatter:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute]
+ net6.0/System.Security.Cryptography.Algorithms.dll
+ net7.0/System.Security.Cryptography.Algorithms.dll
+
+
+ CP0014
+ T:System.Security.Cryptography.RSASignaturePadding:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute]
+ net6.0/System.Security.Cryptography.Algorithms.dll
+ net7.0/System.Security.Cryptography.Algorithms.dll
+
+
+ CP0014
+ T:System.Security.Cryptography.SignatureDescription:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute]
+ net6.0/System.Security.Cryptography.Algorithms.dll
+ net7.0/System.Security.Cryptography.Algorithms.dll
+
+
+ CP0014
+ T:System.Security.Cryptography.TripleDES:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute]
+ net6.0/System.Security.Cryptography.Algorithms.dll
+ net7.0/System.Security.Cryptography.Algorithms.dll
+
+
+ CP0015
+ M:System.Runtime.Serialization.Formatter.Deserialize(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute]
+ net6.0/mscorlib.dll
+ net7.0/mscorlib.dll
+
+
+ CP0015
+ M:System.Runtime.Serialization.Formatter.Serialize(System.IO.Stream,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute]
+ net6.0/mscorlib.dll
+ net7.0/mscorlib.dll
+
+
+ CP0015
+ M:System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Deserialize(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute]
+ net6.0/mscorlib.dll
+ net7.0/mscorlib.dll
+
+
+ CP0015
+ M:System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Serialize(System.IO.Stream,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute]
+ net6.0/mscorlib.dll
+ net7.0/mscorlib.dll
+
+
+ CP0015
+ M:System.Runtime.Serialization.IFormatter.Deserialize(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute]
+ net6.0/mscorlib.dll
+ net7.0/mscorlib.dll
+
+
+ CP0015
+ M:System.Runtime.Serialization.IFormatter.Serialize(System.IO.Stream,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute]
+ net6.0/mscorlib.dll
+ net7.0/mscorlib.dll
+
+
+ CP0015
+ M:System.Runtime.Serialization.ObjectManager.DoFixups:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute]
+ net6.0/mscorlib.dll
+ net7.0/mscorlib.dll
+
+
+ CP0015
+ M:System.Runtime.Serialization.ObjectManager.RaiseOnDeserializingEvent(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute]
+ net6.0/mscorlib.dll
+ net7.0/mscorlib.dll
+
+
+ CP0015
+ M:System.Runtime.Serialization.ObjectManager.RegisterObject(System.Object,System.Int64,System.Runtime.Serialization.SerializationInfo,System.Int64,System.Reflection.MemberInfo,System.Int32[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute]
+ net6.0/mscorlib.dll
+ net7.0/mscorlib.dll
+
+
+ CP0015
+ M:System.Runtime.Serialization.ObjectManager.RegisterObject(System.Object,System.Int64,System.Runtime.Serialization.SerializationInfo,System.Int64,System.Reflection.MemberInfo):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute]
+ net6.0/mscorlib.dll
+ net7.0/mscorlib.dll
+
+
+ CP0015
+ M:System.Runtime.Serialization.ObjectManager.RegisterObject(System.Object,System.Int64,System.Runtime.Serialization.SerializationInfo):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute]
+ net6.0/mscorlib.dll
+ net7.0/mscorlib.dll
+
+
+ CP0015
+ M:System.Runtime.Serialization.ObjectManager.RegisterObject(System.Object,System.Int64):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute]
+ net6.0/mscorlib.dll
+ net7.0/mscorlib.dll
+
+
+ CP0015
+ M:System.Runtime.Serialization.SerializationObjectManager.RegisterObject(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute]
+ net6.0/mscorlib.dll
+ net7.0/mscorlib.dll
+
+
+ CP0015
+ M:System.Runtime.Serialization.Formatter.Deserialize(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute]
+ net6.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0015
+ M:System.Runtime.Serialization.Formatter.Serialize(System.IO.Stream,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute]
+ net6.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0015
+ M:System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Deserialize(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute]
+ net6.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0015
+ M:System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Serialize(System.IO.Stream,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute]
+ net6.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0015
+ M:System.Runtime.Serialization.IFormatter.Deserialize(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute]
+ net6.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0015
+ M:System.Runtime.Serialization.IFormatter.Serialize(System.IO.Stream,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute]
+ net6.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0015
+ M:System.Runtime.Serialization.ObjectManager.DoFixups:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute]
+ net6.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0015
+ M:System.Runtime.Serialization.ObjectManager.RaiseOnDeserializingEvent(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute]
+ net6.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0015
+ M:System.Runtime.Serialization.ObjectManager.RegisterObject(System.Object,System.Int64,System.Runtime.Serialization.SerializationInfo,System.Int64,System.Reflection.MemberInfo,System.Int32[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute]
+ net6.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0015
+ M:System.Runtime.Serialization.ObjectManager.RegisterObject(System.Object,System.Int64,System.Runtime.Serialization.SerializationInfo,System.Int64,System.Reflection.MemberInfo):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute]
+ net6.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0015
+ M:System.Runtime.Serialization.ObjectManager.RegisterObject(System.Object,System.Int64,System.Runtime.Serialization.SerializationInfo):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute]
+ net6.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0015
+ M:System.Runtime.Serialization.ObjectManager.RegisterObject(System.Object,System.Int64):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute]
+ net6.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0015
+ M:System.Runtime.Serialization.SerializationObjectManager.RegisterObject(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute]
+ net6.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0015
+ M:System.Runtime.Serialization.Formatter.Deserialize(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute]
+ net6.0/System.Runtime.Serialization.Formatters.dll
+ net7.0/System.Runtime.Serialization.Formatters.dll
+
+
+ CP0015
+ M:System.Runtime.Serialization.Formatter.Serialize(System.IO.Stream,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute]
+ net6.0/System.Runtime.Serialization.Formatters.dll
+ net7.0/System.Runtime.Serialization.Formatters.dll
+
+
+ CP0015
+ M:System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Deserialize(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute]
+ net6.0/System.Runtime.Serialization.Formatters.dll
+ net7.0/System.Runtime.Serialization.Formatters.dll
+
+
+ CP0015
+ M:System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Serialize(System.IO.Stream,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute]
+ net6.0/System.Runtime.Serialization.Formatters.dll
+ net7.0/System.Runtime.Serialization.Formatters.dll
+
+
+ CP0015
+ M:System.Runtime.Serialization.IFormatter.Deserialize(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute]
+ net6.0/System.Runtime.Serialization.Formatters.dll
+ net7.0/System.Runtime.Serialization.Formatters.dll
+
+
+ CP0015
+ M:System.Runtime.Serialization.IFormatter.Serialize(System.IO.Stream,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute]
+ net6.0/System.Runtime.Serialization.Formatters.dll
+ net7.0/System.Runtime.Serialization.Formatters.dll
+
+
+ CP0015
+ M:System.Runtime.Serialization.ObjectManager.DoFixups:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute]
+ net6.0/System.Runtime.Serialization.Formatters.dll
+ net7.0/System.Runtime.Serialization.Formatters.dll
+
+
+ CP0015
+ M:System.Runtime.Serialization.ObjectManager.RaiseOnDeserializingEvent(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute]
+ net6.0/System.Runtime.Serialization.Formatters.dll
+ net7.0/System.Runtime.Serialization.Formatters.dll
+
+
+ CP0015
+ M:System.Runtime.Serialization.ObjectManager.RegisterObject(System.Object,System.Int64,System.Runtime.Serialization.SerializationInfo,System.Int64,System.Reflection.MemberInfo,System.Int32[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute]
+ net6.0/System.Runtime.Serialization.Formatters.dll
+ net7.0/System.Runtime.Serialization.Formatters.dll
+
+
+ CP0015
+ M:System.Runtime.Serialization.ObjectManager.RegisterObject(System.Object,System.Int64,System.Runtime.Serialization.SerializationInfo,System.Int64,System.Reflection.MemberInfo):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute]
+ net6.0/System.Runtime.Serialization.Formatters.dll
+ net7.0/System.Runtime.Serialization.Formatters.dll
+
+
+ CP0015
+ M:System.Runtime.Serialization.ObjectManager.RegisterObject(System.Object,System.Int64,System.Runtime.Serialization.SerializationInfo):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute]
+ net6.0/System.Runtime.Serialization.Formatters.dll
+ net7.0/System.Runtime.Serialization.Formatters.dll
+
+
+ CP0015
+ M:System.Runtime.Serialization.ObjectManager.RegisterObject(System.Object,System.Int64):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute]
+ net6.0/System.Runtime.Serialization.Formatters.dll
+ net7.0/System.Runtime.Serialization.Formatters.dll
+
+
+ CP0015
+ M:System.Runtime.Serialization.SerializationObjectManager.RegisterObject(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute]
+ net6.0/System.Runtime.Serialization.Formatters.dll
+ net7.0/System.Runtime.Serialization.Formatters.dll
+
+
\ No newline at end of file
diff --git a/src/libraries/apicompat/ApiCompatBaseline.netstandard2.0.txt b/src/libraries/apicompat/ApiCompatBaseline.netstandard2.0.txt
deleted file mode 100644
index 455440e0b1c646..00000000000000
--- a/src/libraries/apicompat/ApiCompatBaseline.netstandard2.0.txt
+++ /dev/null
@@ -1,532 +0,0 @@
-Compat issues with assembly mscorlib:
-TypeCannotChangeClassification : Type 'System.RuntimeArgumentHandle' is a 'ref struct' in the implementation but is a 'struct' in the contract.
-TypeCannotChangeClassification : Type 'System.TypedReference' is a 'ref struct' in the implementation but is a 'struct' in the contract.
-CannotRemoveAttribute : Attribute 'System.Runtime.InteropServices.DispIdAttribute' exists on 'System.Collections.IEnumerable.GetEnumerator()' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.Runtime.ExceptionServices.HandleProcessCorruptedStateExceptionsAttribute' exists on 'System.Security.SecureString.AppendChar(System.Char)' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.Runtime.ExceptionServices.HandleProcessCorruptedStateExceptionsAttribute' exists on 'System.Security.SecureString.InsertAt(System.Int32, System.Char)' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.Runtime.ExceptionServices.HandleProcessCorruptedStateExceptionsAttribute' exists on 'System.Security.SecureString.RemoveAt(System.Int32)' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.Runtime.ExceptionServices.HandleProcessCorruptedStateExceptionsAttribute' exists on 'System.Security.SecureString.SetAt(System.Int32, System.Char)' in the contract but not the implementation.
-Compat issues with assembly netstandard:
-TypeCannotChangeClassification : Type 'System.RuntimeArgumentHandle' is a 'ref struct' in the implementation but is a 'struct' in the contract.
-TypeCannotChangeClassification : Type 'System.TypedReference' is a 'ref struct' in the implementation but is a 'struct' in the contract.
-CannotRemoveAttribute : Attribute 'System.Runtime.InteropServices.DispIdAttribute' exists on 'System.Collections.IEnumerable.GetEnumerator()' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DefaultEventAttribute' exists on 'System.ComponentModel.BackgroundWorker' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.BrowsableAttribute' exists on 'System.ComponentModel.BackgroundWorker.CancellationPending' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.BrowsableAttribute' exists on 'System.ComponentModel.BackgroundWorker.IsBusy' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DefaultValueAttribute' exists on 'System.ComponentModel.BackgroundWorker.WorkerReportsProgress' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DefaultValueAttribute' exists on 'System.ComponentModel.BackgroundWorker.WorkerSupportsCancellation' in the contract but not the implementation.
-CannotSealType : Type 'System.ComponentModel.BaseNumberConverter' is effectively (has a private constructor) sealed in the implementation but not sealed in the contract.
-MembersMustExist : Member 'protected void System.ComponentModel.BaseNumberConverter..ctor()' does not exist in the implementation but it does exist in the contract.
-CannotMakeMemberNonVirtual : Member 'public System.Boolean System.ComponentModel.BaseNumberConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext, System.Type)' is non-virtual in the implementation but is virtual in the contract.
-CannotMakeMemberNonVirtual : Member 'public System.Boolean System.ComponentModel.BaseNumberConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext, System.Type)' is non-virtual in the implementation but is virtual in the contract.
-CannotMakeMemberNonVirtual : Member 'public System.Object System.ComponentModel.BaseNumberConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, System.Object)' is non-virtual in the implementation but is virtual in the contract.
-CannotMakeMemberNonVirtual : Member 'public System.Object System.ComponentModel.BaseNumberConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, System.Object, System.Type)' is non-virtual in the implementation but is virtual in the contract.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.BrowsableAttribute' exists on 'System.ComponentModel.RunWorkerCompletedEventArgs.UserState' in the contract but not the implementation.
-CannotSealType : Type 'System.Data.Constraint' is effectively (has a private constructor) sealed in the implementation but not sealed in the contract.
-MembersMustExist : Member 'protected void System.Data.Constraint..ctor()' does not exist in the implementation but it does exist in the contract.
-CannotMakeMemberNonVirtual : Member 'public System.String System.Data.Constraint.ConstraintName' is non-virtual in the implementation but is virtual in the contract.
-CannotMakeMemberNonVirtual : Member 'public System.Data.DataTable System.Data.Constraint.Table' is non-virtual in the implementation but is virtual in the contract.
-CannotMakeMemberNonVirtual : Member 'protected System.Data.DataSet System.Data.Constraint._DataSet' is non-virtual in the implementation but is virtual in the contract.
-CannotMakeMemberNonVirtual : Member 'public System.String System.Data.Constraint.ConstraintName.get()' is non-virtual in the implementation but is virtual in the contract.
-CannotMakeMemberNonVirtual : Member 'public void System.Data.Constraint.ConstraintName.set(System.String)' is non-virtual in the implementation but is virtual in the contract.
-CannotMakeMemberNonVirtual : Member 'public System.Data.DataTable System.Data.Constraint.Table.get()' is non-virtual in the implementation but is virtual in the contract.
-CannotMakeMemberNonVirtual : Member 'public System.String System.Data.Constraint.ToString()' is non-virtual in the implementation but is virtual in the contract.
-CannotMakeMemberNonVirtual : Member 'protected System.Data.DataSet System.Data.Constraint._DataSet.get()' is non-virtual in the implementation but is virtual in the contract.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DefaultEventAttribute' exists on 'System.Diagnostics.Process' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DefaultPropertyAttribute' exists on 'System.Diagnostics.Process' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.BasePriority' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.BrowsableAttribute' exists on 'System.Diagnostics.Process.EnableRaisingEvents' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DefaultValueAttribute' exists on 'System.Diagnostics.Process.EnableRaisingEvents' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.BrowsableAttribute' exists on 'System.Diagnostics.Process.ExitCode' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.ExitCode' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.BrowsableAttribute' exists on 'System.Diagnostics.Process.ExitTime' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.ExitTime' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.BrowsableAttribute' exists on 'System.Diagnostics.Process.Handle' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.Handle' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.HandleCount' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.BrowsableAttribute' exists on 'System.Diagnostics.Process.HasExited' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.HasExited' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.Id' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.BrowsableAttribute' exists on 'System.Diagnostics.Process.MachineName' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.MachineName' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.BrowsableAttribute' exists on 'System.Diagnostics.Process.MainModule' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.MainModule' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.MainWindowHandle' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.MainWindowTitle' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.MaxWorkingSet' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.MinWorkingSet' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.BrowsableAttribute' exists on 'System.Diagnostics.Process.Modules' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.Modules' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.NonpagedSystemMemorySize' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.NonpagedSystemMemorySize64' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.PagedMemorySize' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.PagedMemorySize64' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.PagedSystemMemorySize' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.PagedSystemMemorySize64' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.PeakPagedMemorySize' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.PeakPagedMemorySize64' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.PeakVirtualMemorySize' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.PeakVirtualMemorySize64' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.PeakWorkingSet' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.PeakWorkingSet64' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.PriorityBoostEnabled' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.PriorityClass' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.PrivateMemorySize' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.PrivateMemorySize64' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.PrivilegedProcessorTime' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.ProcessName' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.ProcessorAffinity' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.Responding' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.BrowsableAttribute' exists on 'System.Diagnostics.Process.SafeHandle' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.SafeHandle' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.SessionId' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.BrowsableAttribute' exists on 'System.Diagnostics.Process.StandardError' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.StandardError' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.BrowsableAttribute' exists on 'System.Diagnostics.Process.StandardInput' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.StandardInput' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.BrowsableAttribute' exists on 'System.Diagnostics.Process.StandardOutput' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.StandardOutput' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.BrowsableAttribute' exists on 'System.Diagnostics.Process.StartInfo' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.StartInfo' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.StartTime' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.BrowsableAttribute' exists on 'System.Diagnostics.Process.SynchronizingObject' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DefaultValueAttribute' exists on 'System.Diagnostics.Process.SynchronizingObject' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.BrowsableAttribute' exists on 'System.Diagnostics.Process.Threads' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.Threads' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.TotalProcessorTime' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.UserProcessorTime' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.VirtualMemorySize' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.VirtualMemorySize64' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.WorkingSet' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.WorkingSet64' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.BrowsableAttribute' exists on 'System.Diagnostics.Process.ErrorDataReceived' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.CategoryAttribute' exists on 'System.Diagnostics.Process.Exited' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.BrowsableAttribute' exists on 'System.Diagnostics.Process.OutputDataReceived' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.BrowsableAttribute' exists on 'System.Diagnostics.ProcessModule.FileVersionInfo' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DefaultValueAttribute' exists on 'System.Diagnostics.ProcessStartInfo.Arguments' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.NotifyParentPropertyAttribute' exists on 'System.Diagnostics.ProcessStartInfo.Arguments' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.SettingsBindableAttribute' exists on 'System.Diagnostics.ProcessStartInfo.Arguments' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DefaultValueAttribute' exists on 'System.Diagnostics.ProcessStartInfo.CreateNoWindow' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.NotifyParentPropertyAttribute' exists on 'System.Diagnostics.ProcessStartInfo.CreateNoWindow' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.NotifyParentPropertyAttribute' exists on 'System.Diagnostics.ProcessStartInfo.Domain' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DefaultValueAttribute' exists on 'System.Diagnostics.ProcessStartInfo.Environment' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.ProcessStartInfo.Environment' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.NotifyParentPropertyAttribute' exists on 'System.Diagnostics.ProcessStartInfo.Environment' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DefaultValueAttribute' exists on 'System.Diagnostics.ProcessStartInfo.EnvironmentVariables' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.ProcessStartInfo.EnvironmentVariables' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.NotifyParentPropertyAttribute' exists on 'System.Diagnostics.ProcessStartInfo.EnvironmentVariables' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DefaultValueAttribute' exists on 'System.Diagnostics.ProcessStartInfo.ErrorDialog' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.NotifyParentPropertyAttribute' exists on 'System.Diagnostics.ProcessStartInfo.ErrorDialog' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.BrowsableAttribute' exists on 'System.Diagnostics.ProcessStartInfo.ErrorDialogParentHandle' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.ProcessStartInfo.ErrorDialogParentHandle' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DefaultValueAttribute' exists on 'System.Diagnostics.ProcessStartInfo.FileName' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.NotifyParentPropertyAttribute' exists on 'System.Diagnostics.ProcessStartInfo.FileName' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.SettingsBindableAttribute' exists on 'System.Diagnostics.ProcessStartInfo.FileName' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.NotifyParentPropertyAttribute' exists on 'System.Diagnostics.ProcessStartInfo.LoadUserProfile' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.BrowsableAttribute' exists on 'System.Diagnostics.ProcessStartInfo.PasswordInClearText' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.ProcessStartInfo.PasswordInClearText' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DefaultValueAttribute' exists on 'System.Diagnostics.ProcessStartInfo.RedirectStandardError' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.NotifyParentPropertyAttribute' exists on 'System.Diagnostics.ProcessStartInfo.RedirectStandardError' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DefaultValueAttribute' exists on 'System.Diagnostics.ProcessStartInfo.RedirectStandardInput' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.NotifyParentPropertyAttribute' exists on 'System.Diagnostics.ProcessStartInfo.RedirectStandardInput' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DefaultValueAttribute' exists on 'System.Diagnostics.ProcessStartInfo.RedirectStandardOutput' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.NotifyParentPropertyAttribute' exists on 'System.Diagnostics.ProcessStartInfo.RedirectStandardOutput' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.NotifyParentPropertyAttribute' exists on 'System.Diagnostics.ProcessStartInfo.UserName' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DefaultValueAttribute' exists on 'System.Diagnostics.ProcessStartInfo.UseShellExecute' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.NotifyParentPropertyAttribute' exists on 'System.Diagnostics.ProcessStartInfo.UseShellExecute' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.NotifyParentPropertyAttribute' exists on 'System.Diagnostics.ProcessStartInfo.Verb' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.BrowsableAttribute' exists on 'System.Diagnostics.ProcessStartInfo.Verbs' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.ProcessStartInfo.Verbs' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.NotifyParentPropertyAttribute' exists on 'System.Diagnostics.ProcessStartInfo.WindowStyle' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DefaultValueAttribute' exists on 'System.Diagnostics.ProcessStartInfo.WorkingDirectory' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.NotifyParentPropertyAttribute' exists on 'System.Diagnostics.ProcessStartInfo.WorkingDirectory' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.SettingsBindableAttribute' exists on 'System.Diagnostics.ProcessStartInfo.WorkingDirectory' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.BrowsableAttribute' exists on 'System.Diagnostics.ProcessThread.IdealProcessor' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.BrowsableAttribute' exists on 'System.Diagnostics.ProcessThread.ProcessorAffinity' in the contract but not the implementation.
-CannotChangeAttribute : Attribute 'System.AttributeUsageAttribute' on 'System.Diagnostics.CodeAnalysis.ExcludeFromCodeCoverageAttribute' changed from '[AttributeUsageAttribute(AttributeTargets.Class | AttributeTargets.Constructor | AttributeTargets.Event | AttributeTargets.Method | AttributeTargets.Property | AttributeTargets.Struct, Inherited=false, AllowMultiple=false)]' in the contract to '[AttributeUsageAttribute(AttributeTargets.Assembly | AttributeTargets.Class | AttributeTargets.Constructor | AttributeTargets.Event | AttributeTargets.Method | AttributeTargets.Property | AttributeTargets.Struct, Inherited=false, AllowMultiple=false)]' in the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DefaultEventAttribute' exists on 'System.IO.FileSystemWatcher' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DefaultValueAttribute' exists on 'System.IO.FileSystemWatcher.EnableRaisingEvents' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DefaultValueAttribute' exists on 'System.IO.FileSystemWatcher.Filter' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.SettingsBindableAttribute' exists on 'System.IO.FileSystemWatcher.Filter' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DefaultValueAttribute' exists on 'System.IO.FileSystemWatcher.IncludeSubdirectories' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.BrowsableAttribute' exists on 'System.IO.FileSystemWatcher.InternalBufferSize' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DefaultValueAttribute' exists on 'System.IO.FileSystemWatcher.InternalBufferSize' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DefaultValueAttribute' exists on 'System.IO.FileSystemWatcher.NotifyFilter' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DefaultValueAttribute' exists on 'System.IO.FileSystemWatcher.Path' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.SettingsBindableAttribute' exists on 'System.IO.FileSystemWatcher.Path' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.BrowsableAttribute' exists on 'System.IO.FileSystemWatcher.Site' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.BrowsableAttribute' exists on 'System.IO.FileSystemWatcher.SynchronizingObject' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DefaultValueAttribute' exists on 'System.IO.FileSystemWatcher.SynchronizingObject' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.BrowsableAttribute' exists on 'System.IO.FileSystemWatcher.Error' in the contract but not the implementation.
-CannotSealType : Type 'System.Linq.EnumerableExecutor' is effectively (has a private constructor) sealed in the implementation but not sealed in the contract.
-MembersMustExist : Member 'protected void System.Linq.EnumerableExecutor..ctor()' does not exist in the implementation but it does exist in the contract.
-CannotSealType : Type 'System.Linq.EnumerableQuery' is effectively (has a private constructor) sealed in the implementation but not sealed in the contract.
-MembersMustExist : Member 'protected void System.Linq.EnumerableQuery..ctor()' does not exist in the implementation but it does exist in the contract.
-CannotRemoveAttribute : Attribute 'System.Runtime.ExceptionServices.HandleProcessCorruptedStateExceptionsAttribute' exists on 'System.Security.SecureString.AppendChar(System.Char)' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.Runtime.ExceptionServices.HandleProcessCorruptedStateExceptionsAttribute' exists on 'System.Security.SecureString.InsertAt(System.Int32, System.Char)' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.Runtime.ExceptionServices.HandleProcessCorruptedStateExceptionsAttribute' exists on 'System.Security.SecureString.RemoveAt(System.Int32)' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.Runtime.ExceptionServices.HandleProcessCorruptedStateExceptionsAttribute' exists on 'System.Security.SecureString.SetAt(System.Int32, System.Char)' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.Runtime.Serialization.OptionalFieldAttribute' exists on 'System.TimeSpan System.Text.RegularExpressions.Regex.internalMatchTimeout' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.CategoryAttribute' exists on 'System.Timers.Timer.AutoReset' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.CategoryAttribute' exists on 'System.Timers.Timer.Enabled' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.CategoryAttribute' exists on 'System.Timers.Timer.Interval' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DefaultValueAttribute' exists on 'System.Timers.Timer.Interval' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.SettingsBindableAttribute' exists on 'System.Timers.Timer.Interval' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.BrowsableAttribute' exists on 'System.Timers.Timer.SynchronizingObject' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.CategoryAttribute' exists on 'System.Timers.Timer.Elapsed' in the contract but not the implementation.
-CannotSealType : Type 'System.Xml.Schema.XmlSchemaDatatype' is effectively (has a private constructor) sealed in the implementation but not sealed in the contract.
-MembersMustExist : Member 'protected void System.Xml.Schema.XmlSchemaDatatype..ctor()' does not exist in the implementation but it does exist in the contract.
-CannotMakeMemberNonVirtual : Member 'public System.Xml.XmlTokenizedType System.Xml.Schema.XmlSchemaDatatype.TokenizedType' is non-virtual in the implementation but is virtual in the contract.
-CannotMakeMemberNonVirtual : Member 'public System.Xml.Schema.XmlTypeCode System.Xml.Schema.XmlSchemaDatatype.TypeCode' is non-virtual in the implementation but is virtual in the contract.
-CannotMakeMemberNonVirtual : Member 'public System.Type System.Xml.Schema.XmlSchemaDatatype.ValueType' is non-virtual in the implementation but is virtual in the contract.
-CannotMakeMemberNonVirtual : Member 'public System.Xml.Schema.XmlSchemaDatatypeVariety System.Xml.Schema.XmlSchemaDatatype.Variety' is non-virtual in the implementation but is virtual in the contract.
-CannotMakeMemberNonVirtual : Member 'public System.Object System.Xml.Schema.XmlSchemaDatatype.ChangeType(System.Object, System.Type)' is non-virtual in the implementation but is virtual in the contract.
-CannotMakeMemberNonVirtual : Member 'public System.Object System.Xml.Schema.XmlSchemaDatatype.ChangeType(System.Object, System.Type, System.Xml.IXmlNamespaceResolver)' is non-virtual in the implementation but is virtual in the contract.
-CannotMakeMemberNonVirtual : Member 'public System.Boolean System.Xml.Schema.XmlSchemaDatatype.IsDerivedFrom(System.Xml.Schema.XmlSchemaDatatype)' is non-virtual in the implementation but is virtual in the contract.
-CannotMakeMemberNonVirtual : Member 'public System.Object System.Xml.Schema.XmlSchemaDatatype.ParseValue(System.String, System.Xml.XmlNameTable, System.Xml.IXmlNamespaceResolver)' is non-virtual in the implementation but is virtual in the contract.
-CannotMakeMemberNonVirtual : Member 'public System.Xml.XmlTokenizedType System.Xml.Schema.XmlSchemaDatatype.TokenizedType.get()' is non-virtual in the implementation but is virtual in the contract.
-CannotMakeMemberNonVirtual : Member 'public System.Xml.Schema.XmlTypeCode System.Xml.Schema.XmlSchemaDatatype.TypeCode.get()' is non-virtual in the implementation but is virtual in the contract.
-CannotMakeMemberNonVirtual : Member 'public System.Type System.Xml.Schema.XmlSchemaDatatype.ValueType.get()' is non-virtual in the implementation but is virtual in the contract.
-CannotMakeMemberNonVirtual : Member 'public System.Xml.Schema.XmlSchemaDatatypeVariety System.Xml.Schema.XmlSchemaDatatype.Variety.get()' is non-virtual in the implementation but is virtual in the contract.
-CannotSealType : Type 'System.Xml.Schema.XmlSchemaGroupBase' is effectively (has a private constructor) sealed in the implementation but not sealed in the contract.
-MembersMustExist : Member 'protected void System.Xml.Schema.XmlSchemaGroupBase..ctor()' does not exist in the implementation but it does exist in the contract.
-CannotMakeMemberNonVirtual : Member 'public System.Xml.Schema.XmlSchemaObjectCollection System.Xml.Schema.XmlSchemaGroupBase.Items' is non-virtual in the implementation but is virtual in the contract.
-CannotMakeMemberNonVirtual : Member 'public System.Xml.Schema.XmlSchemaObjectCollection System.Xml.Schema.XmlSchemaGroupBase.Items.get()' is non-virtual in the implementation but is virtual in the contract.
-Compat issues with assembly System:
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DefaultEventAttribute' exists on 'System.ComponentModel.BackgroundWorker' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.BrowsableAttribute' exists on 'System.ComponentModel.BackgroundWorker.CancellationPending' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.BrowsableAttribute' exists on 'System.ComponentModel.BackgroundWorker.IsBusy' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DefaultValueAttribute' exists on 'System.ComponentModel.BackgroundWorker.WorkerReportsProgress' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DefaultValueAttribute' exists on 'System.ComponentModel.BackgroundWorker.WorkerSupportsCancellation' in the contract but not the implementation.
-CannotSealType : Type 'System.ComponentModel.BaseNumberConverter' is effectively (has a private constructor) sealed in the implementation but not sealed in the contract.
-MembersMustExist : Member 'protected void System.ComponentModel.BaseNumberConverter..ctor()' does not exist in the implementation but it does exist in the contract.
-CannotMakeMemberNonVirtual : Member 'public System.Boolean System.ComponentModel.BaseNumberConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext, System.Type)' is non-virtual in the implementation but is virtual in the contract.
-CannotMakeMemberNonVirtual : Member 'public System.Boolean System.ComponentModel.BaseNumberConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext, System.Type)' is non-virtual in the implementation but is virtual in the contract.
-CannotMakeMemberNonVirtual : Member 'public System.Object System.ComponentModel.BaseNumberConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, System.Object)' is non-virtual in the implementation but is virtual in the contract.
-CannotMakeMemberNonVirtual : Member 'public System.Object System.ComponentModel.BaseNumberConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, System.Object, System.Type)' is non-virtual in the implementation but is virtual in the contract.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.BrowsableAttribute' exists on 'System.ComponentModel.RunWorkerCompletedEventArgs.UserState' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DefaultEventAttribute' exists on 'System.Diagnostics.Process' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DefaultPropertyAttribute' exists on 'System.Diagnostics.Process' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.BasePriority' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.BrowsableAttribute' exists on 'System.Diagnostics.Process.EnableRaisingEvents' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DefaultValueAttribute' exists on 'System.Diagnostics.Process.EnableRaisingEvents' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.BrowsableAttribute' exists on 'System.Diagnostics.Process.ExitCode' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.ExitCode' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.BrowsableAttribute' exists on 'System.Diagnostics.Process.ExitTime' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.ExitTime' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.BrowsableAttribute' exists on 'System.Diagnostics.Process.Handle' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.Handle' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.HandleCount' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.BrowsableAttribute' exists on 'System.Diagnostics.Process.HasExited' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.HasExited' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.Id' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.BrowsableAttribute' exists on 'System.Diagnostics.Process.MachineName' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.MachineName' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.BrowsableAttribute' exists on 'System.Diagnostics.Process.MainModule' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.MainModule' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.MainWindowHandle' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.MainWindowTitle' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.MaxWorkingSet' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.MinWorkingSet' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.BrowsableAttribute' exists on 'System.Diagnostics.Process.Modules' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.Modules' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.NonpagedSystemMemorySize' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.NonpagedSystemMemorySize64' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.PagedMemorySize' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.PagedMemorySize64' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.PagedSystemMemorySize' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.PagedSystemMemorySize64' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.PeakPagedMemorySize' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.PeakPagedMemorySize64' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.PeakVirtualMemorySize' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.PeakVirtualMemorySize64' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.PeakWorkingSet' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.PeakWorkingSet64' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.PriorityBoostEnabled' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.PriorityClass' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.PrivateMemorySize' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.PrivateMemorySize64' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.PrivilegedProcessorTime' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.ProcessName' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.ProcessorAffinity' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.Responding' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.BrowsableAttribute' exists on 'System.Diagnostics.Process.SafeHandle' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.SafeHandle' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.SessionId' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.BrowsableAttribute' exists on 'System.Diagnostics.Process.StandardError' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.StandardError' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.BrowsableAttribute' exists on 'System.Diagnostics.Process.StandardInput' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.StandardInput' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.BrowsableAttribute' exists on 'System.Diagnostics.Process.StandardOutput' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.StandardOutput' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.BrowsableAttribute' exists on 'System.Diagnostics.Process.StartInfo' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.StartInfo' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.StartTime' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.BrowsableAttribute' exists on 'System.Diagnostics.Process.SynchronizingObject' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DefaultValueAttribute' exists on 'System.Diagnostics.Process.SynchronizingObject' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.BrowsableAttribute' exists on 'System.Diagnostics.Process.Threads' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.Threads' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.TotalProcessorTime' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.UserProcessorTime' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.VirtualMemorySize' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.VirtualMemorySize64' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.WorkingSet' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.WorkingSet64' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.BrowsableAttribute' exists on 'System.Diagnostics.Process.ErrorDataReceived' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.CategoryAttribute' exists on 'System.Diagnostics.Process.Exited' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.BrowsableAttribute' exists on 'System.Diagnostics.Process.OutputDataReceived' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.BrowsableAttribute' exists on 'System.Diagnostics.ProcessModule.FileVersionInfo' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DefaultValueAttribute' exists on 'System.Diagnostics.ProcessStartInfo.Arguments' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.NotifyParentPropertyAttribute' exists on 'System.Diagnostics.ProcessStartInfo.Arguments' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.SettingsBindableAttribute' exists on 'System.Diagnostics.ProcessStartInfo.Arguments' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DefaultValueAttribute' exists on 'System.Diagnostics.ProcessStartInfo.CreateNoWindow' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.NotifyParentPropertyAttribute' exists on 'System.Diagnostics.ProcessStartInfo.CreateNoWindow' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.NotifyParentPropertyAttribute' exists on 'System.Diagnostics.ProcessStartInfo.Domain' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DefaultValueAttribute' exists on 'System.Diagnostics.ProcessStartInfo.Environment' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.ProcessStartInfo.Environment' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.NotifyParentPropertyAttribute' exists on 'System.Diagnostics.ProcessStartInfo.Environment' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DefaultValueAttribute' exists on 'System.Diagnostics.ProcessStartInfo.EnvironmentVariables' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.ProcessStartInfo.EnvironmentVariables' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.NotifyParentPropertyAttribute' exists on 'System.Diagnostics.ProcessStartInfo.EnvironmentVariables' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DefaultValueAttribute' exists on 'System.Diagnostics.ProcessStartInfo.ErrorDialog' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.NotifyParentPropertyAttribute' exists on 'System.Diagnostics.ProcessStartInfo.ErrorDialog' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.BrowsableAttribute' exists on 'System.Diagnostics.ProcessStartInfo.ErrorDialogParentHandle' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.ProcessStartInfo.ErrorDialogParentHandle' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DefaultValueAttribute' exists on 'System.Diagnostics.ProcessStartInfo.FileName' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.NotifyParentPropertyAttribute' exists on 'System.Diagnostics.ProcessStartInfo.FileName' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.SettingsBindableAttribute' exists on 'System.Diagnostics.ProcessStartInfo.FileName' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.NotifyParentPropertyAttribute' exists on 'System.Diagnostics.ProcessStartInfo.LoadUserProfile' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.BrowsableAttribute' exists on 'System.Diagnostics.ProcessStartInfo.PasswordInClearText' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.ProcessStartInfo.PasswordInClearText' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DefaultValueAttribute' exists on 'System.Diagnostics.ProcessStartInfo.RedirectStandardError' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.NotifyParentPropertyAttribute' exists on 'System.Diagnostics.ProcessStartInfo.RedirectStandardError' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DefaultValueAttribute' exists on 'System.Diagnostics.ProcessStartInfo.RedirectStandardInput' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.NotifyParentPropertyAttribute' exists on 'System.Diagnostics.ProcessStartInfo.RedirectStandardInput' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DefaultValueAttribute' exists on 'System.Diagnostics.ProcessStartInfo.RedirectStandardOutput' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.NotifyParentPropertyAttribute' exists on 'System.Diagnostics.ProcessStartInfo.RedirectStandardOutput' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.NotifyParentPropertyAttribute' exists on 'System.Diagnostics.ProcessStartInfo.UserName' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DefaultValueAttribute' exists on 'System.Diagnostics.ProcessStartInfo.UseShellExecute' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.NotifyParentPropertyAttribute' exists on 'System.Diagnostics.ProcessStartInfo.UseShellExecute' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.NotifyParentPropertyAttribute' exists on 'System.Diagnostics.ProcessStartInfo.Verb' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.BrowsableAttribute' exists on 'System.Diagnostics.ProcessStartInfo.Verbs' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.ProcessStartInfo.Verbs' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.NotifyParentPropertyAttribute' exists on 'System.Diagnostics.ProcessStartInfo.WindowStyle' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DefaultValueAttribute' exists on 'System.Diagnostics.ProcessStartInfo.WorkingDirectory' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.NotifyParentPropertyAttribute' exists on 'System.Diagnostics.ProcessStartInfo.WorkingDirectory' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.SettingsBindableAttribute' exists on 'System.Diagnostics.ProcessStartInfo.WorkingDirectory' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.BrowsableAttribute' exists on 'System.Diagnostics.ProcessThread.IdealProcessor' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.BrowsableAttribute' exists on 'System.Diagnostics.ProcessThread.ProcessorAffinity' in the contract but not the implementation.
-CannotChangeAttribute : Attribute 'System.AttributeUsageAttribute' on 'System.Diagnostics.CodeAnalysis.ExcludeFromCodeCoverageAttribute' changed from '[AttributeUsageAttribute(AttributeTargets.Class | AttributeTargets.Constructor | AttributeTargets.Event | AttributeTargets.Method | AttributeTargets.Property | AttributeTargets.Struct, Inherited=false, AllowMultiple=false)]' in the contract to '[AttributeUsageAttribute(AttributeTargets.Assembly | AttributeTargets.Class | AttributeTargets.Constructor | AttributeTargets.Event | AttributeTargets.Method | AttributeTargets.Property | AttributeTargets.Struct, Inherited=false, AllowMultiple=false)]' in the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DefaultEventAttribute' exists on 'System.IO.FileSystemWatcher' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DefaultValueAttribute' exists on 'System.IO.FileSystemWatcher.EnableRaisingEvents' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DefaultValueAttribute' exists on 'System.IO.FileSystemWatcher.Filter' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.SettingsBindableAttribute' exists on 'System.IO.FileSystemWatcher.Filter' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DefaultValueAttribute' exists on 'System.IO.FileSystemWatcher.IncludeSubdirectories' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.BrowsableAttribute' exists on 'System.IO.FileSystemWatcher.InternalBufferSize' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DefaultValueAttribute' exists on 'System.IO.FileSystemWatcher.InternalBufferSize' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DefaultValueAttribute' exists on 'System.IO.FileSystemWatcher.NotifyFilter' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DefaultValueAttribute' exists on 'System.IO.FileSystemWatcher.Path' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.SettingsBindableAttribute' exists on 'System.IO.FileSystemWatcher.Path' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.BrowsableAttribute' exists on 'System.IO.FileSystemWatcher.Site' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.BrowsableAttribute' exists on 'System.IO.FileSystemWatcher.SynchronizingObject' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DefaultValueAttribute' exists on 'System.IO.FileSystemWatcher.SynchronizingObject' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.BrowsableAttribute' exists on 'System.IO.FileSystemWatcher.Error' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.Runtime.Serialization.OptionalFieldAttribute' exists on 'System.TimeSpan System.Text.RegularExpressions.Regex.internalMatchTimeout' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.CategoryAttribute' exists on 'System.Timers.Timer.AutoReset' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.CategoryAttribute' exists on 'System.Timers.Timer.Enabled' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.CategoryAttribute' exists on 'System.Timers.Timer.Interval' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DefaultValueAttribute' exists on 'System.Timers.Timer.Interval' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.SettingsBindableAttribute' exists on 'System.Timers.Timer.Interval' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.BrowsableAttribute' exists on 'System.Timers.Timer.SynchronizingObject' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.CategoryAttribute' exists on 'System.Timers.Timer.Elapsed' in the contract but not the implementation.
-Compat issues with assembly System.ComponentModel.EventBasedAsync:
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DefaultEventAttribute' exists on 'System.ComponentModel.BackgroundWorker' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.BrowsableAttribute' exists on 'System.ComponentModel.BackgroundWorker.CancellationPending' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.BrowsableAttribute' exists on 'System.ComponentModel.BackgroundWorker.IsBusy' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DefaultValueAttribute' exists on 'System.ComponentModel.BackgroundWorker.WorkerReportsProgress' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DefaultValueAttribute' exists on 'System.ComponentModel.BackgroundWorker.WorkerSupportsCancellation' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.BrowsableAttribute' exists on 'System.ComponentModel.RunWorkerCompletedEventArgs.UserState' in the contract but not the implementation.
-Compat issues with assembly System.ComponentModel.TypeConverter:
-CannotSealType : Type 'System.ComponentModel.BaseNumberConverter' is effectively (has a private constructor) sealed in the implementation but not sealed in the contract.
-MembersMustExist : Member 'protected void System.ComponentModel.BaseNumberConverter..ctor()' does not exist in the implementation but it does exist in the contract.
-CannotMakeMemberNonVirtual : Member 'public System.Boolean System.ComponentModel.BaseNumberConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext, System.Type)' is non-virtual in the implementation but is virtual in the contract.
-CannotMakeMemberNonVirtual : Member 'public System.Boolean System.ComponentModel.BaseNumberConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext, System.Type)' is non-virtual in the implementation but is virtual in the contract.
-CannotMakeMemberNonVirtual : Member 'public System.Object System.ComponentModel.BaseNumberConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, System.Object)' is non-virtual in the implementation but is virtual in the contract.
-CannotMakeMemberNonVirtual : Member 'public System.Object System.ComponentModel.BaseNumberConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, System.Object, System.Type)' is non-virtual in the implementation but is virtual in the contract.
-Compat issues with assembly System.Core:
-CannotSealType : Type 'System.Linq.EnumerableExecutor' is effectively (has a private constructor) sealed in the implementation but not sealed in the contract.
-MembersMustExist : Member 'protected void System.Linq.EnumerableExecutor..ctor()' does not exist in the implementation but it does exist in the contract.
-CannotSealType : Type 'System.Linq.EnumerableQuery' is effectively (has a private constructor) sealed in the implementation but not sealed in the contract.
-MembersMustExist : Member 'protected void System.Linq.EnumerableQuery..ctor()' does not exist in the implementation but it does exist in the contract.
-Compat issues with assembly System.Data:
-CannotSealType : Type 'System.Data.Constraint' is effectively (has a private constructor) sealed in the implementation but not sealed in the contract.
-MembersMustExist : Member 'protected void System.Data.Constraint..ctor()' does not exist in the implementation but it does exist in the contract.
-CannotMakeMemberNonVirtual : Member 'public System.String System.Data.Constraint.ConstraintName' is non-virtual in the implementation but is virtual in the contract.
-CannotMakeMemberNonVirtual : Member 'public System.Data.DataTable System.Data.Constraint.Table' is non-virtual in the implementation but is virtual in the contract.
-CannotMakeMemberNonVirtual : Member 'protected System.Data.DataSet System.Data.Constraint._DataSet' is non-virtual in the implementation but is virtual in the contract.
-CannotMakeMemberNonVirtual : Member 'public System.String System.Data.Constraint.ConstraintName.get()' is non-virtual in the implementation but is virtual in the contract.
-CannotMakeMemberNonVirtual : Member 'public void System.Data.Constraint.ConstraintName.set(System.String)' is non-virtual in the implementation but is virtual in the contract.
-CannotMakeMemberNonVirtual : Member 'public System.Data.DataTable System.Data.Constraint.Table.get()' is non-virtual in the implementation but is virtual in the contract.
-CannotMakeMemberNonVirtual : Member 'public System.String System.Data.Constraint.ToString()' is non-virtual in the implementation but is virtual in the contract.
-CannotMakeMemberNonVirtual : Member 'protected System.Data.DataSet System.Data.Constraint._DataSet.get()' is non-virtual in the implementation but is virtual in the contract.
-Compat issues with assembly System.Diagnostics.Process:
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DefaultEventAttribute' exists on 'System.Diagnostics.Process' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DefaultPropertyAttribute' exists on 'System.Diagnostics.Process' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.BasePriority' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.BrowsableAttribute' exists on 'System.Diagnostics.Process.EnableRaisingEvents' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DefaultValueAttribute' exists on 'System.Diagnostics.Process.EnableRaisingEvents' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.BrowsableAttribute' exists on 'System.Diagnostics.Process.ExitCode' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.ExitCode' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.BrowsableAttribute' exists on 'System.Diagnostics.Process.ExitTime' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.ExitTime' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.BrowsableAttribute' exists on 'System.Diagnostics.Process.Handle' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.Handle' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.HandleCount' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.BrowsableAttribute' exists on 'System.Diagnostics.Process.HasExited' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.HasExited' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.Id' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.BrowsableAttribute' exists on 'System.Diagnostics.Process.MachineName' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.MachineName' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.BrowsableAttribute' exists on 'System.Diagnostics.Process.MainModule' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.MainModule' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.MainWindowHandle' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.MainWindowTitle' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.MaxWorkingSet' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.MinWorkingSet' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.BrowsableAttribute' exists on 'System.Diagnostics.Process.Modules' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.Modules' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.NonpagedSystemMemorySize' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.NonpagedSystemMemorySize64' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.PagedMemorySize' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.PagedMemorySize64' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.PagedSystemMemorySize' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.PagedSystemMemorySize64' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.PeakPagedMemorySize' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.PeakPagedMemorySize64' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.PeakVirtualMemorySize' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.PeakVirtualMemorySize64' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.PeakWorkingSet' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.PeakWorkingSet64' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.PriorityBoostEnabled' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.PriorityClass' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.PrivateMemorySize' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.PrivateMemorySize64' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.PrivilegedProcessorTime' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.ProcessName' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.ProcessorAffinity' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.Responding' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.BrowsableAttribute' exists on 'System.Diagnostics.Process.SafeHandle' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.SafeHandle' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.SessionId' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.BrowsableAttribute' exists on 'System.Diagnostics.Process.StandardError' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.StandardError' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.BrowsableAttribute' exists on 'System.Diagnostics.Process.StandardInput' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.StandardInput' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.BrowsableAttribute' exists on 'System.Diagnostics.Process.StandardOutput' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.StandardOutput' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.BrowsableAttribute' exists on 'System.Diagnostics.Process.StartInfo' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.StartInfo' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.StartTime' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.BrowsableAttribute' exists on 'System.Diagnostics.Process.SynchronizingObject' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DefaultValueAttribute' exists on 'System.Diagnostics.Process.SynchronizingObject' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.BrowsableAttribute' exists on 'System.Diagnostics.Process.Threads' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.Threads' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.TotalProcessorTime' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.UserProcessorTime' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.VirtualMemorySize' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.VirtualMemorySize64' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.WorkingSet' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.WorkingSet64' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.BrowsableAttribute' exists on 'System.Diagnostics.Process.ErrorDataReceived' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.CategoryAttribute' exists on 'System.Diagnostics.Process.Exited' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.BrowsableAttribute' exists on 'System.Diagnostics.Process.OutputDataReceived' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.BrowsableAttribute' exists on 'System.Diagnostics.ProcessModule.FileVersionInfo' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DefaultValueAttribute' exists on 'System.Diagnostics.ProcessStartInfo.Arguments' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.NotifyParentPropertyAttribute' exists on 'System.Diagnostics.ProcessStartInfo.Arguments' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.SettingsBindableAttribute' exists on 'System.Diagnostics.ProcessStartInfo.Arguments' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DefaultValueAttribute' exists on 'System.Diagnostics.ProcessStartInfo.CreateNoWindow' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.NotifyParentPropertyAttribute' exists on 'System.Diagnostics.ProcessStartInfo.CreateNoWindow' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.NotifyParentPropertyAttribute' exists on 'System.Diagnostics.ProcessStartInfo.Domain' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DefaultValueAttribute' exists on 'System.Diagnostics.ProcessStartInfo.Environment' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.ProcessStartInfo.Environment' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.NotifyParentPropertyAttribute' exists on 'System.Diagnostics.ProcessStartInfo.Environment' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DefaultValueAttribute' exists on 'System.Diagnostics.ProcessStartInfo.EnvironmentVariables' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.ProcessStartInfo.EnvironmentVariables' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.NotifyParentPropertyAttribute' exists on 'System.Diagnostics.ProcessStartInfo.EnvironmentVariables' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DefaultValueAttribute' exists on 'System.Diagnostics.ProcessStartInfo.ErrorDialog' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.NotifyParentPropertyAttribute' exists on 'System.Diagnostics.ProcessStartInfo.ErrorDialog' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.BrowsableAttribute' exists on 'System.Diagnostics.ProcessStartInfo.ErrorDialogParentHandle' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.ProcessStartInfo.ErrorDialogParentHandle' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DefaultValueAttribute' exists on 'System.Diagnostics.ProcessStartInfo.FileName' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.NotifyParentPropertyAttribute' exists on 'System.Diagnostics.ProcessStartInfo.FileName' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.SettingsBindableAttribute' exists on 'System.Diagnostics.ProcessStartInfo.FileName' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.NotifyParentPropertyAttribute' exists on 'System.Diagnostics.ProcessStartInfo.LoadUserProfile' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.BrowsableAttribute' exists on 'System.Diagnostics.ProcessStartInfo.PasswordInClearText' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.ProcessStartInfo.PasswordInClearText' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DefaultValueAttribute' exists on 'System.Diagnostics.ProcessStartInfo.RedirectStandardError' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.NotifyParentPropertyAttribute' exists on 'System.Diagnostics.ProcessStartInfo.RedirectStandardError' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DefaultValueAttribute' exists on 'System.Diagnostics.ProcessStartInfo.RedirectStandardInput' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.NotifyParentPropertyAttribute' exists on 'System.Diagnostics.ProcessStartInfo.RedirectStandardInput' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DefaultValueAttribute' exists on 'System.Diagnostics.ProcessStartInfo.RedirectStandardOutput' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.NotifyParentPropertyAttribute' exists on 'System.Diagnostics.ProcessStartInfo.RedirectStandardOutput' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.NotifyParentPropertyAttribute' exists on 'System.Diagnostics.ProcessStartInfo.UserName' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DefaultValueAttribute' exists on 'System.Diagnostics.ProcessStartInfo.UseShellExecute' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.NotifyParentPropertyAttribute' exists on 'System.Diagnostics.ProcessStartInfo.UseShellExecute' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.NotifyParentPropertyAttribute' exists on 'System.Diagnostics.ProcessStartInfo.Verb' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.BrowsableAttribute' exists on 'System.Diagnostics.ProcessStartInfo.Verbs' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.ProcessStartInfo.Verbs' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.NotifyParentPropertyAttribute' exists on 'System.Diagnostics.ProcessStartInfo.WindowStyle' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DefaultValueAttribute' exists on 'System.Diagnostics.ProcessStartInfo.WorkingDirectory' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.NotifyParentPropertyAttribute' exists on 'System.Diagnostics.ProcessStartInfo.WorkingDirectory' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.SettingsBindableAttribute' exists on 'System.Diagnostics.ProcessStartInfo.WorkingDirectory' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.BrowsableAttribute' exists on 'System.Diagnostics.ProcessThread.IdealProcessor' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.BrowsableAttribute' exists on 'System.Diagnostics.ProcessThread.ProcessorAffinity' in the contract but not the implementation.
-Compat issues with assembly System.IO.FileSystem.Watcher:
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DefaultEventAttribute' exists on 'System.IO.FileSystemWatcher' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DefaultValueAttribute' exists on 'System.IO.FileSystemWatcher.EnableRaisingEvents' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DefaultValueAttribute' exists on 'System.IO.FileSystemWatcher.Filter' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.SettingsBindableAttribute' exists on 'System.IO.FileSystemWatcher.Filter' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DefaultValueAttribute' exists on 'System.IO.FileSystemWatcher.IncludeSubdirectories' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.BrowsableAttribute' exists on 'System.IO.FileSystemWatcher.InternalBufferSize' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DefaultValueAttribute' exists on 'System.IO.FileSystemWatcher.InternalBufferSize' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DefaultValueAttribute' exists on 'System.IO.FileSystemWatcher.NotifyFilter' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DefaultValueAttribute' exists on 'System.IO.FileSystemWatcher.Path' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.SettingsBindableAttribute' exists on 'System.IO.FileSystemWatcher.Path' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.BrowsableAttribute' exists on 'System.IO.FileSystemWatcher.Site' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.BrowsableAttribute' exists on 'System.IO.FileSystemWatcher.SynchronizingObject' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DefaultValueAttribute' exists on 'System.IO.FileSystemWatcher.SynchronizingObject' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.BrowsableAttribute' exists on 'System.IO.FileSystemWatcher.Error' in the contract but not the implementation.
-Compat issues with assembly System.Linq.Queryable:
-CannotSealType : Type 'System.Linq.EnumerableExecutor' is effectively (has a private constructor) sealed in the implementation but not sealed in the contract.
-MembersMustExist : Member 'protected void System.Linq.EnumerableExecutor..ctor()' does not exist in the implementation but it does exist in the contract.
-CannotSealType : Type 'System.Linq.EnumerableQuery' is effectively (has a private constructor) sealed in the implementation but not sealed in the contract.
-MembersMustExist : Member 'protected void System.Linq.EnumerableQuery..ctor()' does not exist in the implementation but it does exist in the contract.
-Compat issues with assembly System.Runtime:
-CannotRemoveAttribute : Attribute 'System.Runtime.InteropServices.DispIdAttribute' exists on 'System.Collections.IEnumerable.GetEnumerator()' in the contract but not the implementation.
-Compat issues with assembly System.Security.SecureString:
-CannotRemoveAttribute : Attribute 'System.Runtime.ExceptionServices.HandleProcessCorruptedStateExceptionsAttribute' exists on 'System.Security.SecureString.AppendChar(System.Char)' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.Runtime.ExceptionServices.HandleProcessCorruptedStateExceptionsAttribute' exists on 'System.Security.SecureString.InsertAt(System.Int32, System.Char)' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.Runtime.ExceptionServices.HandleProcessCorruptedStateExceptionsAttribute' exists on 'System.Security.SecureString.RemoveAt(System.Int32)' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.Runtime.ExceptionServices.HandleProcessCorruptedStateExceptionsAttribute' exists on 'System.Security.SecureString.SetAt(System.Int32, System.Char)' in the contract but not the implementation.
-Compat issues with assembly System.Text.RegularExpressions:
-CannotRemoveAttribute : Attribute 'System.Runtime.Serialization.OptionalFieldAttribute' exists on 'System.TimeSpan System.Text.RegularExpressions.Regex.internalMatchTimeout' in the contract but not the implementation.
-Compat issues with assembly System.Xml:
-CannotSealType : Type 'System.Xml.Schema.XmlSchemaDatatype' is effectively (has a private constructor) sealed in the implementation but not sealed in the contract.
-MembersMustExist : Member 'protected void System.Xml.Schema.XmlSchemaDatatype..ctor()' does not exist in the implementation but it does exist in the contract.
-CannotMakeMemberNonVirtual : Member 'public System.Xml.XmlTokenizedType System.Xml.Schema.XmlSchemaDatatype.TokenizedType' is non-virtual in the implementation but is virtual in the contract.
-CannotMakeMemberNonVirtual : Member 'public System.Xml.Schema.XmlTypeCode System.Xml.Schema.XmlSchemaDatatype.TypeCode' is non-virtual in the implementation but is virtual in the contract.
-CannotMakeMemberNonVirtual : Member 'public System.Type System.Xml.Schema.XmlSchemaDatatype.ValueType' is non-virtual in the implementation but is virtual in the contract.
-CannotMakeMemberNonVirtual : Member 'public System.Xml.Schema.XmlSchemaDatatypeVariety System.Xml.Schema.XmlSchemaDatatype.Variety' is non-virtual in the implementation but is virtual in the contract.
-CannotMakeMemberNonVirtual : Member 'public System.Object System.Xml.Schema.XmlSchemaDatatype.ChangeType(System.Object, System.Type)' is non-virtual in the implementation but is virtual in the contract.
-CannotMakeMemberNonVirtual : Member 'public System.Object System.Xml.Schema.XmlSchemaDatatype.ChangeType(System.Object, System.Type, System.Xml.IXmlNamespaceResolver)' is non-virtual in the implementation but is virtual in the contract.
-CannotMakeMemberNonVirtual : Member 'public System.Boolean System.Xml.Schema.XmlSchemaDatatype.IsDerivedFrom(System.Xml.Schema.XmlSchemaDatatype)' is non-virtual in the implementation but is virtual in the contract.
-CannotMakeMemberNonVirtual : Member 'public System.Object System.Xml.Schema.XmlSchemaDatatype.ParseValue(System.String, System.Xml.XmlNameTable, System.Xml.IXmlNamespaceResolver)' is non-virtual in the implementation but is virtual in the contract.
-CannotMakeMemberNonVirtual : Member 'public System.Xml.XmlTokenizedType System.Xml.Schema.XmlSchemaDatatype.TokenizedType.get()' is non-virtual in the implementation but is virtual in the contract.
-CannotMakeMemberNonVirtual : Member 'public System.Xml.Schema.XmlTypeCode System.Xml.Schema.XmlSchemaDatatype.TypeCode.get()' is non-virtual in the implementation but is virtual in the contract.
-CannotMakeMemberNonVirtual : Member 'public System.Type System.Xml.Schema.XmlSchemaDatatype.ValueType.get()' is non-virtual in the implementation but is virtual in the contract.
-CannotMakeMemberNonVirtual : Member 'public System.Xml.Schema.XmlSchemaDatatypeVariety System.Xml.Schema.XmlSchemaDatatype.Variety.get()' is non-virtual in the implementation but is virtual in the contract.
-CannotSealType : Type 'System.Xml.Schema.XmlSchemaGroupBase' is effectively (has a private constructor) sealed in the implementation but not sealed in the contract.
-MembersMustExist : Member 'protected void System.Xml.Schema.XmlSchemaGroupBase..ctor()' does not exist in the implementation but it does exist in the contract.
-CannotMakeMemberNonVirtual : Member 'public System.Xml.Schema.XmlSchemaObjectCollection System.Xml.Schema.XmlSchemaGroupBase.Items' is non-virtual in the implementation but is virtual in the contract.
-CannotMakeMemberNonVirtual : Member 'public System.Xml.Schema.XmlSchemaObjectCollection System.Xml.Schema.XmlSchemaGroupBase.Items.get()' is non-virtual in the implementation but is virtual in the contract.
-Total Issues: 517
diff --git a/src/libraries/apicompat/ApiCompatBaseline.netstandard2.0.xml b/src/libraries/apicompat/ApiCompatBaseline.netstandard2.0.xml
new file mode 100644
index 00000000000000..272ded0da3be09
--- /dev/null
+++ b/src/libraries/apicompat/ApiCompatBaseline.netstandard2.0.xml
@@ -0,0 +1,2781 @@
+
+
+
+ CP0002
+ M:System.ComponentModel.BaseNumberConverter.#ctor
+ netstandard2.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0002
+ M:System.Data.Constraint.#ctor
+ netstandard2.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0002
+ M:System.Data.Constraint.CheckStateForProperty
+ netstandard2.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0002
+ M:System.Data.Constraint.get__DataSet
+ netstandard2.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0002
+ M:System.Data.Constraint.SetDataSet(System.Data.DataSet)
+ netstandard2.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0002
+ M:System.Linq.EnumerableExecutor.#ctor
+ netstandard2.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0002
+ M:System.Linq.EnumerableQuery.#ctor
+ netstandard2.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0002
+ M:System.Xml.Schema.XmlSchemaDatatype.#ctor
+ netstandard2.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0002
+ M:System.Xml.Schema.XmlSchemaGroupBase.#ctor
+ netstandard2.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0002
+ M:System.ComponentModel.BaseNumberConverter.#ctor
+ netstandard2.0/System.ComponentModel.TypeConverter.dll
+ net7.0/System.ComponentModel.TypeConverter.dll
+
+
+ CP0002
+ M:System.Linq.EnumerableExecutor.#ctor
+ netstandard2.0/System.Core.dll
+ net7.0/System.Core.dll
+
+
+ CP0002
+ M:System.Linq.EnumerableQuery.#ctor
+ netstandard2.0/System.Core.dll
+ net7.0/System.Core.dll
+
+
+ CP0002
+ M:System.Data.Constraint.#ctor
+ netstandard2.0/System.Data.dll
+ net7.0/System.Data.dll
+
+
+ CP0002
+ M:System.Data.Constraint.CheckStateForProperty
+ netstandard2.0/System.Data.dll
+ net7.0/System.Data.dll
+
+
+ CP0002
+ M:System.Data.Constraint.get__DataSet
+ netstandard2.0/System.Data.dll
+ net7.0/System.Data.dll
+
+
+ CP0002
+ M:System.Data.Constraint.SetDataSet(System.Data.DataSet)
+ netstandard2.0/System.Data.dll
+ net7.0/System.Data.dll
+
+
+ CP0002
+ M:System.ComponentModel.BaseNumberConverter.#ctor
+ netstandard2.0/System.dll
+ net7.0/System.dll
+
+
+ CP0002
+ M:System.Linq.EnumerableExecutor.#ctor
+ netstandard2.0/System.Linq.Queryable.dll
+ net7.0/System.Linq.Queryable.dll
+
+
+ CP0002
+ M:System.Linq.EnumerableQuery.#ctor
+ netstandard2.0/System.Linq.Queryable.dll
+ net7.0/System.Linq.Queryable.dll
+
+
+ CP0002
+ M:System.Xml.Schema.XmlSchemaDatatype.#ctor
+ netstandard2.0/System.Xml.dll
+ net7.0/System.Xml.dll
+
+
+ CP0002
+ M:System.Xml.Schema.XmlSchemaGroupBase.#ctor
+ netstandard2.0/System.Xml.dll
+ net7.0/System.Xml.dll
+
+
+ CP0009
+ T:System.ComponentModel.BaseNumberConverter
+ netstandard2.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0009
+ T:System.Data.Constraint
+ netstandard2.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0009
+ T:System.Linq.EnumerableExecutor
+ netstandard2.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0009
+ T:System.Linq.EnumerableQuery
+ netstandard2.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0009
+ T:System.Xml.Schema.XmlSchemaDatatype
+ netstandard2.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0009
+ T:System.Xml.Schema.XmlSchemaGroupBase
+ netstandard2.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0009
+ T:System.ComponentModel.BaseNumberConverter
+ netstandard2.0/System.ComponentModel.TypeConverter.dll
+ net7.0/System.ComponentModel.TypeConverter.dll
+
+
+ CP0009
+ T:System.Linq.EnumerableExecutor
+ netstandard2.0/System.Core.dll
+ net7.0/System.Core.dll
+
+
+ CP0009
+ T:System.Linq.EnumerableQuery
+ netstandard2.0/System.Core.dll
+ net7.0/System.Core.dll
+
+
+ CP0009
+ T:System.Data.Constraint
+ netstandard2.0/System.Data.dll
+ net7.0/System.Data.dll
+
+
+ CP0009
+ T:System.ComponentModel.BaseNumberConverter
+ netstandard2.0/System.dll
+ net7.0/System.dll
+
+
+ CP0009
+ T:System.Linq.EnumerableExecutor
+ netstandard2.0/System.Linq.Queryable.dll
+ net7.0/System.Linq.Queryable.dll
+
+
+ CP0009
+ T:System.Linq.EnumerableQuery
+ netstandard2.0/System.Linq.Queryable.dll
+ net7.0/System.Linq.Queryable.dll
+
+
+ CP0009
+ T:System.Xml.Schema.XmlSchemaDatatype
+ netstandard2.0/System.Xml.dll
+ net7.0/System.Xml.dll
+
+
+ CP0009
+ T:System.Xml.Schema.XmlSchemaGroupBase
+ netstandard2.0/System.Xml.dll
+ net7.0/System.Xml.dll
+
+
+ CP0014
+ M:System.Collections.IEnumerable.GetEnumerator:[T:System.Runtime.InteropServices.DispIdAttribute]
+ netstandard2.0/mscorlib.dll
+ net7.0/mscorlib.dll
+
+
+ CP0014
+ M:System.Security.SecureString.AppendChar(System.Char):[T:System.Runtime.ExceptionServices.HandleProcessCorruptedStateExceptionsAttribute]
+ netstandard2.0/mscorlib.dll
+ net7.0/mscorlib.dll
+
+
+ CP0014
+ M:System.Security.SecureString.InsertAt(System.Int32,System.Char):[T:System.Runtime.ExceptionServices.HandleProcessCorruptedStateExceptionsAttribute]
+ netstandard2.0/mscorlib.dll
+ net7.0/mscorlib.dll
+
+
+ CP0014
+ M:System.Security.SecureString.RemoveAt(System.Int32):[T:System.Runtime.ExceptionServices.HandleProcessCorruptedStateExceptionsAttribute]
+ netstandard2.0/mscorlib.dll
+ net7.0/mscorlib.dll
+
+
+ CP0014
+ M:System.Security.SecureString.SetAt(System.Int32,System.Char):[T:System.Runtime.ExceptionServices.HandleProcessCorruptedStateExceptionsAttribute]
+ netstandard2.0/mscorlib.dll
+ net7.0/mscorlib.dll
+
+
+ CP0014
+ E:System.Diagnostics.Process.ErrorDataReceived:[T:System.ComponentModel.BrowsableAttribute]
+ netstandard2.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ E:System.Diagnostics.Process.Exited:[T:System.ComponentModel.CategoryAttribute]
+ netstandard2.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ E:System.Diagnostics.Process.OutputDataReceived:[T:System.ComponentModel.BrowsableAttribute]
+ netstandard2.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ E:System.IO.FileSystemWatcher.Error:[T:System.ComponentModel.BrowsableAttribute]
+ netstandard2.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ E:System.Timers.Timer.Elapsed:[T:System.ComponentModel.CategoryAttribute]
+ netstandard2.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ F:System.Text.RegularExpressions.Regex.internalMatchTimeout:[T:System.Runtime.Serialization.OptionalFieldAttribute]
+ netstandard2.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ M:System.Collections.IEnumerable.GetEnumerator:[T:System.Runtime.InteropServices.DispIdAttribute]
+ netstandard2.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ M:System.Security.SecureString.AppendChar(System.Char):[T:System.Runtime.ExceptionServices.HandleProcessCorruptedStateExceptionsAttribute]
+ netstandard2.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ M:System.Security.SecureString.InsertAt(System.Int32,System.Char):[T:System.Runtime.ExceptionServices.HandleProcessCorruptedStateExceptionsAttribute]
+ netstandard2.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ M:System.Security.SecureString.RemoveAt(System.Int32):[T:System.Runtime.ExceptionServices.HandleProcessCorruptedStateExceptionsAttribute]
+ netstandard2.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ M:System.Security.SecureString.SetAt(System.Int32,System.Char):[T:System.Runtime.ExceptionServices.HandleProcessCorruptedStateExceptionsAttribute]
+ netstandard2.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.ComponentModel.BackgroundWorker.CancellationPending:[T:System.ComponentModel.BrowsableAttribute]
+ netstandard2.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.ComponentModel.BackgroundWorker.IsBusy:[T:System.ComponentModel.BrowsableAttribute]
+ netstandard2.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.ComponentModel.BackgroundWorker.WorkerReportsProgress:[T:System.ComponentModel.DefaultValueAttribute]
+ netstandard2.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.ComponentModel.BackgroundWorker.WorkerSupportsCancellation:[T:System.ComponentModel.DefaultValueAttribute]
+ netstandard2.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.ComponentModel.RunWorkerCompletedEventArgs.UserState:[T:System.ComponentModel.BrowsableAttribute]
+ netstandard2.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.BasePriority:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.EnableRaisingEvents:[T:System.ComponentModel.BrowsableAttribute]
+ netstandard2.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.EnableRaisingEvents:[T:System.ComponentModel.DefaultValueAttribute]
+ netstandard2.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.ExitCode:[T:System.ComponentModel.BrowsableAttribute]
+ netstandard2.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.ExitCode:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.ExitTime:[T:System.ComponentModel.BrowsableAttribute]
+ netstandard2.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.ExitTime:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.Handle:[T:System.ComponentModel.BrowsableAttribute]
+ netstandard2.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.Handle:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.HandleCount:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.HasExited:[T:System.ComponentModel.BrowsableAttribute]
+ netstandard2.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.HasExited:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.Id:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.MachineName:[T:System.ComponentModel.BrowsableAttribute]
+ netstandard2.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.MachineName:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.MainModule:[T:System.ComponentModel.BrowsableAttribute]
+ netstandard2.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.MainModule:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.MainWindowHandle:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.MainWindowTitle:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.MaxWorkingSet:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.MinWorkingSet:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.Modules:[T:System.ComponentModel.BrowsableAttribute]
+ netstandard2.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.Modules:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.NonpagedSystemMemorySize:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.NonpagedSystemMemorySize64:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.PagedMemorySize:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.PagedMemorySize64:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.PagedSystemMemorySize:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.PagedSystemMemorySize64:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.PeakPagedMemorySize:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.PeakPagedMemorySize64:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.PeakVirtualMemorySize:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.PeakVirtualMemorySize64:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.PeakWorkingSet:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.PeakWorkingSet64:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.PriorityBoostEnabled:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.PriorityClass:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.PrivateMemorySize:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.PrivateMemorySize64:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.PrivilegedProcessorTime:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.ProcessName:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.ProcessorAffinity:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.Responding:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.SafeHandle:[T:System.ComponentModel.BrowsableAttribute]
+ netstandard2.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.SafeHandle:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.SessionId:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.StandardError:[T:System.ComponentModel.BrowsableAttribute]
+ netstandard2.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.StandardError:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.StandardInput:[T:System.ComponentModel.BrowsableAttribute]
+ netstandard2.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.StandardInput:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.StandardOutput:[T:System.ComponentModel.BrowsableAttribute]
+ netstandard2.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.StandardOutput:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.StartInfo:[T:System.ComponentModel.BrowsableAttribute]
+ netstandard2.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.StartInfo:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.StartTime:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.SynchronizingObject:[T:System.ComponentModel.BrowsableAttribute]
+ netstandard2.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.SynchronizingObject:[T:System.ComponentModel.DefaultValueAttribute]
+ netstandard2.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.Threads:[T:System.ComponentModel.BrowsableAttribute]
+ netstandard2.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.Threads:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.TotalProcessorTime:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.UserProcessorTime:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.VirtualMemorySize:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.VirtualMemorySize64:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.WorkingSet:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.WorkingSet64:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.ProcessModule.FileVersionInfo:[T:System.ComponentModel.BrowsableAttribute]
+ netstandard2.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.ProcessStartInfo.Arguments:[T:System.ComponentModel.DefaultValueAttribute]
+ netstandard2.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.ProcessStartInfo.Arguments:[T:System.ComponentModel.NotifyParentPropertyAttribute]
+ netstandard2.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.ProcessStartInfo.Arguments:[T:System.ComponentModel.SettingsBindableAttribute]
+ netstandard2.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.ProcessStartInfo.CreateNoWindow:[T:System.ComponentModel.DefaultValueAttribute]
+ netstandard2.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.ProcessStartInfo.CreateNoWindow:[T:System.ComponentModel.NotifyParentPropertyAttribute]
+ netstandard2.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.ProcessStartInfo.Domain:[T:System.ComponentModel.NotifyParentPropertyAttribute]
+ netstandard2.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.ProcessStartInfo.Environment:[T:System.ComponentModel.DefaultValueAttribute]
+ netstandard2.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.ProcessStartInfo.Environment:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.ProcessStartInfo.Environment:[T:System.ComponentModel.NotifyParentPropertyAttribute]
+ netstandard2.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.ProcessStartInfo.EnvironmentVariables:[T:System.ComponentModel.DefaultValueAttribute]
+ netstandard2.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.ProcessStartInfo.EnvironmentVariables:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.ProcessStartInfo.EnvironmentVariables:[T:System.ComponentModel.NotifyParentPropertyAttribute]
+ netstandard2.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.ProcessStartInfo.ErrorDialog:[T:System.ComponentModel.DefaultValueAttribute]
+ netstandard2.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.ProcessStartInfo.ErrorDialog:[T:System.ComponentModel.NotifyParentPropertyAttribute]
+ netstandard2.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.ProcessStartInfo.ErrorDialogParentHandle:[T:System.ComponentModel.BrowsableAttribute]
+ netstandard2.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.ProcessStartInfo.ErrorDialogParentHandle:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.ProcessStartInfo.FileName:[T:System.ComponentModel.DefaultValueAttribute]
+ netstandard2.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.ProcessStartInfo.FileName:[T:System.ComponentModel.NotifyParentPropertyAttribute]
+ netstandard2.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.ProcessStartInfo.FileName:[T:System.ComponentModel.SettingsBindableAttribute]
+ netstandard2.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.ProcessStartInfo.LoadUserProfile:[T:System.ComponentModel.NotifyParentPropertyAttribute]
+ netstandard2.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.ProcessStartInfo.PasswordInClearText:[T:System.ComponentModel.BrowsableAttribute]
+ netstandard2.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.ProcessStartInfo.PasswordInClearText:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.ProcessStartInfo.RedirectStandardError:[T:System.ComponentModel.DefaultValueAttribute]
+ netstandard2.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.ProcessStartInfo.RedirectStandardError:[T:System.ComponentModel.NotifyParentPropertyAttribute]
+ netstandard2.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.ProcessStartInfo.RedirectStandardInput:[T:System.ComponentModel.DefaultValueAttribute]
+ netstandard2.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.ProcessStartInfo.RedirectStandardInput:[T:System.ComponentModel.NotifyParentPropertyAttribute]
+ netstandard2.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.ProcessStartInfo.RedirectStandardOutput:[T:System.ComponentModel.DefaultValueAttribute]
+ netstandard2.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.ProcessStartInfo.RedirectStandardOutput:[T:System.ComponentModel.NotifyParentPropertyAttribute]
+ netstandard2.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.ProcessStartInfo.UserName:[T:System.ComponentModel.NotifyParentPropertyAttribute]
+ netstandard2.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.ProcessStartInfo.UseShellExecute:[T:System.ComponentModel.DefaultValueAttribute]
+ netstandard2.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.ProcessStartInfo.UseShellExecute:[T:System.ComponentModel.NotifyParentPropertyAttribute]
+ netstandard2.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.ProcessStartInfo.Verb:[T:System.ComponentModel.NotifyParentPropertyAttribute]
+ netstandard2.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.ProcessStartInfo.Verbs:[T:System.ComponentModel.BrowsableAttribute]
+ netstandard2.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.ProcessStartInfo.Verbs:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.ProcessStartInfo.WindowStyle:[T:System.ComponentModel.NotifyParentPropertyAttribute]
+ netstandard2.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.ProcessStartInfo.WorkingDirectory:[T:System.ComponentModel.DefaultValueAttribute]
+ netstandard2.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.ProcessStartInfo.WorkingDirectory:[T:System.ComponentModel.NotifyParentPropertyAttribute]
+ netstandard2.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.ProcessStartInfo.WorkingDirectory:[T:System.ComponentModel.SettingsBindableAttribute]
+ netstandard2.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.ProcessThread.IdealProcessor:[T:System.ComponentModel.BrowsableAttribute]
+ netstandard2.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.ProcessThread.ProcessorAffinity:[T:System.ComponentModel.BrowsableAttribute]
+ netstandard2.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.IO.FileSystemWatcher.EnableRaisingEvents:[T:System.ComponentModel.DefaultValueAttribute]
+ netstandard2.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.IO.FileSystemWatcher.Filter:[T:System.ComponentModel.DefaultValueAttribute]
+ netstandard2.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.IO.FileSystemWatcher.Filter:[T:System.ComponentModel.SettingsBindableAttribute]
+ netstandard2.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.IO.FileSystemWatcher.IncludeSubdirectories:[T:System.ComponentModel.DefaultValueAttribute]
+ netstandard2.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.IO.FileSystemWatcher.InternalBufferSize:[T:System.ComponentModel.BrowsableAttribute]
+ netstandard2.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.IO.FileSystemWatcher.InternalBufferSize:[T:System.ComponentModel.DefaultValueAttribute]
+ netstandard2.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.IO.FileSystemWatcher.NotifyFilter:[T:System.ComponentModel.DefaultValueAttribute]
+ netstandard2.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.IO.FileSystemWatcher.Path:[T:System.ComponentModel.DefaultValueAttribute]
+ netstandard2.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.IO.FileSystemWatcher.Path:[T:System.ComponentModel.SettingsBindableAttribute]
+ netstandard2.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.IO.FileSystemWatcher.Site:[T:System.ComponentModel.BrowsableAttribute]
+ netstandard2.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.IO.FileSystemWatcher.SynchronizingObject:[T:System.ComponentModel.BrowsableAttribute]
+ netstandard2.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.IO.FileSystemWatcher.SynchronizingObject:[T:System.ComponentModel.DefaultValueAttribute]
+ netstandard2.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Timers.Timer.AutoReset:[T:System.ComponentModel.CategoryAttribute]
+ netstandard2.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Timers.Timer.Enabled:[T:System.ComponentModel.CategoryAttribute]
+ netstandard2.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Timers.Timer.Interval:[T:System.ComponentModel.CategoryAttribute]
+ netstandard2.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Timers.Timer.Interval:[T:System.ComponentModel.SettingsBindableAttribute]
+ netstandard2.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Timers.Timer.SynchronizingObject:[T:System.ComponentModel.BrowsableAttribute]
+ netstandard2.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ T:System.ComponentModel.BackgroundWorker:[T:System.ComponentModel.DefaultEventAttribute]
+ netstandard2.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ T:System.Diagnostics.Process:[T:System.ComponentModel.DefaultEventAttribute]
+ netstandard2.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ T:System.Diagnostics.Process:[T:System.ComponentModel.DefaultPropertyAttribute]
+ netstandard2.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ T:System.IO.FileSystemWatcher:[T:System.ComponentModel.DefaultEventAttribute]
+ netstandard2.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.ComponentModel.BackgroundWorker.CancellationPending:[T:System.ComponentModel.BrowsableAttribute]
+ netstandard2.0/System.ComponentModel.EventBasedAsync.dll
+ net7.0/System.ComponentModel.EventBasedAsync.dll
+
+
+ CP0014
+ P:System.ComponentModel.BackgroundWorker.IsBusy:[T:System.ComponentModel.BrowsableAttribute]
+ netstandard2.0/System.ComponentModel.EventBasedAsync.dll
+ net7.0/System.ComponentModel.EventBasedAsync.dll
+
+
+ CP0014
+ P:System.ComponentModel.BackgroundWorker.WorkerReportsProgress:[T:System.ComponentModel.DefaultValueAttribute]
+ netstandard2.0/System.ComponentModel.EventBasedAsync.dll
+ net7.0/System.ComponentModel.EventBasedAsync.dll
+
+
+ CP0014
+ P:System.ComponentModel.BackgroundWorker.WorkerSupportsCancellation:[T:System.ComponentModel.DefaultValueAttribute]
+ netstandard2.0/System.ComponentModel.EventBasedAsync.dll
+ net7.0/System.ComponentModel.EventBasedAsync.dll
+
+
+ CP0014
+ P:System.ComponentModel.RunWorkerCompletedEventArgs.UserState:[T:System.ComponentModel.BrowsableAttribute]
+ netstandard2.0/System.ComponentModel.EventBasedAsync.dll
+ net7.0/System.ComponentModel.EventBasedAsync.dll
+
+
+ CP0014
+ T:System.ComponentModel.BackgroundWorker:[T:System.ComponentModel.DefaultEventAttribute]
+ netstandard2.0/System.ComponentModel.EventBasedAsync.dll
+ net7.0/System.ComponentModel.EventBasedAsync.dll
+
+
+ CP0014
+ E:System.Diagnostics.Process.ErrorDataReceived:[T:System.ComponentModel.BrowsableAttribute]
+ netstandard2.0/System.Diagnostics.Process.dll
+ net7.0/System.Diagnostics.Process.dll
+
+
+ CP0014
+ E:System.Diagnostics.Process.Exited:[T:System.ComponentModel.CategoryAttribute]
+ netstandard2.0/System.Diagnostics.Process.dll
+ net7.0/System.Diagnostics.Process.dll
+
+
+ CP0014
+ E:System.Diagnostics.Process.OutputDataReceived:[T:System.ComponentModel.BrowsableAttribute]
+ netstandard2.0/System.Diagnostics.Process.dll
+ net7.0/System.Diagnostics.Process.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.BasePriority:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.0/System.Diagnostics.Process.dll
+ net7.0/System.Diagnostics.Process.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.EnableRaisingEvents:[T:System.ComponentModel.BrowsableAttribute]
+ netstandard2.0/System.Diagnostics.Process.dll
+ net7.0/System.Diagnostics.Process.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.EnableRaisingEvents:[T:System.ComponentModel.DefaultValueAttribute]
+ netstandard2.0/System.Diagnostics.Process.dll
+ net7.0/System.Diagnostics.Process.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.ExitCode:[T:System.ComponentModel.BrowsableAttribute]
+ netstandard2.0/System.Diagnostics.Process.dll
+ net7.0/System.Diagnostics.Process.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.ExitCode:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.0/System.Diagnostics.Process.dll
+ net7.0/System.Diagnostics.Process.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.ExitTime:[T:System.ComponentModel.BrowsableAttribute]
+ netstandard2.0/System.Diagnostics.Process.dll
+ net7.0/System.Diagnostics.Process.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.ExitTime:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.0/System.Diagnostics.Process.dll
+ net7.0/System.Diagnostics.Process.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.Handle:[T:System.ComponentModel.BrowsableAttribute]
+ netstandard2.0/System.Diagnostics.Process.dll
+ net7.0/System.Diagnostics.Process.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.Handle:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.0/System.Diagnostics.Process.dll
+ net7.0/System.Diagnostics.Process.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.HandleCount:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.0/System.Diagnostics.Process.dll
+ net7.0/System.Diagnostics.Process.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.HasExited:[T:System.ComponentModel.BrowsableAttribute]
+ netstandard2.0/System.Diagnostics.Process.dll
+ net7.0/System.Diagnostics.Process.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.HasExited:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.0/System.Diagnostics.Process.dll
+ net7.0/System.Diagnostics.Process.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.Id:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.0/System.Diagnostics.Process.dll
+ net7.0/System.Diagnostics.Process.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.MachineName:[T:System.ComponentModel.BrowsableAttribute]
+ netstandard2.0/System.Diagnostics.Process.dll
+ net7.0/System.Diagnostics.Process.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.MachineName:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.0/System.Diagnostics.Process.dll
+ net7.0/System.Diagnostics.Process.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.MainModule:[T:System.ComponentModel.BrowsableAttribute]
+ netstandard2.0/System.Diagnostics.Process.dll
+ net7.0/System.Diagnostics.Process.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.MainModule:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.0/System.Diagnostics.Process.dll
+ net7.0/System.Diagnostics.Process.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.MainWindowHandle:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.0/System.Diagnostics.Process.dll
+ net7.0/System.Diagnostics.Process.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.MainWindowTitle:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.0/System.Diagnostics.Process.dll
+ net7.0/System.Diagnostics.Process.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.MaxWorkingSet:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.0/System.Diagnostics.Process.dll
+ net7.0/System.Diagnostics.Process.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.MinWorkingSet:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.0/System.Diagnostics.Process.dll
+ net7.0/System.Diagnostics.Process.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.Modules:[T:System.ComponentModel.BrowsableAttribute]
+ netstandard2.0/System.Diagnostics.Process.dll
+ net7.0/System.Diagnostics.Process.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.Modules:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.0/System.Diagnostics.Process.dll
+ net7.0/System.Diagnostics.Process.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.NonpagedSystemMemorySize:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.0/System.Diagnostics.Process.dll
+ net7.0/System.Diagnostics.Process.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.NonpagedSystemMemorySize64:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.0/System.Diagnostics.Process.dll
+ net7.0/System.Diagnostics.Process.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.PagedMemorySize:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.0/System.Diagnostics.Process.dll
+ net7.0/System.Diagnostics.Process.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.PagedMemorySize64:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.0/System.Diagnostics.Process.dll
+ net7.0/System.Diagnostics.Process.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.PagedSystemMemorySize:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.0/System.Diagnostics.Process.dll
+ net7.0/System.Diagnostics.Process.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.PagedSystemMemorySize64:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.0/System.Diagnostics.Process.dll
+ net7.0/System.Diagnostics.Process.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.PeakPagedMemorySize:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.0/System.Diagnostics.Process.dll
+ net7.0/System.Diagnostics.Process.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.PeakPagedMemorySize64:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.0/System.Diagnostics.Process.dll
+ net7.0/System.Diagnostics.Process.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.PeakVirtualMemorySize:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.0/System.Diagnostics.Process.dll
+ net7.0/System.Diagnostics.Process.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.PeakVirtualMemorySize64:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.0/System.Diagnostics.Process.dll
+ net7.0/System.Diagnostics.Process.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.PeakWorkingSet:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.0/System.Diagnostics.Process.dll
+ net7.0/System.Diagnostics.Process.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.PeakWorkingSet64:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.0/System.Diagnostics.Process.dll
+ net7.0/System.Diagnostics.Process.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.PriorityBoostEnabled:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.0/System.Diagnostics.Process.dll
+ net7.0/System.Diagnostics.Process.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.PriorityClass:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.0/System.Diagnostics.Process.dll
+ net7.0/System.Diagnostics.Process.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.PrivateMemorySize:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.0/System.Diagnostics.Process.dll
+ net7.0/System.Diagnostics.Process.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.PrivateMemorySize64:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.0/System.Diagnostics.Process.dll
+ net7.0/System.Diagnostics.Process.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.PrivilegedProcessorTime:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.0/System.Diagnostics.Process.dll
+ net7.0/System.Diagnostics.Process.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.ProcessName:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.0/System.Diagnostics.Process.dll
+ net7.0/System.Diagnostics.Process.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.ProcessorAffinity:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.0/System.Diagnostics.Process.dll
+ net7.0/System.Diagnostics.Process.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.Responding:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.0/System.Diagnostics.Process.dll
+ net7.0/System.Diagnostics.Process.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.SafeHandle:[T:System.ComponentModel.BrowsableAttribute]
+ netstandard2.0/System.Diagnostics.Process.dll
+ net7.0/System.Diagnostics.Process.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.SafeHandle:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.0/System.Diagnostics.Process.dll
+ net7.0/System.Diagnostics.Process.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.SessionId:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.0/System.Diagnostics.Process.dll
+ net7.0/System.Diagnostics.Process.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.StandardError:[T:System.ComponentModel.BrowsableAttribute]
+ netstandard2.0/System.Diagnostics.Process.dll
+ net7.0/System.Diagnostics.Process.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.StandardError:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.0/System.Diagnostics.Process.dll
+ net7.0/System.Diagnostics.Process.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.StandardInput:[T:System.ComponentModel.BrowsableAttribute]
+ netstandard2.0/System.Diagnostics.Process.dll
+ net7.0/System.Diagnostics.Process.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.StandardInput:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.0/System.Diagnostics.Process.dll
+ net7.0/System.Diagnostics.Process.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.StandardOutput:[T:System.ComponentModel.BrowsableAttribute]
+ netstandard2.0/System.Diagnostics.Process.dll
+ net7.0/System.Diagnostics.Process.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.StandardOutput:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.0/System.Diagnostics.Process.dll
+ net7.0/System.Diagnostics.Process.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.StartInfo:[T:System.ComponentModel.BrowsableAttribute]
+ netstandard2.0/System.Diagnostics.Process.dll
+ net7.0/System.Diagnostics.Process.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.StartInfo:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.0/System.Diagnostics.Process.dll
+ net7.0/System.Diagnostics.Process.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.StartTime:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.0/System.Diagnostics.Process.dll
+ net7.0/System.Diagnostics.Process.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.SynchronizingObject:[T:System.ComponentModel.BrowsableAttribute]
+ netstandard2.0/System.Diagnostics.Process.dll
+ net7.0/System.Diagnostics.Process.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.SynchronizingObject:[T:System.ComponentModel.DefaultValueAttribute]
+ netstandard2.0/System.Diagnostics.Process.dll
+ net7.0/System.Diagnostics.Process.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.Threads:[T:System.ComponentModel.BrowsableAttribute]
+ netstandard2.0/System.Diagnostics.Process.dll
+ net7.0/System.Diagnostics.Process.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.Threads:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.0/System.Diagnostics.Process.dll
+ net7.0/System.Diagnostics.Process.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.TotalProcessorTime:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.0/System.Diagnostics.Process.dll
+ net7.0/System.Diagnostics.Process.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.UserProcessorTime:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.0/System.Diagnostics.Process.dll
+ net7.0/System.Diagnostics.Process.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.VirtualMemorySize:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.0/System.Diagnostics.Process.dll
+ net7.0/System.Diagnostics.Process.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.VirtualMemorySize64:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.0/System.Diagnostics.Process.dll
+ net7.0/System.Diagnostics.Process.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.WorkingSet:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.0/System.Diagnostics.Process.dll
+ net7.0/System.Diagnostics.Process.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.WorkingSet64:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.0/System.Diagnostics.Process.dll
+ net7.0/System.Diagnostics.Process.dll
+
+
+ CP0014
+ P:System.Diagnostics.ProcessModule.FileVersionInfo:[T:System.ComponentModel.BrowsableAttribute]
+ netstandard2.0/System.Diagnostics.Process.dll
+ net7.0/System.Diagnostics.Process.dll
+
+
+ CP0014
+ P:System.Diagnostics.ProcessStartInfo.Arguments:[T:System.ComponentModel.DefaultValueAttribute]
+ netstandard2.0/System.Diagnostics.Process.dll
+ net7.0/System.Diagnostics.Process.dll
+
+
+ CP0014
+ P:System.Diagnostics.ProcessStartInfo.Arguments:[T:System.ComponentModel.NotifyParentPropertyAttribute]
+ netstandard2.0/System.Diagnostics.Process.dll
+ net7.0/System.Diagnostics.Process.dll
+
+
+ CP0014
+ P:System.Diagnostics.ProcessStartInfo.Arguments:[T:System.ComponentModel.SettingsBindableAttribute]
+ netstandard2.0/System.Diagnostics.Process.dll
+ net7.0/System.Diagnostics.Process.dll
+
+
+ CP0014
+ P:System.Diagnostics.ProcessStartInfo.CreateNoWindow:[T:System.ComponentModel.DefaultValueAttribute]
+ netstandard2.0/System.Diagnostics.Process.dll
+ net7.0/System.Diagnostics.Process.dll
+
+
+ CP0014
+ P:System.Diagnostics.ProcessStartInfo.CreateNoWindow:[T:System.ComponentModel.NotifyParentPropertyAttribute]
+ netstandard2.0/System.Diagnostics.Process.dll
+ net7.0/System.Diagnostics.Process.dll
+
+
+ CP0014
+ P:System.Diagnostics.ProcessStartInfo.Domain:[T:System.ComponentModel.NotifyParentPropertyAttribute]
+ netstandard2.0/System.Diagnostics.Process.dll
+ net7.0/System.Diagnostics.Process.dll
+
+
+ CP0014
+ P:System.Diagnostics.ProcessStartInfo.Environment:[T:System.ComponentModel.DefaultValueAttribute]
+ netstandard2.0/System.Diagnostics.Process.dll
+ net7.0/System.Diagnostics.Process.dll
+
+
+ CP0014
+ P:System.Diagnostics.ProcessStartInfo.Environment:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.0/System.Diagnostics.Process.dll
+ net7.0/System.Diagnostics.Process.dll
+
+
+ CP0014
+ P:System.Diagnostics.ProcessStartInfo.Environment:[T:System.ComponentModel.NotifyParentPropertyAttribute]
+ netstandard2.0/System.Diagnostics.Process.dll
+ net7.0/System.Diagnostics.Process.dll
+
+
+ CP0014
+ P:System.Diagnostics.ProcessStartInfo.EnvironmentVariables:[T:System.ComponentModel.DefaultValueAttribute]
+ netstandard2.0/System.Diagnostics.Process.dll
+ net7.0/System.Diagnostics.Process.dll
+
+
+ CP0014
+ P:System.Diagnostics.ProcessStartInfo.EnvironmentVariables:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.0/System.Diagnostics.Process.dll
+ net7.0/System.Diagnostics.Process.dll
+
+
+ CP0014
+ P:System.Diagnostics.ProcessStartInfo.EnvironmentVariables:[T:System.ComponentModel.NotifyParentPropertyAttribute]
+ netstandard2.0/System.Diagnostics.Process.dll
+ net7.0/System.Diagnostics.Process.dll
+
+
+ CP0014
+ P:System.Diagnostics.ProcessStartInfo.ErrorDialog:[T:System.ComponentModel.DefaultValueAttribute]
+ netstandard2.0/System.Diagnostics.Process.dll
+ net7.0/System.Diagnostics.Process.dll
+
+
+ CP0014
+ P:System.Diagnostics.ProcessStartInfo.ErrorDialog:[T:System.ComponentModel.NotifyParentPropertyAttribute]
+ netstandard2.0/System.Diagnostics.Process.dll
+ net7.0/System.Diagnostics.Process.dll
+
+
+ CP0014
+ P:System.Diagnostics.ProcessStartInfo.ErrorDialogParentHandle:[T:System.ComponentModel.BrowsableAttribute]
+ netstandard2.0/System.Diagnostics.Process.dll
+ net7.0/System.Diagnostics.Process.dll
+
+
+ CP0014
+ P:System.Diagnostics.ProcessStartInfo.ErrorDialogParentHandle:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.0/System.Diagnostics.Process.dll
+ net7.0/System.Diagnostics.Process.dll
+
+
+ CP0014
+ P:System.Diagnostics.ProcessStartInfo.FileName:[T:System.ComponentModel.DefaultValueAttribute]
+ netstandard2.0/System.Diagnostics.Process.dll
+ net7.0/System.Diagnostics.Process.dll
+
+
+ CP0014
+ P:System.Diagnostics.ProcessStartInfo.FileName:[T:System.ComponentModel.NotifyParentPropertyAttribute]
+ netstandard2.0/System.Diagnostics.Process.dll
+ net7.0/System.Diagnostics.Process.dll
+
+
+ CP0014
+ P:System.Diagnostics.ProcessStartInfo.FileName:[T:System.ComponentModel.SettingsBindableAttribute]
+ netstandard2.0/System.Diagnostics.Process.dll
+ net7.0/System.Diagnostics.Process.dll
+
+
+ CP0014
+ P:System.Diagnostics.ProcessStartInfo.LoadUserProfile:[T:System.ComponentModel.NotifyParentPropertyAttribute]
+ netstandard2.0/System.Diagnostics.Process.dll
+ net7.0/System.Diagnostics.Process.dll
+
+
+ CP0014
+ P:System.Diagnostics.ProcessStartInfo.PasswordInClearText:[T:System.ComponentModel.BrowsableAttribute]
+ netstandard2.0/System.Diagnostics.Process.dll
+ net7.0/System.Diagnostics.Process.dll
+
+
+ CP0014
+ P:System.Diagnostics.ProcessStartInfo.PasswordInClearText:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.0/System.Diagnostics.Process.dll
+ net7.0/System.Diagnostics.Process.dll
+
+
+ CP0014
+ P:System.Diagnostics.ProcessStartInfo.RedirectStandardError:[T:System.ComponentModel.DefaultValueAttribute]
+ netstandard2.0/System.Diagnostics.Process.dll
+ net7.0/System.Diagnostics.Process.dll
+
+
+ CP0014
+ P:System.Diagnostics.ProcessStartInfo.RedirectStandardError:[T:System.ComponentModel.NotifyParentPropertyAttribute]
+ netstandard2.0/System.Diagnostics.Process.dll
+ net7.0/System.Diagnostics.Process.dll
+
+
+ CP0014
+ P:System.Diagnostics.ProcessStartInfo.RedirectStandardInput:[T:System.ComponentModel.DefaultValueAttribute]
+ netstandard2.0/System.Diagnostics.Process.dll
+ net7.0/System.Diagnostics.Process.dll
+
+
+ CP0014
+ P:System.Diagnostics.ProcessStartInfo.RedirectStandardInput:[T:System.ComponentModel.NotifyParentPropertyAttribute]
+ netstandard2.0/System.Diagnostics.Process.dll
+ net7.0/System.Diagnostics.Process.dll
+
+
+ CP0014
+ P:System.Diagnostics.ProcessStartInfo.RedirectStandardOutput:[T:System.ComponentModel.DefaultValueAttribute]
+ netstandard2.0/System.Diagnostics.Process.dll
+ net7.0/System.Diagnostics.Process.dll
+
+
+ CP0014
+ P:System.Diagnostics.ProcessStartInfo.RedirectStandardOutput:[T:System.ComponentModel.NotifyParentPropertyAttribute]
+ netstandard2.0/System.Diagnostics.Process.dll
+ net7.0/System.Diagnostics.Process.dll
+
+
+ CP0014
+ P:System.Diagnostics.ProcessStartInfo.UserName:[T:System.ComponentModel.NotifyParentPropertyAttribute]
+ netstandard2.0/System.Diagnostics.Process.dll
+ net7.0/System.Diagnostics.Process.dll
+
+
+ CP0014
+ P:System.Diagnostics.ProcessStartInfo.UseShellExecute:[T:System.ComponentModel.DefaultValueAttribute]
+ netstandard2.0/System.Diagnostics.Process.dll
+ net7.0/System.Diagnostics.Process.dll
+
+
+ CP0014
+ P:System.Diagnostics.ProcessStartInfo.UseShellExecute:[T:System.ComponentModel.NotifyParentPropertyAttribute]
+ netstandard2.0/System.Diagnostics.Process.dll
+ net7.0/System.Diagnostics.Process.dll
+
+
+ CP0014
+ P:System.Diagnostics.ProcessStartInfo.Verb:[T:System.ComponentModel.NotifyParentPropertyAttribute]
+ netstandard2.0/System.Diagnostics.Process.dll
+ net7.0/System.Diagnostics.Process.dll
+
+
+ CP0014
+ P:System.Diagnostics.ProcessStartInfo.Verbs:[T:System.ComponentModel.BrowsableAttribute]
+ netstandard2.0/System.Diagnostics.Process.dll
+ net7.0/System.Diagnostics.Process.dll
+
+
+ CP0014
+ P:System.Diagnostics.ProcessStartInfo.Verbs:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.0/System.Diagnostics.Process.dll
+ net7.0/System.Diagnostics.Process.dll
+
+
+ CP0014
+ P:System.Diagnostics.ProcessStartInfo.WindowStyle:[T:System.ComponentModel.NotifyParentPropertyAttribute]
+ netstandard2.0/System.Diagnostics.Process.dll
+ net7.0/System.Diagnostics.Process.dll
+
+
+ CP0014
+ P:System.Diagnostics.ProcessStartInfo.WorkingDirectory:[T:System.ComponentModel.DefaultValueAttribute]
+ netstandard2.0/System.Diagnostics.Process.dll
+ net7.0/System.Diagnostics.Process.dll
+
+
+ CP0014
+ P:System.Diagnostics.ProcessStartInfo.WorkingDirectory:[T:System.ComponentModel.NotifyParentPropertyAttribute]
+ netstandard2.0/System.Diagnostics.Process.dll
+ net7.0/System.Diagnostics.Process.dll
+
+
+ CP0014
+ P:System.Diagnostics.ProcessStartInfo.WorkingDirectory:[T:System.ComponentModel.SettingsBindableAttribute]
+ netstandard2.0/System.Diagnostics.Process.dll
+ net7.0/System.Diagnostics.Process.dll
+
+
+ CP0014
+ P:System.Diagnostics.ProcessThread.IdealProcessor:[T:System.ComponentModel.BrowsableAttribute]
+ netstandard2.0/System.Diagnostics.Process.dll
+ net7.0/System.Diagnostics.Process.dll
+
+
+ CP0014
+ P:System.Diagnostics.ProcessThread.ProcessorAffinity:[T:System.ComponentModel.BrowsableAttribute]
+ netstandard2.0/System.Diagnostics.Process.dll
+ net7.0/System.Diagnostics.Process.dll
+
+
+ CP0014
+ T:System.Diagnostics.Process:[T:System.ComponentModel.DefaultEventAttribute]
+ netstandard2.0/System.Diagnostics.Process.dll
+ net7.0/System.Diagnostics.Process.dll
+
+
+ CP0014
+ T:System.Diagnostics.Process:[T:System.ComponentModel.DefaultPropertyAttribute]
+ netstandard2.0/System.Diagnostics.Process.dll
+ net7.0/System.Diagnostics.Process.dll
+
+
+ CP0014
+ E:System.Diagnostics.Process.ErrorDataReceived:[T:System.ComponentModel.BrowsableAttribute]
+ netstandard2.0/System.dll
+ net7.0/System.dll
+
+
+ CP0014
+ E:System.Diagnostics.Process.Exited:[T:System.ComponentModel.CategoryAttribute]
+ netstandard2.0/System.dll
+ net7.0/System.dll
+
+
+ CP0014
+ E:System.Diagnostics.Process.OutputDataReceived:[T:System.ComponentModel.BrowsableAttribute]
+ netstandard2.0/System.dll
+ net7.0/System.dll
+
+
+ CP0014
+ E:System.IO.FileSystemWatcher.Error:[T:System.ComponentModel.BrowsableAttribute]
+ netstandard2.0/System.dll
+ net7.0/System.dll
+
+
+ CP0014
+ E:System.Timers.Timer.Elapsed:[T:System.ComponentModel.CategoryAttribute]
+ netstandard2.0/System.dll
+ net7.0/System.dll
+
+
+ CP0014
+ F:System.Text.RegularExpressions.Regex.internalMatchTimeout:[T:System.Runtime.Serialization.OptionalFieldAttribute]
+ netstandard2.0/System.dll
+ net7.0/System.dll
+
+
+ CP0014
+ P:System.ComponentModel.BackgroundWorker.CancellationPending:[T:System.ComponentModel.BrowsableAttribute]
+ netstandard2.0/System.dll
+ net7.0/System.dll
+
+
+ CP0014
+ P:System.ComponentModel.BackgroundWorker.IsBusy:[T:System.ComponentModel.BrowsableAttribute]
+ netstandard2.0/System.dll
+ net7.0/System.dll
+
+
+ CP0014
+ P:System.ComponentModel.BackgroundWorker.WorkerReportsProgress:[T:System.ComponentModel.DefaultValueAttribute]
+ netstandard2.0/System.dll
+ net7.0/System.dll
+
+
+ CP0014
+ P:System.ComponentModel.BackgroundWorker.WorkerSupportsCancellation:[T:System.ComponentModel.DefaultValueAttribute]
+ netstandard2.0/System.dll
+ net7.0/System.dll
+
+
+ CP0014
+ P:System.ComponentModel.RunWorkerCompletedEventArgs.UserState:[T:System.ComponentModel.BrowsableAttribute]
+ netstandard2.0/System.dll
+ net7.0/System.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.BasePriority:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.0/System.dll
+ net7.0/System.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.EnableRaisingEvents:[T:System.ComponentModel.BrowsableAttribute]
+ netstandard2.0/System.dll
+ net7.0/System.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.EnableRaisingEvents:[T:System.ComponentModel.DefaultValueAttribute]
+ netstandard2.0/System.dll
+ net7.0/System.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.ExitCode:[T:System.ComponentModel.BrowsableAttribute]
+ netstandard2.0/System.dll
+ net7.0/System.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.ExitCode:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.0/System.dll
+ net7.0/System.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.ExitTime:[T:System.ComponentModel.BrowsableAttribute]
+ netstandard2.0/System.dll
+ net7.0/System.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.ExitTime:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.0/System.dll
+ net7.0/System.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.Handle:[T:System.ComponentModel.BrowsableAttribute]
+ netstandard2.0/System.dll
+ net7.0/System.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.Handle:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.0/System.dll
+ net7.0/System.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.HandleCount:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.0/System.dll
+ net7.0/System.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.HasExited:[T:System.ComponentModel.BrowsableAttribute]
+ netstandard2.0/System.dll
+ net7.0/System.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.HasExited:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.0/System.dll
+ net7.0/System.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.Id:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.0/System.dll
+ net7.0/System.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.MachineName:[T:System.ComponentModel.BrowsableAttribute]
+ netstandard2.0/System.dll
+ net7.0/System.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.MachineName:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.0/System.dll
+ net7.0/System.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.MainModule:[T:System.ComponentModel.BrowsableAttribute]
+ netstandard2.0/System.dll
+ net7.0/System.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.MainModule:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.0/System.dll
+ net7.0/System.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.MainWindowHandle:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.0/System.dll
+ net7.0/System.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.MainWindowTitle:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.0/System.dll
+ net7.0/System.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.MaxWorkingSet:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.0/System.dll
+ net7.0/System.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.MinWorkingSet:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.0/System.dll
+ net7.0/System.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.Modules:[T:System.ComponentModel.BrowsableAttribute]
+ netstandard2.0/System.dll
+ net7.0/System.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.Modules:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.0/System.dll
+ net7.0/System.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.NonpagedSystemMemorySize:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.0/System.dll
+ net7.0/System.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.NonpagedSystemMemorySize64:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.0/System.dll
+ net7.0/System.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.PagedMemorySize:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.0/System.dll
+ net7.0/System.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.PagedMemorySize64:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.0/System.dll
+ net7.0/System.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.PagedSystemMemorySize:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.0/System.dll
+ net7.0/System.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.PagedSystemMemorySize64:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.0/System.dll
+ net7.0/System.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.PeakPagedMemorySize:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.0/System.dll
+ net7.0/System.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.PeakPagedMemorySize64:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.0/System.dll
+ net7.0/System.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.PeakVirtualMemorySize:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.0/System.dll
+ net7.0/System.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.PeakVirtualMemorySize64:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.0/System.dll
+ net7.0/System.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.PeakWorkingSet:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.0/System.dll
+ net7.0/System.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.PeakWorkingSet64:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.0/System.dll
+ net7.0/System.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.PriorityBoostEnabled:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.0/System.dll
+ net7.0/System.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.PriorityClass:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.0/System.dll
+ net7.0/System.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.PrivateMemorySize:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.0/System.dll
+ net7.0/System.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.PrivateMemorySize64:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.0/System.dll
+ net7.0/System.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.PrivilegedProcessorTime:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.0/System.dll
+ net7.0/System.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.ProcessName:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.0/System.dll
+ net7.0/System.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.ProcessorAffinity:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.0/System.dll
+ net7.0/System.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.Responding:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.0/System.dll
+ net7.0/System.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.SafeHandle:[T:System.ComponentModel.BrowsableAttribute]
+ netstandard2.0/System.dll
+ net7.0/System.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.SafeHandle:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.0/System.dll
+ net7.0/System.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.SessionId:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.0/System.dll
+ net7.0/System.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.StandardError:[T:System.ComponentModel.BrowsableAttribute]
+ netstandard2.0/System.dll
+ net7.0/System.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.StandardError:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.0/System.dll
+ net7.0/System.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.StandardInput:[T:System.ComponentModel.BrowsableAttribute]
+ netstandard2.0/System.dll
+ net7.0/System.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.StandardInput:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.0/System.dll
+ net7.0/System.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.StandardOutput:[T:System.ComponentModel.BrowsableAttribute]
+ netstandard2.0/System.dll
+ net7.0/System.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.StandardOutput:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.0/System.dll
+ net7.0/System.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.StartInfo:[T:System.ComponentModel.BrowsableAttribute]
+ netstandard2.0/System.dll
+ net7.0/System.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.StartInfo:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.0/System.dll
+ net7.0/System.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.StartTime:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.0/System.dll
+ net7.0/System.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.SynchronizingObject:[T:System.ComponentModel.BrowsableAttribute]
+ netstandard2.0/System.dll
+ net7.0/System.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.SynchronizingObject:[T:System.ComponentModel.DefaultValueAttribute]
+ netstandard2.0/System.dll
+ net7.0/System.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.Threads:[T:System.ComponentModel.BrowsableAttribute]
+ netstandard2.0/System.dll
+ net7.0/System.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.Threads:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.0/System.dll
+ net7.0/System.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.TotalProcessorTime:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.0/System.dll
+ net7.0/System.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.UserProcessorTime:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.0/System.dll
+ net7.0/System.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.VirtualMemorySize:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.0/System.dll
+ net7.0/System.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.VirtualMemorySize64:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.0/System.dll
+ net7.0/System.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.WorkingSet:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.0/System.dll
+ net7.0/System.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.WorkingSet64:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.0/System.dll
+ net7.0/System.dll
+
+
+ CP0014
+ P:System.Diagnostics.ProcessModule.FileVersionInfo:[T:System.ComponentModel.BrowsableAttribute]
+ netstandard2.0/System.dll
+ net7.0/System.dll
+
+
+ CP0014
+ P:System.Diagnostics.ProcessStartInfo.Arguments:[T:System.ComponentModel.DefaultValueAttribute]
+ netstandard2.0/System.dll
+ net7.0/System.dll
+
+
+ CP0014
+ P:System.Diagnostics.ProcessStartInfo.Arguments:[T:System.ComponentModel.NotifyParentPropertyAttribute]
+ netstandard2.0/System.dll
+ net7.0/System.dll
+
+
+ CP0014
+ P:System.Diagnostics.ProcessStartInfo.Arguments:[T:System.ComponentModel.SettingsBindableAttribute]
+ netstandard2.0/System.dll
+ net7.0/System.dll
+
+
+ CP0014
+ P:System.Diagnostics.ProcessStartInfo.CreateNoWindow:[T:System.ComponentModel.DefaultValueAttribute]
+ netstandard2.0/System.dll
+ net7.0/System.dll
+
+
+ CP0014
+ P:System.Diagnostics.ProcessStartInfo.CreateNoWindow:[T:System.ComponentModel.NotifyParentPropertyAttribute]
+ netstandard2.0/System.dll
+ net7.0/System.dll
+
+
+ CP0014
+ P:System.Diagnostics.ProcessStartInfo.Domain:[T:System.ComponentModel.NotifyParentPropertyAttribute]
+ netstandard2.0/System.dll
+ net7.0/System.dll
+
+
+ CP0014
+ P:System.Diagnostics.ProcessStartInfo.Environment:[T:System.ComponentModel.DefaultValueAttribute]
+ netstandard2.0/System.dll
+ net7.0/System.dll
+
+
+ CP0014
+ P:System.Diagnostics.ProcessStartInfo.Environment:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.0/System.dll
+ net7.0/System.dll
+
+
+ CP0014
+ P:System.Diagnostics.ProcessStartInfo.Environment:[T:System.ComponentModel.NotifyParentPropertyAttribute]
+ netstandard2.0/System.dll
+ net7.0/System.dll
+
+
+ CP0014
+ P:System.Diagnostics.ProcessStartInfo.EnvironmentVariables:[T:System.ComponentModel.DefaultValueAttribute]
+ netstandard2.0/System.dll
+ net7.0/System.dll
+
+
+ CP0014
+ P:System.Diagnostics.ProcessStartInfo.EnvironmentVariables:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.0/System.dll
+ net7.0/System.dll
+
+
+ CP0014
+ P:System.Diagnostics.ProcessStartInfo.EnvironmentVariables:[T:System.ComponentModel.NotifyParentPropertyAttribute]
+ netstandard2.0/System.dll
+ net7.0/System.dll
+
+
+ CP0014
+ P:System.Diagnostics.ProcessStartInfo.ErrorDialog:[T:System.ComponentModel.DefaultValueAttribute]
+ netstandard2.0/System.dll
+ net7.0/System.dll
+
+
+ CP0014
+ P:System.Diagnostics.ProcessStartInfo.ErrorDialog:[T:System.ComponentModel.NotifyParentPropertyAttribute]
+ netstandard2.0/System.dll
+ net7.0/System.dll
+
+
+ CP0014
+ P:System.Diagnostics.ProcessStartInfo.ErrorDialogParentHandle:[T:System.ComponentModel.BrowsableAttribute]
+ netstandard2.0/System.dll
+ net7.0/System.dll
+
+
+ CP0014
+ P:System.Diagnostics.ProcessStartInfo.ErrorDialogParentHandle:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.0/System.dll
+ net7.0/System.dll
+
+
+ CP0014
+ P:System.Diagnostics.ProcessStartInfo.FileName:[T:System.ComponentModel.DefaultValueAttribute]
+ netstandard2.0/System.dll
+ net7.0/System.dll
+
+
+ CP0014
+ P:System.Diagnostics.ProcessStartInfo.FileName:[T:System.ComponentModel.NotifyParentPropertyAttribute]
+ netstandard2.0/System.dll
+ net7.0/System.dll
+
+
+ CP0014
+ P:System.Diagnostics.ProcessStartInfo.FileName:[T:System.ComponentModel.SettingsBindableAttribute]
+ netstandard2.0/System.dll
+ net7.0/System.dll
+
+
+ CP0014
+ P:System.Diagnostics.ProcessStartInfo.LoadUserProfile:[T:System.ComponentModel.NotifyParentPropertyAttribute]
+ netstandard2.0/System.dll
+ net7.0/System.dll
+
+
+ CP0014
+ P:System.Diagnostics.ProcessStartInfo.PasswordInClearText:[T:System.ComponentModel.BrowsableAttribute]
+ netstandard2.0/System.dll
+ net7.0/System.dll
+
+
+ CP0014
+ P:System.Diagnostics.ProcessStartInfo.PasswordInClearText:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.0/System.dll
+ net7.0/System.dll
+
+
+ CP0014
+ P:System.Diagnostics.ProcessStartInfo.RedirectStandardError:[T:System.ComponentModel.DefaultValueAttribute]
+ netstandard2.0/System.dll
+ net7.0/System.dll
+
+
+ CP0014
+ P:System.Diagnostics.ProcessStartInfo.RedirectStandardError:[T:System.ComponentModel.NotifyParentPropertyAttribute]
+ netstandard2.0/System.dll
+ net7.0/System.dll
+
+
+ CP0014
+ P:System.Diagnostics.ProcessStartInfo.RedirectStandardInput:[T:System.ComponentModel.DefaultValueAttribute]
+ netstandard2.0/System.dll
+ net7.0/System.dll
+
+
+ CP0014
+ P:System.Diagnostics.ProcessStartInfo.RedirectStandardInput:[T:System.ComponentModel.NotifyParentPropertyAttribute]
+ netstandard2.0/System.dll
+ net7.0/System.dll
+
+
+ CP0014
+ P:System.Diagnostics.ProcessStartInfo.RedirectStandardOutput:[T:System.ComponentModel.DefaultValueAttribute]
+ netstandard2.0/System.dll
+ net7.0/System.dll
+
+
+ CP0014
+ P:System.Diagnostics.ProcessStartInfo.RedirectStandardOutput:[T:System.ComponentModel.NotifyParentPropertyAttribute]
+ netstandard2.0/System.dll
+ net7.0/System.dll
+
+
+ CP0014
+ P:System.Diagnostics.ProcessStartInfo.UserName:[T:System.ComponentModel.NotifyParentPropertyAttribute]
+ netstandard2.0/System.dll
+ net7.0/System.dll
+
+
+ CP0014
+ P:System.Diagnostics.ProcessStartInfo.UseShellExecute:[T:System.ComponentModel.DefaultValueAttribute]
+ netstandard2.0/System.dll
+ net7.0/System.dll
+
+
+ CP0014
+ P:System.Diagnostics.ProcessStartInfo.UseShellExecute:[T:System.ComponentModel.NotifyParentPropertyAttribute]
+ netstandard2.0/System.dll
+ net7.0/System.dll
+
+
+ CP0014
+ P:System.Diagnostics.ProcessStartInfo.Verb:[T:System.ComponentModel.NotifyParentPropertyAttribute]
+ netstandard2.0/System.dll
+ net7.0/System.dll
+
+
+ CP0014
+ P:System.Diagnostics.ProcessStartInfo.Verbs:[T:System.ComponentModel.BrowsableAttribute]
+ netstandard2.0/System.dll
+ net7.0/System.dll
+
+
+ CP0014
+ P:System.Diagnostics.ProcessStartInfo.Verbs:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.0/System.dll
+ net7.0/System.dll
+
+
+ CP0014
+ P:System.Diagnostics.ProcessStartInfo.WindowStyle:[T:System.ComponentModel.NotifyParentPropertyAttribute]
+ netstandard2.0/System.dll
+ net7.0/System.dll
+
+
+ CP0014
+ P:System.Diagnostics.ProcessStartInfo.WorkingDirectory:[T:System.ComponentModel.DefaultValueAttribute]
+ netstandard2.0/System.dll
+ net7.0/System.dll
+
+
+ CP0014
+ P:System.Diagnostics.ProcessStartInfo.WorkingDirectory:[T:System.ComponentModel.NotifyParentPropertyAttribute]
+ netstandard2.0/System.dll
+ net7.0/System.dll
+
+
+ CP0014
+ P:System.Diagnostics.ProcessStartInfo.WorkingDirectory:[T:System.ComponentModel.SettingsBindableAttribute]
+ netstandard2.0/System.dll
+ net7.0/System.dll
+
+
+ CP0014
+ P:System.Diagnostics.ProcessThread.IdealProcessor:[T:System.ComponentModel.BrowsableAttribute]
+ netstandard2.0/System.dll
+ net7.0/System.dll
+
+
+ CP0014
+ P:System.Diagnostics.ProcessThread.ProcessorAffinity:[T:System.ComponentModel.BrowsableAttribute]
+ netstandard2.0/System.dll
+ net7.0/System.dll
+
+
+ CP0014
+ P:System.IO.FileSystemWatcher.EnableRaisingEvents:[T:System.ComponentModel.DefaultValueAttribute]
+ netstandard2.0/System.dll
+ net7.0/System.dll
+
+
+ CP0014
+ P:System.IO.FileSystemWatcher.Filter:[T:System.ComponentModel.DefaultValueAttribute]
+ netstandard2.0/System.dll
+ net7.0/System.dll
+
+
+ CP0014
+ P:System.IO.FileSystemWatcher.Filter:[T:System.ComponentModel.SettingsBindableAttribute]
+ netstandard2.0/System.dll
+ net7.0/System.dll
+
+
+ CP0014
+ P:System.IO.FileSystemWatcher.IncludeSubdirectories:[T:System.ComponentModel.DefaultValueAttribute]
+ netstandard2.0/System.dll
+ net7.0/System.dll
+
+
+ CP0014
+ P:System.IO.FileSystemWatcher.InternalBufferSize:[T:System.ComponentModel.BrowsableAttribute]
+ netstandard2.0/System.dll
+ net7.0/System.dll
+
+
+ CP0014
+ P:System.IO.FileSystemWatcher.InternalBufferSize:[T:System.ComponentModel.DefaultValueAttribute]
+ netstandard2.0/System.dll
+ net7.0/System.dll
+
+
+ CP0014
+ P:System.IO.FileSystemWatcher.NotifyFilter:[T:System.ComponentModel.DefaultValueAttribute]
+ netstandard2.0/System.dll
+ net7.0/System.dll
+
+
+ CP0014
+ P:System.IO.FileSystemWatcher.Path:[T:System.ComponentModel.DefaultValueAttribute]
+ netstandard2.0/System.dll
+ net7.0/System.dll
+
+
+ CP0014
+ P:System.IO.FileSystemWatcher.Path:[T:System.ComponentModel.SettingsBindableAttribute]
+ netstandard2.0/System.dll
+ net7.0/System.dll
+
+
+ CP0014
+ P:System.IO.FileSystemWatcher.Site:[T:System.ComponentModel.BrowsableAttribute]
+ netstandard2.0/System.dll
+ net7.0/System.dll
+
+
+ CP0014
+ P:System.IO.FileSystemWatcher.SynchronizingObject:[T:System.ComponentModel.BrowsableAttribute]
+ netstandard2.0/System.dll
+ net7.0/System.dll
+
+
+ CP0014
+ P:System.IO.FileSystemWatcher.SynchronizingObject:[T:System.ComponentModel.DefaultValueAttribute]
+ netstandard2.0/System.dll
+ net7.0/System.dll
+
+
+ CP0014
+ P:System.Timers.Timer.AutoReset:[T:System.ComponentModel.CategoryAttribute]
+ netstandard2.0/System.dll
+ net7.0/System.dll
+
+
+ CP0014
+ P:System.Timers.Timer.Enabled:[T:System.ComponentModel.CategoryAttribute]
+ netstandard2.0/System.dll
+ net7.0/System.dll
+
+
+ CP0014
+ P:System.Timers.Timer.Interval:[T:System.ComponentModel.CategoryAttribute]
+ netstandard2.0/System.dll
+ net7.0/System.dll
+
+
+ CP0014
+ P:System.Timers.Timer.Interval:[T:System.ComponentModel.SettingsBindableAttribute]
+ netstandard2.0/System.dll
+ net7.0/System.dll
+
+
+ CP0014
+ P:System.Timers.Timer.SynchronizingObject:[T:System.ComponentModel.BrowsableAttribute]
+ netstandard2.0/System.dll
+ net7.0/System.dll
+
+
+ CP0014
+ T:System.ComponentModel.BackgroundWorker:[T:System.ComponentModel.DefaultEventAttribute]
+ netstandard2.0/System.dll
+ net7.0/System.dll
+
+
+ CP0014
+ T:System.Diagnostics.Process:[T:System.ComponentModel.DefaultEventAttribute]
+ netstandard2.0/System.dll
+ net7.0/System.dll
+
+
+ CP0014
+ T:System.Diagnostics.Process:[T:System.ComponentModel.DefaultPropertyAttribute]
+ netstandard2.0/System.dll
+ net7.0/System.dll
+
+
+ CP0014
+ T:System.IO.FileSystemWatcher:[T:System.ComponentModel.DefaultEventAttribute]
+ netstandard2.0/System.dll
+ net7.0/System.dll
+
+
+ CP0014
+ E:System.IO.FileSystemWatcher.Error:[T:System.ComponentModel.BrowsableAttribute]
+ netstandard2.0/System.IO.FileSystem.Watcher.dll
+ net7.0/System.IO.FileSystem.Watcher.dll
+
+
+ CP0014
+ P:System.IO.FileSystemWatcher.EnableRaisingEvents:[T:System.ComponentModel.DefaultValueAttribute]
+ netstandard2.0/System.IO.FileSystem.Watcher.dll
+ net7.0/System.IO.FileSystem.Watcher.dll
+
+
+ CP0014
+ P:System.IO.FileSystemWatcher.Filter:[T:System.ComponentModel.DefaultValueAttribute]
+ netstandard2.0/System.IO.FileSystem.Watcher.dll
+ net7.0/System.IO.FileSystem.Watcher.dll
+
+
+ CP0014
+ P:System.IO.FileSystemWatcher.Filter:[T:System.ComponentModel.SettingsBindableAttribute]
+ netstandard2.0/System.IO.FileSystem.Watcher.dll
+ net7.0/System.IO.FileSystem.Watcher.dll
+
+
+ CP0014
+ P:System.IO.FileSystemWatcher.IncludeSubdirectories:[T:System.ComponentModel.DefaultValueAttribute]
+ netstandard2.0/System.IO.FileSystem.Watcher.dll
+ net7.0/System.IO.FileSystem.Watcher.dll
+
+
+ CP0014
+ P:System.IO.FileSystemWatcher.InternalBufferSize:[T:System.ComponentModel.BrowsableAttribute]
+ netstandard2.0/System.IO.FileSystem.Watcher.dll
+ net7.0/System.IO.FileSystem.Watcher.dll
+
+
+ CP0014
+ P:System.IO.FileSystemWatcher.InternalBufferSize:[T:System.ComponentModel.DefaultValueAttribute]
+ netstandard2.0/System.IO.FileSystem.Watcher.dll
+ net7.0/System.IO.FileSystem.Watcher.dll
+
+
+ CP0014
+ P:System.IO.FileSystemWatcher.NotifyFilter:[T:System.ComponentModel.DefaultValueAttribute]
+ netstandard2.0/System.IO.FileSystem.Watcher.dll
+ net7.0/System.IO.FileSystem.Watcher.dll
+
+
+ CP0014
+ P:System.IO.FileSystemWatcher.Path:[T:System.ComponentModel.DefaultValueAttribute]
+ netstandard2.0/System.IO.FileSystem.Watcher.dll
+ net7.0/System.IO.FileSystem.Watcher.dll
+
+
+ CP0014
+ P:System.IO.FileSystemWatcher.Path:[T:System.ComponentModel.SettingsBindableAttribute]
+ netstandard2.0/System.IO.FileSystem.Watcher.dll
+ net7.0/System.IO.FileSystem.Watcher.dll
+
+
+ CP0014
+ P:System.IO.FileSystemWatcher.Site:[T:System.ComponentModel.BrowsableAttribute]
+ netstandard2.0/System.IO.FileSystem.Watcher.dll
+ net7.0/System.IO.FileSystem.Watcher.dll
+
+
+ CP0014
+ P:System.IO.FileSystemWatcher.SynchronizingObject:[T:System.ComponentModel.BrowsableAttribute]
+ netstandard2.0/System.IO.FileSystem.Watcher.dll
+ net7.0/System.IO.FileSystem.Watcher.dll
+
+
+ CP0014
+ P:System.IO.FileSystemWatcher.SynchronizingObject:[T:System.ComponentModel.DefaultValueAttribute]
+ netstandard2.0/System.IO.FileSystem.Watcher.dll
+ net7.0/System.IO.FileSystem.Watcher.dll
+
+
+ CP0014
+ T:System.IO.FileSystemWatcher:[T:System.ComponentModel.DefaultEventAttribute]
+ netstandard2.0/System.IO.FileSystem.Watcher.dll
+ net7.0/System.IO.FileSystem.Watcher.dll
+
+
+ CP0014
+ M:System.Collections.IEnumerable.GetEnumerator:[T:System.Runtime.InteropServices.DispIdAttribute]
+ netstandard2.0/System.Runtime.dll
+ net7.0/System.Runtime.dll
+
+
+ CP0014
+ M:System.Security.SecureString.AppendChar(System.Char):[T:System.Runtime.ExceptionServices.HandleProcessCorruptedStateExceptionsAttribute]
+ netstandard2.0/System.Security.SecureString.dll
+ net7.0/System.Security.SecureString.dll
+
+
+ CP0014
+ M:System.Security.SecureString.InsertAt(System.Int32,System.Char):[T:System.Runtime.ExceptionServices.HandleProcessCorruptedStateExceptionsAttribute]
+ netstandard2.0/System.Security.SecureString.dll
+ net7.0/System.Security.SecureString.dll
+
+
+ CP0014
+ M:System.Security.SecureString.RemoveAt(System.Int32):[T:System.Runtime.ExceptionServices.HandleProcessCorruptedStateExceptionsAttribute]
+ netstandard2.0/System.Security.SecureString.dll
+ net7.0/System.Security.SecureString.dll
+
+
+ CP0014
+ M:System.Security.SecureString.SetAt(System.Int32,System.Char):[T:System.Runtime.ExceptionServices.HandleProcessCorruptedStateExceptionsAttribute]
+ netstandard2.0/System.Security.SecureString.dll
+ net7.0/System.Security.SecureString.dll
+
+
+ CP0014
+ F:System.Text.RegularExpressions.Regex.internalMatchTimeout:[T:System.Runtime.Serialization.OptionalFieldAttribute]
+ netstandard2.0/System.Text.RegularExpressions.dll
+ net7.0/System.Text.RegularExpressions.dll
+
+
+ CP0015
+ P:System.Timers.Timer.Interval:[T:System.ComponentModel.DefaultValueAttribute]
+ netstandard2.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0015
+ T:System.Diagnostics.CodeAnalysis.ExcludeFromCodeCoverageAttribute:[T:System.AttributeUsageAttribute]
+ netstandard2.0/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0015
+ P:System.Timers.Timer.Interval:[T:System.ComponentModel.DefaultValueAttribute]
+ netstandard2.0/System.dll
+ net7.0/System.dll
+
+
+ CP0015
+ T:System.Diagnostics.CodeAnalysis.ExcludeFromCodeCoverageAttribute:[T:System.AttributeUsageAttribute]
+ netstandard2.0/System.dll
+ net7.0/System.dll
+
+
\ No newline at end of file
diff --git a/src/libraries/apicompat/ApiCompatBaseline.netstandard2.1.txt b/src/libraries/apicompat/ApiCompatBaseline.netstandard2.1.txt
deleted file mode 100644
index 23cb3764dd968f..00000000000000
--- a/src/libraries/apicompat/ApiCompatBaseline.netstandard2.1.txt
+++ /dev/null
@@ -1,157 +0,0 @@
-Compat issues with assembly netstandard:
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DefaultEventAttribute' exists on 'System.ComponentModel.BackgroundWorker' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.BrowsableAttribute' exists on 'System.ComponentModel.BackgroundWorker.CancellationPending' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.BrowsableAttribute' exists on 'System.ComponentModel.BackgroundWorker.IsBusy' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DefaultValueAttribute' exists on 'System.ComponentModel.BackgroundWorker.WorkerReportsProgress' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DefaultValueAttribute' exists on 'System.ComponentModel.BackgroundWorker.WorkerSupportsCancellation' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.BrowsableAttribute' exists on 'System.ComponentModel.RunWorkerCompletedEventArgs.UserState' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DefaultEventAttribute' exists on 'System.Diagnostics.Process' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DefaultPropertyAttribute' exists on 'System.Diagnostics.Process' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.BasePriority' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.BrowsableAttribute' exists on 'System.Diagnostics.Process.EnableRaisingEvents' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DefaultValueAttribute' exists on 'System.Diagnostics.Process.EnableRaisingEvents' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.BrowsableAttribute' exists on 'System.Diagnostics.Process.ExitCode' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.ExitCode' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.BrowsableAttribute' exists on 'System.Diagnostics.Process.ExitTime' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.ExitTime' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.BrowsableAttribute' exists on 'System.Diagnostics.Process.Handle' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.Handle' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.HandleCount' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.BrowsableAttribute' exists on 'System.Diagnostics.Process.HasExited' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.HasExited' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.Id' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.BrowsableAttribute' exists on 'System.Diagnostics.Process.MachineName' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.MachineName' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.BrowsableAttribute' exists on 'System.Diagnostics.Process.MainModule' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.MainModule' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.MainWindowHandle' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.MainWindowTitle' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.MaxWorkingSet' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.MinWorkingSet' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.BrowsableAttribute' exists on 'System.Diagnostics.Process.Modules' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.Modules' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.NonpagedSystemMemorySize' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.NonpagedSystemMemorySize64' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.PagedMemorySize' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.PagedMemorySize64' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.PagedSystemMemorySize' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.PagedSystemMemorySize64' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.PeakPagedMemorySize' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.PeakPagedMemorySize64' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.PeakVirtualMemorySize' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.PeakVirtualMemorySize64' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.PeakWorkingSet' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.PeakWorkingSet64' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.PriorityBoostEnabled' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.PriorityClass' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.PrivateMemorySize' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.PrivateMemorySize64' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.PrivilegedProcessorTime' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.ProcessName' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.ProcessorAffinity' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.Responding' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.BrowsableAttribute' exists on 'System.Diagnostics.Process.SafeHandle' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.SafeHandle' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.SessionId' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.BrowsableAttribute' exists on 'System.Diagnostics.Process.StandardError' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.StandardError' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.BrowsableAttribute' exists on 'System.Diagnostics.Process.StandardInput' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.StandardInput' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.BrowsableAttribute' exists on 'System.Diagnostics.Process.StandardOutput' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.StandardOutput' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.BrowsableAttribute' exists on 'System.Diagnostics.Process.StartInfo' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.StartInfo' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.StartTime' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.BrowsableAttribute' exists on 'System.Diagnostics.Process.SynchronizingObject' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DefaultValueAttribute' exists on 'System.Diagnostics.Process.SynchronizingObject' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.BrowsableAttribute' exists on 'System.Diagnostics.Process.Threads' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.Threads' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.TotalProcessorTime' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.UserProcessorTime' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.VirtualMemorySize' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.VirtualMemorySize64' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.WorkingSet' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.Process.WorkingSet64' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.BrowsableAttribute' exists on 'System.Diagnostics.Process.ErrorDataReceived' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.CategoryAttribute' exists on 'System.Diagnostics.Process.Exited' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.BrowsableAttribute' exists on 'System.Diagnostics.Process.OutputDataReceived' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.BrowsableAttribute' exists on 'System.Diagnostics.ProcessModule.FileVersionInfo' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DefaultValueAttribute' exists on 'System.Diagnostics.ProcessStartInfo.Arguments' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.NotifyParentPropertyAttribute' exists on 'System.Diagnostics.ProcessStartInfo.Arguments' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.SettingsBindableAttribute' exists on 'System.Diagnostics.ProcessStartInfo.Arguments' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DefaultValueAttribute' exists on 'System.Diagnostics.ProcessStartInfo.CreateNoWindow' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.NotifyParentPropertyAttribute' exists on 'System.Diagnostics.ProcessStartInfo.CreateNoWindow' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.NotifyParentPropertyAttribute' exists on 'System.Diagnostics.ProcessStartInfo.Domain' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DefaultValueAttribute' exists on 'System.Diagnostics.ProcessStartInfo.Environment' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.ProcessStartInfo.Environment' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.NotifyParentPropertyAttribute' exists on 'System.Diagnostics.ProcessStartInfo.Environment' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DefaultValueAttribute' exists on 'System.Diagnostics.ProcessStartInfo.EnvironmentVariables' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.ProcessStartInfo.EnvironmentVariables' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.NotifyParentPropertyAttribute' exists on 'System.Diagnostics.ProcessStartInfo.EnvironmentVariables' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DefaultValueAttribute' exists on 'System.Diagnostics.ProcessStartInfo.ErrorDialog' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.NotifyParentPropertyAttribute' exists on 'System.Diagnostics.ProcessStartInfo.ErrorDialog' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.BrowsableAttribute' exists on 'System.Diagnostics.ProcessStartInfo.ErrorDialogParentHandle' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.ProcessStartInfo.ErrorDialogParentHandle' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DefaultValueAttribute' exists on 'System.Diagnostics.ProcessStartInfo.FileName' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.NotifyParentPropertyAttribute' exists on 'System.Diagnostics.ProcessStartInfo.FileName' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.SettingsBindableAttribute' exists on 'System.Diagnostics.ProcessStartInfo.FileName' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.NotifyParentPropertyAttribute' exists on 'System.Diagnostics.ProcessStartInfo.LoadUserProfile' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.BrowsableAttribute' exists on 'System.Diagnostics.ProcessStartInfo.PasswordInClearText' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.ProcessStartInfo.PasswordInClearText' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DefaultValueAttribute' exists on 'System.Diagnostics.ProcessStartInfo.RedirectStandardError' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.NotifyParentPropertyAttribute' exists on 'System.Diagnostics.ProcessStartInfo.RedirectStandardError' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DefaultValueAttribute' exists on 'System.Diagnostics.ProcessStartInfo.RedirectStandardInput' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.NotifyParentPropertyAttribute' exists on 'System.Diagnostics.ProcessStartInfo.RedirectStandardInput' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DefaultValueAttribute' exists on 'System.Diagnostics.ProcessStartInfo.RedirectStandardOutput' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.NotifyParentPropertyAttribute' exists on 'System.Diagnostics.ProcessStartInfo.RedirectStandardOutput' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.NotifyParentPropertyAttribute' exists on 'System.Diagnostics.ProcessStartInfo.UserName' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DefaultValueAttribute' exists on 'System.Diagnostics.ProcessStartInfo.UseShellExecute' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.NotifyParentPropertyAttribute' exists on 'System.Diagnostics.ProcessStartInfo.UseShellExecute' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.NotifyParentPropertyAttribute' exists on 'System.Diagnostics.ProcessStartInfo.Verb' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.BrowsableAttribute' exists on 'System.Diagnostics.ProcessStartInfo.Verbs' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DesignerSerializationVisibilityAttribute' exists on 'System.Diagnostics.ProcessStartInfo.Verbs' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.NotifyParentPropertyAttribute' exists on 'System.Diagnostics.ProcessStartInfo.WindowStyle' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DefaultValueAttribute' exists on 'System.Diagnostics.ProcessStartInfo.WorkingDirectory' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.NotifyParentPropertyAttribute' exists on 'System.Diagnostics.ProcessStartInfo.WorkingDirectory' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.SettingsBindableAttribute' exists on 'System.Diagnostics.ProcessStartInfo.WorkingDirectory' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.BrowsableAttribute' exists on 'System.Diagnostics.ProcessThread.IdealProcessor' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.BrowsableAttribute' exists on 'System.Diagnostics.ProcessThread.ProcessorAffinity' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DefaultEventAttribute' exists on 'System.IO.FileSystemWatcher' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DefaultValueAttribute' exists on 'System.IO.FileSystemWatcher.EnableRaisingEvents' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DefaultValueAttribute' exists on 'System.IO.FileSystemWatcher.Filter' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.SettingsBindableAttribute' exists on 'System.IO.FileSystemWatcher.Filter' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DefaultValueAttribute' exists on 'System.IO.FileSystemWatcher.IncludeSubdirectories' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.BrowsableAttribute' exists on 'System.IO.FileSystemWatcher.InternalBufferSize' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DefaultValueAttribute' exists on 'System.IO.FileSystemWatcher.InternalBufferSize' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DefaultValueAttribute' exists on 'System.IO.FileSystemWatcher.NotifyFilter' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DefaultValueAttribute' exists on 'System.IO.FileSystemWatcher.Path' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.SettingsBindableAttribute' exists on 'System.IO.FileSystemWatcher.Path' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.BrowsableAttribute' exists on 'System.IO.FileSystemWatcher.Site' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.BrowsableAttribute' exists on 'System.IO.FileSystemWatcher.SynchronizingObject' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DefaultValueAttribute' exists on 'System.IO.FileSystemWatcher.SynchronizingObject' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.BrowsableAttribute' exists on 'System.IO.FileSystemWatcher.Error' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.Runtime.CompilerServices.IsReadOnlyAttribute' exists on 'System.Numerics.Vector.CopyTo(T[])' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.Runtime.CompilerServices.IsReadOnlyAttribute' exists on 'System.Numerics.Vector.CopyTo(T[], System.Int32)' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.Runtime.CompilerServices.IsReadOnlyAttribute' exists on 'System.Numerics.Vector.Equals(System.Numerics.Vector)' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.Runtime.CompilerServices.IsReadOnlyAttribute' exists on 'System.Numerics.Vector.Equals(System.Object)' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.Runtime.CompilerServices.IsReadOnlyAttribute' exists on 'System.Numerics.Vector.GetHashCode()' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.Runtime.CompilerServices.IsReadOnlyAttribute' exists on 'System.Numerics.Vector.Item.get(System.Int32)' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.Runtime.CompilerServices.IsReadOnlyAttribute' exists on 'System.Numerics.Vector.ToString()' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.Runtime.CompilerServices.IsReadOnlyAttribute' exists on 'System.Numerics.Vector.ToString(System.String)' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.Runtime.CompilerServices.IsReadOnlyAttribute' exists on 'System.Numerics.Vector.ToString(System.String, System.IFormatProvider)' in the contract but not the implementation.
-CannotChangeAttribute : Attribute 'System.AttributeUsageAttribute' on 'System.Runtime.CompilerServices.AsyncMethodBuilderAttribute' changed from '[AttributeUsageAttribute(AttributeTargets.Class | AttributeTargets.Delegate | AttributeTargets.Enum | AttributeTargets.Interface | AttributeTargets.Struct, Inherited=false, AllowMultiple=false)]' in the contract to '[AttributeUsageAttribute(AttributeTargets.Class | AttributeTargets.Delegate | AttributeTargets.Enum | AttributeTargets.Interface | AttributeTargets.Method | AttributeTargets.Struct, Inherited=false, AllowMultiple=false)]' in the implementation.
-CannotChangeAttribute : Attribute 'System.AttributeUsageAttribute' on 'System.Runtime.InteropServices.ManagedToNativeComInteropStubAttribute' changed from '[AttributeUsageAttribute(AttributeTargets.Method, Inherited=false)]' in the contract to '[AttributeUsageAttribute(AttributeTargets.Method, Inherited=false, AllowMultiple=false)]' in the implementation.
-CannotRemoveAttribute : Attribute 'System.Runtime.ExceptionServices.HandleProcessCorruptedStateExceptionsAttribute' exists on 'System.Security.SecureString.AppendChar(System.Char)' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.Runtime.ExceptionServices.HandleProcessCorruptedStateExceptionsAttribute' exists on 'System.Security.SecureString.InsertAt(System.Int32, System.Char)' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.Runtime.ExceptionServices.HandleProcessCorruptedStateExceptionsAttribute' exists on 'System.Security.SecureString.RemoveAt(System.Int32)' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.Runtime.ExceptionServices.HandleProcessCorruptedStateExceptionsAttribute' exists on 'System.Security.SecureString.SetAt(System.Int32, System.Char)' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.CategoryAttribute' exists on 'System.Timers.Timer.AutoReset' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.CategoryAttribute' exists on 'System.Timers.Timer.Enabled' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.CategoryAttribute' exists on 'System.Timers.Timer.Interval' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.DefaultValueAttribute' exists on 'System.Timers.Timer.Interval' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.SettingsBindableAttribute' exists on 'System.Timers.Timer.Interval' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.BrowsableAttribute' exists on 'System.Timers.Timer.SynchronizingObject' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ComponentModel.CategoryAttribute' exists on 'System.Timers.Timer.Elapsed' in the contract but not the implementation.
-CannotChangeAttribute : Attribute 'System.AttributeUsageAttribute' on 'System.Xml.Serialization.XmlAnyAttributeAttribute' changed from '[AttributeUsageAttribute(AttributeTargets.Field | AttributeTargets.Parameter | AttributeTargets.Property | AttributeTargets.ReturnValue)]' in the contract to '[AttributeUsageAttribute(AttributeTargets.Field | AttributeTargets.Parameter | AttributeTargets.Property | AttributeTargets.ReturnValue, AllowMultiple=false)]' in the implementation.
-CannotChangeAttribute : Attribute 'System.AttributeUsageAttribute' on 'System.Xml.Serialization.XmlNamespaceDeclarationsAttribute' changed from '[AttributeUsageAttribute(AttributeTargets.Field | AttributeTargets.Parameter | AttributeTargets.Property | AttributeTargets.ReturnValue)]' in the contract to '[AttributeUsageAttribute(AttributeTargets.Field | AttributeTargets.Parameter | AttributeTargets.Property | AttributeTargets.ReturnValue, AllowMultiple=false)]' in the implementation.
-Total Issues: 155
diff --git a/src/libraries/apicompat/ApiCompatBaseline.netstandard2.1.xml b/src/libraries/apicompat/ApiCompatBaseline.netstandard2.1.xml
new file mode 100644
index 00000000000000..492ec8c0cc46a4
--- /dev/null
+++ b/src/libraries/apicompat/ApiCompatBaseline.netstandard2.1.xml
@@ -0,0 +1,879 @@
+
+
+
+ CP0014
+ E:System.Diagnostics.Process.ErrorDataReceived:[T:System.ComponentModel.BrowsableAttribute]
+ netstandard2.1/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ E:System.Diagnostics.Process.Exited:[T:System.ComponentModel.CategoryAttribute]
+ netstandard2.1/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ E:System.Diagnostics.Process.OutputDataReceived:[T:System.ComponentModel.BrowsableAttribute]
+ netstandard2.1/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ E:System.IO.FileSystemWatcher.Error:[T:System.ComponentModel.BrowsableAttribute]
+ netstandard2.1/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ E:System.Timers.Timer.Elapsed:[T:System.ComponentModel.CategoryAttribute]
+ netstandard2.1/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ M:System.Security.SecureString.AppendChar(System.Char):[T:System.Runtime.ExceptionServices.HandleProcessCorruptedStateExceptionsAttribute]
+ netstandard2.1/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ M:System.Security.SecureString.InsertAt(System.Int32,System.Char):[T:System.Runtime.ExceptionServices.HandleProcessCorruptedStateExceptionsAttribute]
+ netstandard2.1/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ M:System.Security.SecureString.RemoveAt(System.Int32):[T:System.Runtime.ExceptionServices.HandleProcessCorruptedStateExceptionsAttribute]
+ netstandard2.1/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ M:System.Security.SecureString.SetAt(System.Int32,System.Char):[T:System.Runtime.ExceptionServices.HandleProcessCorruptedStateExceptionsAttribute]
+ netstandard2.1/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.ComponentModel.BackgroundWorker.CancellationPending:[T:System.ComponentModel.BrowsableAttribute]
+ netstandard2.1/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.ComponentModel.BackgroundWorker.IsBusy:[T:System.ComponentModel.BrowsableAttribute]
+ netstandard2.1/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.ComponentModel.BackgroundWorker.WorkerReportsProgress:[T:System.ComponentModel.DefaultValueAttribute]
+ netstandard2.1/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.ComponentModel.BackgroundWorker.WorkerSupportsCancellation:[T:System.ComponentModel.DefaultValueAttribute]
+ netstandard2.1/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.ComponentModel.RunWorkerCompletedEventArgs.UserState:[T:System.ComponentModel.BrowsableAttribute]
+ netstandard2.1/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.BasePriority:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.1/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.EnableRaisingEvents:[T:System.ComponentModel.BrowsableAttribute]
+ netstandard2.1/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.EnableRaisingEvents:[T:System.ComponentModel.DefaultValueAttribute]
+ netstandard2.1/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.ExitCode:[T:System.ComponentModel.BrowsableAttribute]
+ netstandard2.1/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.ExitCode:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.1/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.ExitTime:[T:System.ComponentModel.BrowsableAttribute]
+ netstandard2.1/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.ExitTime:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.1/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.Handle:[T:System.ComponentModel.BrowsableAttribute]
+ netstandard2.1/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.Handle:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.1/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.HandleCount:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.1/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.HasExited:[T:System.ComponentModel.BrowsableAttribute]
+ netstandard2.1/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.HasExited:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.1/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.Id:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.1/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.MachineName:[T:System.ComponentModel.BrowsableAttribute]
+ netstandard2.1/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.MachineName:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.1/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.MainModule:[T:System.ComponentModel.BrowsableAttribute]
+ netstandard2.1/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.MainModule:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.1/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.MainWindowHandle:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.1/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.MainWindowTitle:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.1/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.MaxWorkingSet:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.1/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.MinWorkingSet:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.1/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.Modules:[T:System.ComponentModel.BrowsableAttribute]
+ netstandard2.1/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.Modules:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.1/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.NonpagedSystemMemorySize:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.1/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.NonpagedSystemMemorySize64:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.1/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.PagedMemorySize:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.1/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.PagedMemorySize64:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.1/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.PagedSystemMemorySize:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.1/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.PagedSystemMemorySize64:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.1/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.PeakPagedMemorySize:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.1/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.PeakPagedMemorySize64:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.1/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.PeakVirtualMemorySize:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.1/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.PeakVirtualMemorySize64:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.1/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.PeakWorkingSet:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.1/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.PeakWorkingSet64:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.1/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.PriorityBoostEnabled:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.1/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.PriorityClass:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.1/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.PrivateMemorySize:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.1/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.PrivateMemorySize64:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.1/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.PrivilegedProcessorTime:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.1/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.ProcessName:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.1/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.ProcessorAffinity:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.1/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.Responding:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.1/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.SafeHandle:[T:System.ComponentModel.BrowsableAttribute]
+ netstandard2.1/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.SafeHandle:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.1/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.SessionId:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.1/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.StandardError:[T:System.ComponentModel.BrowsableAttribute]
+ netstandard2.1/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.StandardError:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.1/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.StandardInput:[T:System.ComponentModel.BrowsableAttribute]
+ netstandard2.1/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.StandardInput:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.1/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.StandardOutput:[T:System.ComponentModel.BrowsableAttribute]
+ netstandard2.1/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.StandardOutput:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.1/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.StartInfo:[T:System.ComponentModel.BrowsableAttribute]
+ netstandard2.1/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.StartInfo:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.1/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.StartTime:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.1/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.SynchronizingObject:[T:System.ComponentModel.BrowsableAttribute]
+ netstandard2.1/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.SynchronizingObject:[T:System.ComponentModel.DefaultValueAttribute]
+ netstandard2.1/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.Threads:[T:System.ComponentModel.BrowsableAttribute]
+ netstandard2.1/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.Threads:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.1/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.TotalProcessorTime:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.1/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.UserProcessorTime:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.1/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.VirtualMemorySize:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.1/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.VirtualMemorySize64:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.1/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.WorkingSet:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.1/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.Process.WorkingSet64:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.1/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.ProcessModule.FileVersionInfo:[T:System.ComponentModel.BrowsableAttribute]
+ netstandard2.1/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.ProcessStartInfo.Arguments:[T:System.ComponentModel.DefaultValueAttribute]
+ netstandard2.1/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.ProcessStartInfo.Arguments:[T:System.ComponentModel.NotifyParentPropertyAttribute]
+ netstandard2.1/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.ProcessStartInfo.Arguments:[T:System.ComponentModel.SettingsBindableAttribute]
+ netstandard2.1/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.ProcessStartInfo.CreateNoWindow:[T:System.ComponentModel.DefaultValueAttribute]
+ netstandard2.1/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.ProcessStartInfo.CreateNoWindow:[T:System.ComponentModel.NotifyParentPropertyAttribute]
+ netstandard2.1/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.ProcessStartInfo.Domain:[T:System.ComponentModel.NotifyParentPropertyAttribute]
+ netstandard2.1/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.ProcessStartInfo.Environment:[T:System.ComponentModel.DefaultValueAttribute]
+ netstandard2.1/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.ProcessStartInfo.Environment:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.1/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.ProcessStartInfo.Environment:[T:System.ComponentModel.NotifyParentPropertyAttribute]
+ netstandard2.1/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.ProcessStartInfo.EnvironmentVariables:[T:System.ComponentModel.DefaultValueAttribute]
+ netstandard2.1/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.ProcessStartInfo.EnvironmentVariables:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.1/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.ProcessStartInfo.EnvironmentVariables:[T:System.ComponentModel.NotifyParentPropertyAttribute]
+ netstandard2.1/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.ProcessStartInfo.ErrorDialog:[T:System.ComponentModel.DefaultValueAttribute]
+ netstandard2.1/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.ProcessStartInfo.ErrorDialog:[T:System.ComponentModel.NotifyParentPropertyAttribute]
+ netstandard2.1/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.ProcessStartInfo.ErrorDialogParentHandle:[T:System.ComponentModel.BrowsableAttribute]
+ netstandard2.1/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.ProcessStartInfo.ErrorDialogParentHandle:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.1/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.ProcessStartInfo.FileName:[T:System.ComponentModel.DefaultValueAttribute]
+ netstandard2.1/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.ProcessStartInfo.FileName:[T:System.ComponentModel.NotifyParentPropertyAttribute]
+ netstandard2.1/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.ProcessStartInfo.FileName:[T:System.ComponentModel.SettingsBindableAttribute]
+ netstandard2.1/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.ProcessStartInfo.LoadUserProfile:[T:System.ComponentModel.NotifyParentPropertyAttribute]
+ netstandard2.1/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.ProcessStartInfo.PasswordInClearText:[T:System.ComponentModel.BrowsableAttribute]
+ netstandard2.1/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.ProcessStartInfo.PasswordInClearText:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.1/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.ProcessStartInfo.RedirectStandardError:[T:System.ComponentModel.DefaultValueAttribute]
+ netstandard2.1/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.ProcessStartInfo.RedirectStandardError:[T:System.ComponentModel.NotifyParentPropertyAttribute]
+ netstandard2.1/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.ProcessStartInfo.RedirectStandardInput:[T:System.ComponentModel.DefaultValueAttribute]
+ netstandard2.1/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.ProcessStartInfo.RedirectStandardInput:[T:System.ComponentModel.NotifyParentPropertyAttribute]
+ netstandard2.1/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.ProcessStartInfo.RedirectStandardOutput:[T:System.ComponentModel.DefaultValueAttribute]
+ netstandard2.1/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.ProcessStartInfo.RedirectStandardOutput:[T:System.ComponentModel.NotifyParentPropertyAttribute]
+ netstandard2.1/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.ProcessStartInfo.UserName:[T:System.ComponentModel.NotifyParentPropertyAttribute]
+ netstandard2.1/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.ProcessStartInfo.UseShellExecute:[T:System.ComponentModel.DefaultValueAttribute]
+ netstandard2.1/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.ProcessStartInfo.UseShellExecute:[T:System.ComponentModel.NotifyParentPropertyAttribute]
+ netstandard2.1/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.ProcessStartInfo.Verb:[T:System.ComponentModel.NotifyParentPropertyAttribute]
+ netstandard2.1/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.ProcessStartInfo.Verbs:[T:System.ComponentModel.BrowsableAttribute]
+ netstandard2.1/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.ProcessStartInfo.Verbs:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute]
+ netstandard2.1/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.ProcessStartInfo.WindowStyle:[T:System.ComponentModel.NotifyParentPropertyAttribute]
+ netstandard2.1/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.ProcessStartInfo.WorkingDirectory:[T:System.ComponentModel.DefaultValueAttribute]
+ netstandard2.1/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.ProcessStartInfo.WorkingDirectory:[T:System.ComponentModel.NotifyParentPropertyAttribute]
+ netstandard2.1/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.ProcessStartInfo.WorkingDirectory:[T:System.ComponentModel.SettingsBindableAttribute]
+ netstandard2.1/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.ProcessThread.IdealProcessor:[T:System.ComponentModel.BrowsableAttribute]
+ netstandard2.1/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Diagnostics.ProcessThread.ProcessorAffinity:[T:System.ComponentModel.BrowsableAttribute]
+ netstandard2.1/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.IO.FileSystemWatcher.EnableRaisingEvents:[T:System.ComponentModel.DefaultValueAttribute]
+ netstandard2.1/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.IO.FileSystemWatcher.Filter:[T:System.ComponentModel.DefaultValueAttribute]
+ netstandard2.1/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.IO.FileSystemWatcher.Filter:[T:System.ComponentModel.SettingsBindableAttribute]
+ netstandard2.1/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.IO.FileSystemWatcher.IncludeSubdirectories:[T:System.ComponentModel.DefaultValueAttribute]
+ netstandard2.1/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.IO.FileSystemWatcher.InternalBufferSize:[T:System.ComponentModel.BrowsableAttribute]
+ netstandard2.1/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.IO.FileSystemWatcher.InternalBufferSize:[T:System.ComponentModel.DefaultValueAttribute]
+ netstandard2.1/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.IO.FileSystemWatcher.NotifyFilter:[T:System.ComponentModel.DefaultValueAttribute]
+ netstandard2.1/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.IO.FileSystemWatcher.Path:[T:System.ComponentModel.DefaultValueAttribute]
+ netstandard2.1/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.IO.FileSystemWatcher.Path:[T:System.ComponentModel.SettingsBindableAttribute]
+ netstandard2.1/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.IO.FileSystemWatcher.Site:[T:System.ComponentModel.BrowsableAttribute]
+ netstandard2.1/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.IO.FileSystemWatcher.SynchronizingObject:[T:System.ComponentModel.BrowsableAttribute]
+ netstandard2.1/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.IO.FileSystemWatcher.SynchronizingObject:[T:System.ComponentModel.DefaultValueAttribute]
+ netstandard2.1/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Timers.Timer.AutoReset:[T:System.ComponentModel.CategoryAttribute]
+ netstandard2.1/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Timers.Timer.Enabled:[T:System.ComponentModel.CategoryAttribute]
+ netstandard2.1/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Timers.Timer.Interval:[T:System.ComponentModel.CategoryAttribute]
+ netstandard2.1/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Timers.Timer.Interval:[T:System.ComponentModel.SettingsBindableAttribute]
+ netstandard2.1/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ P:System.Timers.Timer.SynchronizingObject:[T:System.ComponentModel.BrowsableAttribute]
+ netstandard2.1/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ T:System.ComponentModel.BackgroundWorker:[T:System.ComponentModel.DefaultEventAttribute]
+ netstandard2.1/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ T:System.Diagnostics.Process:[T:System.ComponentModel.DefaultEventAttribute]
+ netstandard2.1/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ T:System.Diagnostics.Process:[T:System.ComponentModel.DefaultPropertyAttribute]
+ netstandard2.1/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0014
+ T:System.IO.FileSystemWatcher:[T:System.ComponentModel.DefaultEventAttribute]
+ netstandard2.1/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0015
+ P:System.Timers.Timer.Interval:[T:System.ComponentModel.DefaultValueAttribute]
+ netstandard2.1/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0015
+ T:System.Runtime.CompilerServices.AsyncMethodBuilderAttribute:[T:System.AttributeUsageAttribute]
+ netstandard2.1/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0015
+ T:System.Runtime.InteropServices.ManagedToNativeComInteropStubAttribute:[T:System.AttributeUsageAttribute]
+ netstandard2.1/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0015
+ T:System.Xml.Serialization.XmlAnyAttributeAttribute:[T:System.AttributeUsageAttribute]
+ netstandard2.1/netstandard.dll
+ net7.0/netstandard.dll
+
+
+ CP0015
+ T:System.Xml.Serialization.XmlNamespaceDeclarationsAttribute:[T:System.AttributeUsageAttribute]
+ netstandard2.1/netstandard.dll
+ net7.0/netstandard.dll
+
+
\ No newline at end of file
diff --git a/src/libraries/oob.proj b/src/libraries/oob.proj
index 29594462f92b0d..0e6a8abee3250c 100644
--- a/src/libraries/oob.proj
+++ b/src/libraries/oob.proj
@@ -12,7 +12,7 @@
+ Condition="'$(DotNetBuildFromSource)' != 'true' and '$(ApiCompatValidateAssemblies)' != 'false'" />
diff --git a/src/libraries/shims/Directory.Build.props b/src/libraries/shims/Directory.Build.props
index 0d34a2f2b1f5a2..aa98afd27a62a0 100644
--- a/src/libraries/shims/Directory.Build.props
+++ b/src/libraries/shims/Directory.Build.props
@@ -16,7 +16,7 @@
true
false
- false
+ false
false
false
diff --git a/src/libraries/tests.proj b/src/libraries/tests.proj
index e536a36f52871c..08efb6908792dd 100644
--- a/src/libraries/tests.proj
+++ b/src/libraries/tests.proj
@@ -11,7 +11,6 @@
false
ErrorAndContinue
- BuildAllProjects=true
$(ArtifactsBinDir)\*.Tests\**\coverage.opencover.xml
$(ArtifactsDir)coverage
true
diff --git a/src/mono/System.Private.CoreLib/CompatibilitySuppressions.xml b/src/mono/System.Private.CoreLib/CompatibilitySuppressions.xml
new file mode 100644
index 00000000000000..877a8ab153e5a1
--- /dev/null
+++ b/src/mono/System.Private.CoreLib/CompatibilitySuppressions.xml
@@ -0,0 +1,39 @@
+
+
+
+ CP0001
+ T:Internal.Console
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0001
+ T:System.Runtime.CompilerServices.ICastable
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0002
+ F:System.Resources.ResourceManager.BaseNameField
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0002
+ F:System.Resources.ResourceSet.Reader
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0014
+ M:System.Runtime.CompilerServices.RuntimeHelpers.GetObjectValue(System.Object)->object?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute]
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
+ CP0014
+ M:System.Runtime.InteropServices.Marshal.CreateWrapperOfType(System.Object,System.Type)->object?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute]
+ ref/net7.0/System.Private.CoreLib.dll
+ lib/net7.0/System.Private.CoreLib.dll
+
+
\ No newline at end of file
diff --git a/src/mono/System.Private.CoreLib/MatchingRefApiCompatBaseline.txt b/src/mono/System.Private.CoreLib/MatchingRefApiCompatBaseline.txt
deleted file mode 100644
index 99b72c1b4394af..00000000000000
--- a/src/mono/System.Private.CoreLib/MatchingRefApiCompatBaseline.txt
+++ /dev/null
@@ -1,5 +0,0 @@
-Compat issues with assembly System.Private.CoreLib:
-TypesMustExist : Type 'Internal.Console' does not exist in the reference but it does exist in the implementation.
-TypesMustExist : Type 'System.Runtime.CompilerServices.ICastable' does not exist in the reference but it does exist in the implementation.
-MembersMustExist : Member 'protected System.Resources.IResourceReader System.Resources.IResourceReader System.Resources.ResourceSet.Reader' does not exist in the reference but it does exist in the implementation.
-MembersMustExist : Member 'protected System.String System.String System.Resources.ResourceManager.BaseNameField' does not exist in the reference but it does exist in the implementation.
\ No newline at end of file
diff --git a/src/mono/System.Private.CoreLib/System.Private.CoreLib.csproj b/src/mono/System.Private.CoreLib/System.Private.CoreLib.csproj
index 3c2fef69487a40..e1a6a89baec332 100644
--- a/src/mono/System.Private.CoreLib/System.Private.CoreLib.csproj
+++ b/src/mono/System.Private.CoreLib/System.Private.CoreLib.csproj
@@ -352,7 +352,6 @@
true
- true