diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index a79de59c346286..a1e1acf9bd77dd 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -234,9 +234,9 @@ https://github.com/dotnet/roslyn-analyzers 9a1f02eff42635a5a9934735f12c722c3bfba8e8 - + https://github.com/dotnet/sdk - c9baf2d5ea9d76cbef13b0dcd51877715c9b009a + 2a329734e8af66c8b3fc428ad044d95d86b36968 diff --git a/eng/Versions.props b/eng/Versions.props index 23362c945810b9..1400f33b5a2d9f 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -51,7 +51,7 @@ 3.10.0 6.0.0-rc1.21413.4 - 1.0.0-rc.1.21426.17 + 1.0.0-rc.1.21426.26 6.0.0-beta.21427.6 6.0.0-beta.21427.6 diff --git a/src/libraries/Microsoft.Bcl.AsyncInterfaces/src/CompatibilitySuppressions.xml b/src/libraries/Microsoft.Bcl.AsyncInterfaces/src/CompatibilitySuppressions.xml deleted file mode 100644 index 13579d318e7039..00000000000000 --- a/src/libraries/Microsoft.Bcl.AsyncInterfaces/src/CompatibilitySuppressions.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - CP0001 - lib/netstandard2.0/Microsoft.Bcl.AsyncInterfaces.dll - lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll - - \ No newline at end of file diff --git a/src/libraries/Microsoft.Extensions.Hosting.WindowsServices/src/CompatibilitySuppressions.xml b/src/libraries/Microsoft.Extensions.Hosting.WindowsServices/src/CompatibilitySuppressions.xml new file mode 100644 index 00000000000000..fa12ab27fb2326 --- /dev/null +++ b/src/libraries/Microsoft.Extensions.Hosting.WindowsServices/src/CompatibilitySuppressions.xml @@ -0,0 +1,11 @@ + + + + CP1002 + System.ServiceModel.Internals.dll + + + CP1002 + SMDiagnostics.dll + + \ No newline at end of file diff --git a/src/libraries/Microsoft.Win32.SystemEvents/src/CompatibilitySuppressions.xml b/src/libraries/Microsoft.Win32.SystemEvents/src/CompatibilitySuppressions.xml deleted file mode 100644 index 7a8b03634badf8..00000000000000 --- a/src/libraries/Microsoft.Win32.SystemEvents/src/CompatibilitySuppressions.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - CP0001 - lib/netstandard2.0/Microsoft.Win32.SystemEvents.dll - lib/net461/Microsoft.Win32.SystemEvents.dll - - \ No newline at end of file diff --git a/src/libraries/System.Configuration.ConfigurationManager/src/CompatibilitySuppressions.xml b/src/libraries/System.Configuration.ConfigurationManager/src/CompatibilitySuppressions.xml index 5441f0c558b51a..f1cdac2f6519bb 100644 --- a/src/libraries/System.Configuration.ConfigurationManager/src/CompatibilitySuppressions.xml +++ b/src/libraries/System.Configuration.ConfigurationManager/src/CompatibilitySuppressions.xml @@ -1,7 +1,38 @@  - CP0001 + CP0002 + M:System.Configuration.SettingsAttributeDictionary.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) + lib/netstandard2.0/System.Configuration.ConfigurationManager.dll + lib/net461/System.Configuration.ConfigurationManager.dll + + + CP0002 + M:System.Configuration.SettingsContext.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) + lib/netstandard2.0/System.Configuration.ConfigurationManager.dll + lib/net461/System.Configuration.ConfigurationManager.dll + + + CP0002 + M:System.Configuration.Internal.DelegatingConfigHost.RefreshConfigPaths + lib/netstandard2.0/System.Configuration.ConfigurationManager.dll + lib/net461/System.Configuration.ConfigurationManager.dll + + + CP0002 + M:System.Configuration.Internal.DelegatingConfigHost.get_HasLocalConfig + lib/netstandard2.0/System.Configuration.ConfigurationManager.dll + lib/net461/System.Configuration.ConfigurationManager.dll + + + CP0002 + M:System.Configuration.Internal.DelegatingConfigHost.get_HasRoamingConfig + lib/netstandard2.0/System.Configuration.ConfigurationManager.dll + lib/net461/System.Configuration.ConfigurationManager.dll + + + CP0002 + M:System.Configuration.Internal.DelegatingConfigHost.get_IsAppConfigHttp lib/netstandard2.0/System.Configuration.ConfigurationManager.dll lib/net461/System.Configuration.ConfigurationManager.dll diff --git a/src/libraries/System.Data.Odbc/src/CompatibilitySuppressions.xml b/src/libraries/System.Data.Odbc/src/CompatibilitySuppressions.xml index 627b6d1f8addb7..5d34f5842a63bf 100644 --- a/src/libraries/System.Data.Odbc/src/CompatibilitySuppressions.xml +++ b/src/libraries/System.Data.Odbc/src/CompatibilitySuppressions.xml @@ -1,10 +1,5 @@  - - CP0001 - lib/netstandard2.0/System.Data.Odbc.dll - lib/net461/System.Data.Odbc.dll - CP0002 M:System.Data.Odbc.OdbcParameter.get_Offset @@ -149,6 +144,14 @@ lib/netcoreapp3.1/System.Data.Odbc.dll runtimes/win/lib/netcoreapp3.1/System.Data.Odbc.dll + + CP1002 + System.ServiceModel.Internals.dll + + + CP1002 + SMDiagnostics.dll + CP0001 T:System.Data.Odbc.ODBC32 diff --git a/src/libraries/System.Data.OleDb/src/CompatibilitySuppressions.xml b/src/libraries/System.Data.OleDb/src/CompatibilitySuppressions.xml index 3bdc38c1743f04..fa12ab27fb2326 100644 --- a/src/libraries/System.Data.OleDb/src/CompatibilitySuppressions.xml +++ b/src/libraries/System.Data.OleDb/src/CompatibilitySuppressions.xml @@ -1,8 +1,11 @@ - + - CP0001 - lib/netstandard2.0/System.Data.OleDb.dll - lib/net461/System.Data.OleDb.dll + CP1002 + System.ServiceModel.Internals.dll + + + CP1002 + SMDiagnostics.dll \ No newline at end of file diff --git a/src/libraries/System.Diagnostics.EventLog/src/CompatibilitySuppressions.xml b/src/libraries/System.Diagnostics.EventLog/src/CompatibilitySuppressions.xml deleted file mode 100644 index 751a9e77e891e3..00000000000000 --- a/src/libraries/System.Diagnostics.EventLog/src/CompatibilitySuppressions.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - CP0001 - lib/netstandard2.0/System.Diagnostics.EventLog.dll - lib/net461/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 deleted file mode 100644 index 5dd8d50f606e67..00000000000000 --- a/src/libraries/System.Diagnostics.PerformanceCounter/src/CompatibilitySuppressions.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - CP0001 - lib/netstandard2.0/System.Diagnostics.PerformanceCounter.dll - lib/net461/System.Diagnostics.PerformanceCounter.dll - - \ No newline at end of file diff --git a/src/libraries/System.Drawing.Common/src/CompatibilitySuppressions.xml b/src/libraries/System.Drawing.Common/src/CompatibilitySuppressions.xml index a7e39a278823c2..22af7d449fc47d 100644 --- a/src/libraries/System.Drawing.Common/src/CompatibilitySuppressions.xml +++ b/src/libraries/System.Drawing.Common/src/CompatibilitySuppressions.xml @@ -1,20 +1,69 @@  + + CP0002 + M:System.Drawing.Graphics.GetContextInfo(System.Drawing.PointF@) + lib/netstandard2.0/System.Drawing.Common.dll + lib/net461/System.Drawing.Common.dll + + + CP0002 + M:System.Drawing.Graphics.GetContextInfo(System.Drawing.PointF@,System.Drawing.Region@) + lib/netstandard2.0/System.Drawing.Common.dll + lib/net461/System.Drawing.Common.dll + + + CP0001 + T:System.Drawing.FontConverter + lib/netstandard2.0/System.Drawing.Common.dll + lib/net461/System.Drawing.Common.dll + + + CP0001 + T:System.Drawing.IconConverter + lib/netstandard2.0/System.Drawing.Common.dll + lib/net461/System.Drawing.Common.dll + CP0001 + T:System.Drawing.ImageConverter lib/netstandard2.0/System.Drawing.Common.dll lib/net461/System.Drawing.Common.dll CP0001 - T:System.Drawing.ColorTranslator + T:System.Drawing.ImageFormatConverter lib/netstandard2.0/System.Drawing.Common.dll - lib/netcoreapp3.1/System.Drawing.Common.dll + lib/net461/System.Drawing.Common.dll CP0001 - T:System.Drawing.SystemColors + T:System.Drawing.Printing.MarginsConverter + lib/netstandard2.0/System.Drawing.Common.dll + lib/net461/System.Drawing.Common.dll + + + CP0002 + F:System.Drawing.Imaging.Encoder.ColorSpace + lib/netstandard2.0/System.Drawing.Common.dll + lib/net461/System.Drawing.Common.dll + + + CP0002 + F:System.Drawing.Imaging.Encoder.ImageItems lib/netstandard2.0/System.Drawing.Common.dll - lib/netcoreapp3.1/System.Drawing.Common.dll + lib/net461/System.Drawing.Common.dll + + + CP0002 + F:System.Drawing.Imaging.Encoder.SaveAsCmyk + lib/netstandard2.0/System.Drawing.Common.dll + lib/net461/System.Drawing.Common.dll + + + CP0002 + F:System.Drawing.Imaging.EncoderParameterValueType.ValueTypePointer + lib/netstandard2.0/System.Drawing.Common.dll + lib/net461/System.Drawing.Common.dll \ No newline at end of file diff --git a/src/libraries/System.IO.Packaging/src/CompatibilitySuppressions.xml b/src/libraries/System.IO.Packaging/src/CompatibilitySuppressions.xml index ca7554cc926e6c..c4a6f07ed08c6a 100644 --- a/src/libraries/System.IO.Packaging/src/CompatibilitySuppressions.xml +++ b/src/libraries/System.IO.Packaging/src/CompatibilitySuppressions.xml @@ -1,10 +1,5 @@  - - CP0001 - lib/netstandard2.0/System.IO.Packaging.dll - lib/net461/System.IO.Packaging.dll - PKV006 .NETFramework,Version=v4.6 diff --git a/src/libraries/System.IO.Ports/src/CompatibilitySuppressions.xml b/src/libraries/System.IO.Ports/src/CompatibilitySuppressions.xml deleted file mode 100644 index 3d3afe95121eaa..00000000000000 --- a/src/libraries/System.IO.Ports/src/CompatibilitySuppressions.xml +++ /dev/null @@ -1,86 +0,0 @@ - - - - CP0001 - lib/netstandard2.0/System.IO.Ports.dll - lib/net461/System.IO.Ports.dll - - - CP0001 - T:System.IO.Ports.Handshake - lib/net461/System.IO.Ports.dll - runtimes/unix/lib/netstandard2.0/System.IO.Ports.dll - - - CP0001 - T:System.IO.Ports.Parity - lib/net461/System.IO.Ports.dll - runtimes/unix/lib/netstandard2.0/System.IO.Ports.dll - - - CP0001 - T:System.IO.Ports.SerialData - lib/net461/System.IO.Ports.dll - runtimes/unix/lib/netstandard2.0/System.IO.Ports.dll - - - CP0001 - T:System.IO.Ports.SerialDataReceivedEventArgs - lib/net461/System.IO.Ports.dll - runtimes/unix/lib/netstandard2.0/System.IO.Ports.dll - - - CP0001 - T:System.IO.Ports.SerialDataReceivedEventHandler - lib/net461/System.IO.Ports.dll - runtimes/unix/lib/netstandard2.0/System.IO.Ports.dll - - - CP0001 - T:System.IO.Ports.SerialError - lib/net461/System.IO.Ports.dll - runtimes/unix/lib/netstandard2.0/System.IO.Ports.dll - - - CP0001 - T:System.IO.Ports.SerialErrorReceivedEventArgs - lib/net461/System.IO.Ports.dll - runtimes/unix/lib/netstandard2.0/System.IO.Ports.dll - - - CP0001 - T:System.IO.Ports.SerialErrorReceivedEventHandler - lib/net461/System.IO.Ports.dll - runtimes/unix/lib/netstandard2.0/System.IO.Ports.dll - - - CP0001 - T:System.IO.Ports.SerialPinChange - lib/net461/System.IO.Ports.dll - runtimes/unix/lib/netstandard2.0/System.IO.Ports.dll - - - CP0001 - T:System.IO.Ports.SerialPinChangedEventArgs - lib/net461/System.IO.Ports.dll - runtimes/unix/lib/netstandard2.0/System.IO.Ports.dll - - - CP0001 - T:System.IO.Ports.SerialPinChangedEventHandler - lib/net461/System.IO.Ports.dll - runtimes/unix/lib/netstandard2.0/System.IO.Ports.dll - - - CP0001 - T:System.IO.Ports.SerialPort - lib/net461/System.IO.Ports.dll - runtimes/unix/lib/netstandard2.0/System.IO.Ports.dll - - - CP0001 - T:System.IO.Ports.StopBits - lib/net461/System.IO.Ports.dll - runtimes/unix/lib/netstandard2.0/System.IO.Ports.dll - - \ No newline at end of file diff --git a/src/libraries/System.CodeDom/src/CompatibilitySuppressions.xml b/src/libraries/System.Runtime.Caching/src/CompatibilitySuppressions.xml similarity index 58% rename from src/libraries/System.CodeDom/src/CompatibilitySuppressions.xml rename to src/libraries/System.Runtime.Caching/src/CompatibilitySuppressions.xml index 292caf8b32fd1a..e61668a80c9203 100644 --- a/src/libraries/System.CodeDom/src/CompatibilitySuppressions.xml +++ b/src/libraries/System.Runtime.Caching/src/CompatibilitySuppressions.xml @@ -1,8 +1,7 @@  - CP0001 - lib/netstandard2.0/System.CodeDom.dll - lib/net461/System.CodeDom.dll + CP1002 + System.Runtime.CompilerServices.Unsafe.dll \ No newline at end of file diff --git a/src/libraries/System.Security.Cryptography.Pkcs/src/CompatibilitySuppressions.xml b/src/libraries/System.Security.Cryptography.Pkcs/src/CompatibilitySuppressions.xml index 59a3d702ec042e..b56749eac2c275 100644 --- a/src/libraries/System.Security.Cryptography.Pkcs/src/CompatibilitySuppressions.xml +++ b/src/libraries/System.Security.Cryptography.Pkcs/src/CompatibilitySuppressions.xml @@ -1,7 +1,86 @@ - + - CP0001 + CP0002 + M:System.Security.Cryptography.Pkcs.CmsSigner.get_PrivateKey + lib/netstandard2.0/System.Security.Cryptography.Pkcs.dll + lib/net461/System.Security.Cryptography.Pkcs.dll + + + CP0002 + M:System.Security.Cryptography.Pkcs.CmsSigner.set_PrivateKey(System.Security.Cryptography.AsymmetricAlgorithm) + lib/netstandard2.0/System.Security.Cryptography.Pkcs.dll + lib/net461/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) + lib/netstandard2.0/System.Security.Cryptography.Pkcs.dll + lib/net461/System.Security.Cryptography.Pkcs.dll + + + CP0002 + M:System.Security.Cryptography.Pkcs.ContentInfo.GetContentType(System.ReadOnlySpan{System.Byte}) + lib/netstandard2.0/System.Security.Cryptography.Pkcs.dll + lib/net461/System.Security.Cryptography.Pkcs.dll + + + CP0002 + M:System.Security.Cryptography.Pkcs.EnvelopedCms.Decode(System.ReadOnlySpan{System.Byte}) + lib/netstandard2.0/System.Security.Cryptography.Pkcs.dll + lib/net461/System.Security.Cryptography.Pkcs.dll + + + CP0002 + M:System.Security.Cryptography.Pkcs.EnvelopedCms.Decrypt(System.Security.Cryptography.Pkcs.RecipientInfo,System.Security.Cryptography.AsymmetricAlgorithm) + lib/netstandard2.0/System.Security.Cryptography.Pkcs.dll + lib/net461/System.Security.Cryptography.Pkcs.dll + + + CP0002 + M:System.Security.Cryptography.Pkcs.SignedCms.Decode(System.ReadOnlySpan{System.Byte}) + lib/netstandard2.0/System.Security.Cryptography.Pkcs.dll + lib/net461/System.Security.Cryptography.Pkcs.dll + + + CP0002 + M:System.Security.Cryptography.Pkcs.SignedCms.AddCertificate(System.Security.Cryptography.X509Certificates.X509Certificate2) + lib/netstandard2.0/System.Security.Cryptography.Pkcs.dll + lib/net461/System.Security.Cryptography.Pkcs.dll + + + CP0002 + M:System.Security.Cryptography.Pkcs.SignedCms.RemoveCertificate(System.Security.Cryptography.X509Certificates.X509Certificate2) + lib/netstandard2.0/System.Security.Cryptography.Pkcs.dll + lib/net461/System.Security.Cryptography.Pkcs.dll + + + CP0002 + M:System.Security.Cryptography.Pkcs.SignerInfo.GetSignature + lib/netstandard2.0/System.Security.Cryptography.Pkcs.dll + lib/net461/System.Security.Cryptography.Pkcs.dll + + + CP0002 + M:System.Security.Cryptography.Pkcs.SignerInfo.get_SignatureAlgorithm + lib/netstandard2.0/System.Security.Cryptography.Pkcs.dll + lib/net461/System.Security.Cryptography.Pkcs.dll + + + CP0002 + M:System.Security.Cryptography.Pkcs.SignerInfo.AddUnsignedAttribute(System.Security.Cryptography.AsnEncodedData) + lib/netstandard2.0/System.Security.Cryptography.Pkcs.dll + lib/net461/System.Security.Cryptography.Pkcs.dll + + + CP0002 + M:System.Security.Cryptography.Pkcs.SignerInfo.RemoveUnsignedAttribute(System.Security.Cryptography.AsnEncodedData) + lib/netstandard2.0/System.Security.Cryptography.Pkcs.dll + lib/net461/System.Security.Cryptography.Pkcs.dll + + + CP0002 + M:System.Security.Cryptography.Pkcs.SubjectIdentifier.MatchesCertificate(System.Security.Cryptography.X509Certificates.X509Certificate2) lib/netstandard2.0/System.Security.Cryptography.Pkcs.dll lib/net461/System.Security.Cryptography.Pkcs.dll diff --git a/src/libraries/System.Security.Cryptography.ProtectedData/src/CompatibilitySuppressions.xml b/src/libraries/System.Security.Cryptography.ProtectedData/src/CompatibilitySuppressions.xml index 40864690636e2e..1fabb2d07af7b1 100644 --- a/src/libraries/System.Security.Cryptography.ProtectedData/src/CompatibilitySuppressions.xml +++ b/src/libraries/System.Security.Cryptography.ProtectedData/src/CompatibilitySuppressions.xml @@ -1,17 +1,5 @@ - + - - CP0001 - T:System.Security.Cryptography.DataProtectionScope - lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll - lib/net461/System.Security.Cryptography.ProtectedData.dll - - - CP0001 - T:System.Security.Cryptography.ProtectedData - lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll - lib/net461/System.Security.Cryptography.ProtectedData.dll - PKV006 .NETFramework,Version=v4.6 diff --git a/src/libraries/System.Security.Cryptography.Xml/src/CompatibilitySuppressions.xml b/src/libraries/System.Security.Cryptography.Xml/src/CompatibilitySuppressions.xml index 174055d48008ee..dd6795c03dbeae 100644 --- a/src/libraries/System.Security.Cryptography.Xml/src/CompatibilitySuppressions.xml +++ b/src/libraries/System.Security.Cryptography.Xml/src/CompatibilitySuppressions.xml @@ -1,7 +1,44 @@ - + + + CP0002 + F:System.Security.Cryptography.Xml.SignedXml.XmlDsigSHA256Url + lib/netstandard2.0/System.Security.Cryptography.Xml.dll + lib/net461/System.Security.Cryptography.Xml.dll + + + CP0002 + F:System.Security.Cryptography.Xml.SignedXml.XmlDsigRSASHA256Url + lib/netstandard2.0/System.Security.Cryptography.Xml.dll + lib/net461/System.Security.Cryptography.Xml.dll + + + CP0002 + F:System.Security.Cryptography.Xml.SignedXml.XmlDsigSHA384Url + lib/netstandard2.0/System.Security.Cryptography.Xml.dll + lib/net461/System.Security.Cryptography.Xml.dll + + + CP0002 + F:System.Security.Cryptography.Xml.SignedXml.XmlDsigRSASHA384Url + lib/netstandard2.0/System.Security.Cryptography.Xml.dll + lib/net461/System.Security.Cryptography.Xml.dll + + + CP0002 + F:System.Security.Cryptography.Xml.SignedXml.XmlDsigSHA512Url + lib/netstandard2.0/System.Security.Cryptography.Xml.dll + lib/net461/System.Security.Cryptography.Xml.dll + + + CP0002 + F:System.Security.Cryptography.Xml.SignedXml.XmlDsigRSASHA512Url + lib/netstandard2.0/System.Security.Cryptography.Xml.dll + lib/net461/System.Security.Cryptography.Xml.dll + CP0001 + T:System.Security.Cryptography.Xml.CryptoSignedXmlRecursionException lib/netstandard2.0/System.Security.Cryptography.Xml.dll lib/net461/System.Security.Cryptography.Xml.dll diff --git a/src/libraries/System.Security.Permissions/src/CompatibilitySuppressions.xml b/src/libraries/System.Security.Permissions/src/CompatibilitySuppressions.xml index 40fce05b9e31bb..7f4c719e0a9bdf 100644 --- a/src/libraries/System.Security.Permissions/src/CompatibilitySuppressions.xml +++ b/src/libraries/System.Security.Permissions/src/CompatibilitySuppressions.xml @@ -1,39 +1,30 @@  - CP0001 - lib/netstandard2.0/System.Security.Permissions.dll - lib/net461/System.Security.Permissions.dll - - - CP0001 - T:System.Security.Policy.Evidence - lib/net5.0/System.Security.Permissions.dll - lib/net6.0/System.Security.Permissions.dll + CP1002 + System.ServiceModel.Internals.dll - CP0001 - T:System.Security.Policy.EvidenceBase - lib/net5.0/System.Security.Permissions.dll - lib/net6.0/System.Security.Permissions.dll + CP1002 + SMDiagnostics.dll - CP0001 - T:System.Security.IStackWalk + CP0002 + M:System.Security.Permissions.KeyContainerPermissionAccessEntryCollection.CopyTo(System.Array,System.Int32) lib/netstandard2.0/System.Security.Permissions.dll - lib/netcoreapp3.1/System.Security.Permissions.dll + lib/net461/System.Security.Permissions.dll - CP0001 - T:System.Security.PermissionSet + CP0002 + M:System.Security.Permissions.KeyContainerPermissionAccessEntryCollection.#ctor lib/netstandard2.0/System.Security.Permissions.dll - lib/netcoreapp3.1/System.Security.Permissions.dll + lib/net461/System.Security.Permissions.dll - CP0001 - T:System.Security.Permissions.PermissionState + CP0002 + M:System.Security.Permissions.KeyContainerPermissionAccessEntryEnumerator.#ctor lib/netstandard2.0/System.Security.Permissions.dll - lib/netcoreapp3.1/System.Security.Permissions.dll + lib/net461/System.Security.Permissions.dll CP0001 @@ -49,10 +40,4 @@ lib/netstandard2.0/System.Security.Permissions.dll true - - CP0008 - T:System.Security.NamedPermissionSet - lib/netstandard2.0/System.Security.Permissions.dll - lib/netcoreapp3.1/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 5cdd695b8805e5..311a18dcc13ddf 100644 --- a/src/libraries/System.ServiceModel.Syndication/src/CompatibilitySuppressions.xml +++ b/src/libraries/System.ServiceModel.Syndication/src/CompatibilitySuppressions.xml @@ -1,7 +1,124 @@ - + + + CP1002 + System.ServiceModel.Internals.dll + + + CP1002 + SMDiagnostics.dll + + + CP1002 + Microsoft.Transactions.Bridge.dll + + + CP1002 + Microsoft.VisualBasic.Activities.Compiler.dll + + + CP1002 + System.Xaml.Hosting.dll + + + CP0002 + M:System.ServiceModel.Syndication.SyndicationFeed.get_Documentation + lib/netstandard2.0/System.ServiceModel.Syndication.dll + lib/net461/System.ServiceModel.Syndication.dll + + + CP0002 + M:System.ServiceModel.Syndication.SyndicationFeed.set_Documentation(System.ServiceModel.Syndication.SyndicationLink) + lib/netstandard2.0/System.ServiceModel.Syndication.dll + lib/net461/System.ServiceModel.Syndication.dll + + + CP0002 + M:System.ServiceModel.Syndication.SyndicationFeed.get_TimeToLive + lib/netstandard2.0/System.ServiceModel.Syndication.dll + lib/net461/System.ServiceModel.Syndication.dll + + + CP0002 + M:System.ServiceModel.Syndication.SyndicationFeed.set_TimeToLive(System.Nullable{System.TimeSpan}) + lib/netstandard2.0/System.ServiceModel.Syndication.dll + lib/net461/System.ServiceModel.Syndication.dll + + + CP0002 + M:System.ServiceModel.Syndication.SyndicationFeed.get_SkipHours + lib/netstandard2.0/System.ServiceModel.Syndication.dll + lib/net461/System.ServiceModel.Syndication.dll + + + CP0002 + M:System.ServiceModel.Syndication.SyndicationFeed.get_SkipDays + lib/netstandard2.0/System.ServiceModel.Syndication.dll + lib/net461/System.ServiceModel.Syndication.dll + + + CP0002 + M:System.ServiceModel.Syndication.SyndicationFeed.get_TextInput + lib/netstandard2.0/System.ServiceModel.Syndication.dll + lib/net461/System.ServiceModel.Syndication.dll + + + CP0002 + M:System.ServiceModel.Syndication.SyndicationFeed.set_TextInput(System.ServiceModel.Syndication.SyndicationTextInput) + lib/netstandard2.0/System.ServiceModel.Syndication.dll + lib/net461/System.ServiceModel.Syndication.dll + + + CP0002 + M:System.ServiceModel.Syndication.SyndicationFeedFormatter.get_UriParser + lib/netstandard2.0/System.ServiceModel.Syndication.dll + lib/net461/System.ServiceModel.Syndication.dll + + + CP0002 + M:System.ServiceModel.Syndication.SyndicationFeedFormatter.set_UriParser(System.ServiceModel.Syndication.TryParseUriCallback) + lib/netstandard2.0/System.ServiceModel.Syndication.dll + lib/net461/System.ServiceModel.Syndication.dll + + + CP0002 + M:System.ServiceModel.Syndication.SyndicationFeedFormatter.get_DateTimeParser + lib/netstandard2.0/System.ServiceModel.Syndication.dll + lib/net461/System.ServiceModel.Syndication.dll + + + CP0002 + M:System.ServiceModel.Syndication.SyndicationFeedFormatter.set_DateTimeParser(System.ServiceModel.Syndication.TryParseDateTimeCallback) + lib/netstandard2.0/System.ServiceModel.Syndication.dll + lib/net461/System.ServiceModel.Syndication.dll + + + CP0001 + T:System.ServiceModel.Syndication.TryParseDateTimeCallback + lib/netstandard2.0/System.ServiceModel.Syndication.dll + lib/net461/System.ServiceModel.Syndication.dll + + + CP0001 + T:System.ServiceModel.Syndication.TryParseUriCallback + lib/netstandard2.0/System.ServiceModel.Syndication.dll + lib/net461/System.ServiceModel.Syndication.dll + + + CP0001 + T:System.ServiceModel.Syndication.SyndicationTextInput + lib/netstandard2.0/System.ServiceModel.Syndication.dll + lib/net461/System.ServiceModel.Syndication.dll + + + CP0001 + T:System.ServiceModel.Syndication.XmlDateTimeData + lib/netstandard2.0/System.ServiceModel.Syndication.dll + lib/net461/System.ServiceModel.Syndication.dll + CP0001 + T:System.ServiceModel.Syndication.XmlUriData lib/netstandard2.0/System.ServiceModel.Syndication.dll lib/net461/System.ServiceModel.Syndication.dll diff --git a/src/libraries/System.ServiceProcess.ServiceController/src/CompatibilitySuppressions.xml b/src/libraries/System.ServiceProcess.ServiceController/src/CompatibilitySuppressions.xml index d26132f552badf..9efec6b3676bc0 100644 --- a/src/libraries/System.ServiceProcess.ServiceController/src/CompatibilitySuppressions.xml +++ b/src/libraries/System.ServiceProcess.ServiceController/src/CompatibilitySuppressions.xml @@ -1,9 +1,12 @@ - + - CP0001 - lib/netstandard2.0/System.ServiceProcess.ServiceController.dll - lib/net461/System.ServiceProcess.ServiceController.dll + CP1002 + System.ServiceModel.Internals.dll + + + CP1002 + SMDiagnostics.dll PKV006 diff --git a/src/libraries/System.Threading.AccessControl/src/CompatibilitySuppressions.xml b/src/libraries/System.Threading.AccessControl/src/CompatibilitySuppressions.xml index e3b9814aa9f0ff..1fabb2d07af7b1 100644 --- a/src/libraries/System.Threading.AccessControl/src/CompatibilitySuppressions.xml +++ b/src/libraries/System.Threading.AccessControl/src/CompatibilitySuppressions.xml @@ -1,10 +1,5 @@ - + - - CP0001 - lib/netstandard2.0/System.Threading.AccessControl.dll - lib/net461/System.Threading.AccessControl.dll - PKV006 .NETFramework,Version=v4.6 diff --git a/src/libraries/System.Windows.Extensions/src/CompatibilitySuppressions.xml b/src/libraries/System.Windows.Extensions/src/CompatibilitySuppressions.xml index c6379c3e4ac3ca..c11ac9d327ad33 100644 --- a/src/libraries/System.Windows.Extensions/src/CompatibilitySuppressions.xml +++ b/src/libraries/System.Windows.Extensions/src/CompatibilitySuppressions.xml @@ -1,12 +1,12 @@ - + PKV006 - .NETCoreapp,Version=v3.0 + .NETCoreApp,Version=v3.0 PKV007 - .NETCoreapp,Version=v3.0-win + .NETCoreApp,Version=v3.0-win - \ No newline at end of file +